{"id":13705470,"url":"https://github.com/teddy-gustiaux/scripts","last_synced_at":"2025-04-11T02:09:21.900Z","repository":{"id":90157387,"uuid":"106622732","full_name":"teddy-gustiaux/scripts","owner":"teddy-gustiaux","description":"Set of miscellaneous scripts for personal use.","archived":false,"fork":false,"pushed_at":"2024-05-18T13:46:07.000Z","size":72,"stargazers_count":13,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T02:09:17.096Z","etag":null,"topics":["autohotkey","bash","batch","powershell","scripts"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teddy-gustiaux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-12T00:06:40.000Z","updated_at":"2024-08-15T02:11:20.000Z","dependencies_parsed_at":"2024-01-01T19:31:13.728Z","dependency_job_id":"2b03f993-db90-48cf-9c38-27a96b56b203","html_url":"https://github.com/teddy-gustiaux/scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddy-gustiaux%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddy-gustiaux%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddy-gustiaux%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddy-gustiaux%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teddy-gustiaux","download_url":"https://codeload.github.com/teddy-gustiaux/scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248328160,"owners_count":21085261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autohotkey","bash","batch","powershell","scripts"],"created_at":"2024-08-02T22:00:42.101Z","updated_at":"2025-04-11T02:09:21.877Z","avatar_url":"https://github.com/teddy-gustiaux.png","language":"Batchfile","funding_links":[],"categories":["Batchfile"],"sub_categories":[],"readme":"# Scripts\n\n## About\n\nA set of miscellaneous scripts for personal use. Feel free to adapt them for your own needs.\n\n## Attributions\n\nPlease note that certain scripts are based on existing documentation, or are adapted from existing code found online, or use other softwares.\n\n**`autohotkey`**\n\n- `soundcard_analysis.ahk` has been directly taken from this [page](https://www.autohotkey.com/docs/commands/SoundSet.htm) of the AutoHotKey documentation.\n\n**`batch`**\n\n- `add_spacer_to_taskbar.bat` is adapted from code found in this [thread](https://superuser.com/questions/392061/how-to-make-a-shortcut-from-cmd) on Stack Overflow.\n- `convert_microsoft_office_to_pdf.vbs` contains code which has been written on this [blog post](http://www.thoughtasylum.com/blog/2012/12/20/vbscript-to-convert-microsoft-office-files-word-excel-powerp.html) by Thought Asylum. The associated batch file is original work, and still works with both Microsoft Office 2013 and 2016.\n- `export_putty_settings_and_sessions.bat` has been directly taken from this [thread](https://stackoverflow.com/questions/13023920/how-to-export-putty-sessions-list) on Stack Overflow.\n- `manage_pictures.bat` uses the amazing [ExifTool](https://www.sno.phy.queensu.ca/~phil/exiftool/) by Phil Harvey.\n- `rebuild_icon_cache.bat` has been directly taken from this [tutorial](https://www.tenforums.com/tutorials/5645-rebuild-icon-cache-windows-10-a.html) on Windows Ten Forums.\n- `remove_adobe_acrobat_browser_extension.reg` uses adapted code from this [thread](https://stackoverflow.com/questions/6836566/batch-file-delete-all-files-and-folders-in-a-directory) on Stack Overflow.\n- `switch_to_dark_mode.bat` and `switch_to_light_mode.bat` have been directly taken from this [article](https://www.howtogeek.com/356087/how-to-automatically-enable-windows-10s-dark-theme-at-night/) on How-To Geek.\n- `turn_hyper-v_off.bat` and `turn_hyper-v_on.bat` have been directly taken from this [thread](https://stackoverflow.com/questions/30496116/how-to-disable-hyper-v-in-command-line) on Stack Overflow.\n\n**`firefox`**\n\n- [Disable or re-enable Pocket for Firefox](https://support.mozilla.org/en-US/kb/disable-or-re-enable-pocket-for-firefox)\n\n**`powershell`**\n\n- `add_content_every_line_start.ps1` is adapted from code found in this [article](http://www.dreamsharepoint.com/powershell-add-something-to-the-end-of-each-line-in-a-text-file/) on DreamSharePoint.\n- `get_chkdsk_results.ps1` is adapted from code found in this [tutorial](https://www.sevenforums.com/tutorials/96938-check-disk-chkdsk-read-event-viewer-log.html) on Windows Seven Forums.\n- `set_windows_defender_cpu_usage_limit.ps1` is adapted from code found in this [article](https://korben.info/comment-reduire-la-consommation-de-cpu-de-windows-defender.html) by Korben.\n\n **`registry`**\n\n- `add_copy_to_folder_and_move_to_folder_context_menu.reg` has been directly taken from this [tutorial](https://www.tenforums.com/tutorials/29141-add-copy-folder-move-folder-context-menu-windows-10-a.html) on Windows Ten Forums.\n- `clear_mpc-hc_favorites.reg` is adapted from code found in this [thread](https://stackoverflow.com/questions/7044985/how-can-i-auto-elevate-my-batch-file-so-that-it-requests-from-uac-administrator) on Stack Overflow.\n- `disable_activity_history.reg` has been directly taken from this [tutorial](https://www.tenforums.com/tutorials/100341-enable-disable-collect-activity-history-windows-10-a.html) on Windows Ten Forums.\n- `disable_cloud-delivered_protection_and_automatic_sample_submission.reg` has been directly taken from this [tutorial](https://windowsreport.com/disable-windows-defender-cloud-based-automatic-sample-submission/) on Windows Report.\n- `disable_Bing_searches.reg` has been directly taken from this [article](https://www.howtogeek.com/224159/how-to-disable-bing-in-the-windows-10-start-menu/) on How-To Geek.\n- `disable_Cortana.reg` has been directly taken from this [article](https://www.howtogeek.com/265027/how-to-disable-cortana-in-windows-10/) on How-To Geek.\n- `fix_asus_smart_gesture_cpu_usage.reg` has been created from information found in this [thread](https://superuser.com/questions/897488/asus-smart-gesture-getting-cpu-to-3ghz) on Super User.\n- `remove_3D_Objects_folder.reg` and `restore_3D_Objects_folder.reg` have been directly taken from this [article](https://www.howtogeek.com/331361/how-to-remove-the-3d-objects-folder-from-this-pc-on-windows-10/) on How-To Geek.\n- `remove_all_user_folders_to_this_pc.reg` and `restore_all_user_folders_to_this_pc.reg` have been directly taken from this [article](https://www.howtogeek.com/222057/how-to-remove-the-folders-from-%E2%80%9Cthis-pc%E2%80%9D-on-windows-10/) on How-To Geek.\n- `remove_onedrive_to_file_explorer.reg` and `restore_onedrive_to_file_explorer.reg` have been directly taken from this [article](https://www.howtogeek.com/225973/how-to-disable-onedrive-and-remove-it-from-file-explorer-on-windows-10/) on How-To Geek.\n- `turn_start_menu_web_searches_off.reg` has been directly taken from this [article](https://www.howtogeek.com/224159/how-to-disable-bing-in-the-windows-10-start-menu/) on How-To Geek.\n- `remove_shortcut_text` and `restore_shortcut_text_to_default.reg` have been directly taken from this [article](https://www.howtogeek.com/howto/windows-vista/remove-shortcut-text-from-new-shortcuts-in-vista/) on How-To Geek.\n\n## License\n\nDistributed under the [MIT license](http://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddy-gustiaux%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddy-gustiaux%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddy-gustiaux%2Fscripts/lists"}