Skip to content

teddy-gustiaux/scripts

Repository files navigation

Scripts

About

A set of miscellaneous scripts for personal use. Feel free to adapt them for your own needs.

Attributions

Please note that certain scripts are based on existing documentation, or are adapted from existing code found online, or use other softwares.

autohotkey

  • soundcard_analysis.ahk has been directly taken from this page of the AutoHotKey documentation.

batch

  • add_spacer_to_taskbar.bat is adapted from code found in this thread on Stack Overflow.
  • convert_microsoft_office_to_pdf.vbs contains code which has been written on this blog post by Thought Asylum. The associated batch file is original work, and still works with both Microsoft Office 2013 and 2016.
  • export_putty_settings_and_sessions.bat has been directly taken from this thread on Stack Overflow.
  • manage_pictures.bat uses the amazing ExifTool by Phil Harvey.
  • rebuild_icon_cache.bat has been directly taken from this tutorial on Windows Ten Forums.
  • remove_adobe_acrobat_browser_extension.reg uses adapted code from this thread on Stack Overflow.
  • switch_to_dark_mode.bat and switch_to_light_mode.bat have been directly taken from this article on How-To Geek.
  • turn_hyper-v_off.bat and turn_hyper-v_on.bat have been directly taken from this thread on Stack Overflow.

firefox

powershell

  • add_content_every_line_start.ps1 is adapted from code found in this article on DreamSharePoint.
  • get_chkdsk_results.ps1 is adapted from code found in this tutorial on Windows Seven Forums.
  • set_windows_defender_cpu_usage_limit.ps1 is adapted from code found in this article by Korben.

registry

  • add_copy_to_folder_and_move_to_folder_context_menu.reg has been directly taken from this tutorial on Windows Ten Forums.
  • clear_mpc-hc_favorites.reg is adapted from code found in this thread on Stack Overflow.
  • disable_activity_history.reg has been directly taken from this tutorial on Windows Ten Forums.
  • disable_cloud-delivered_protection_and_automatic_sample_submission.reg has been directly taken from this tutorial on Windows Report.
  • disable_Bing_searches.reg has been directly taken from this article on How-To Geek.
  • disable_Cortana.reg has been directly taken from this article on How-To Geek.
  • fix_asus_smart_gesture_cpu_usage.reg has been created from information found in this thread on Super User.
  • remove_3D_Objects_folder.reg and restore_3D_Objects_folder.reg have been directly taken from this article on How-To Geek.
  • remove_all_user_folders_to_this_pc.reg and restore_all_user_folders_to_this_pc.reg have been directly taken from this article on How-To Geek.
  • remove_onedrive_to_file_explorer.reg and restore_onedrive_to_file_explorer.reg have been directly taken from this article on How-To Geek.
  • turn_start_menu_web_searches_off.reg has been directly taken from this article on How-To Geek.
  • remove_shortcut_text and restore_shortcut_text_to_default.reg have been directly taken from this article on How-To Geek.

License

Distributed under the MIT license.