├── Post-Install ├── README.md ├── Exported Settings │ ├── Gaming │ │ └── League of Legends │ │ │ ├── League of Legends - AutoHotKey Scrips │ │ │ ├── README.md │ │ │ ├── mm.exe │ │ │ ├── auto-accept.exe │ │ │ ├── LolCloser │ │ │ │ ├── LolCloser.exe │ │ │ │ ├── LolCloser.ahk │ │ │ │ └── README.md │ │ │ ├── disable_league_chat.exe │ │ │ ├── disable_league_chat.ahk │ │ │ ├── mm.ahk │ │ │ └── auto-accept.ahk │ │ │ └── Leage of Legends - Configuration Settings │ │ │ ├── MuteAll.ahk │ │ │ ├── ItemSets.json │ │ │ ├── game.cfg │ │ │ └── input.ini │ └── Debloating Software │ │ ├── BlackViperScript-6.2.3 │ │ ├── BVSetting.xml │ │ ├── Current_Selections.csv │ │ ├── LICENSE │ │ ├── BlackViper.csv │ │ └── _Win10-BlackViper.bat │ │ ├── Chris Titus - Winutil (Presets) │ │ ├── Install │ │ │ ├── Coding.json │ │ │ └── Gaming.json │ │ └── Tweaks │ │ │ └── Tweaks.json │ │ ├── Winaero Tweaker │ │ └── Winaero Tweaker_2024_06_12.ini │ │ └── Ultimate Windows Tweaker 4.8 │ │ └── uwt_11556.ini └── Scripting │ ├── run_all_scripts.bat │ └── Scripts │ ├── Disable Wide Context Menu.bat │ ├── Double Click to Open.bat │ ├── Remove Cast to device Context Menu.bat │ └── Remove Dropbox From Navigation Pane.cmd ├── MSMG.md ├── Pre-Install ├── Registry-Files │ ├── Gaming │ │ ├── Example_Markdown.md │ │ ├── Turn_off_Game_Mode.reg │ │ ├── Disable Xbox Game Bar.reg │ │ ├── Turn Off Xbox Game Bar.reg │ │ ├── Windowed Game Optimizations - ON.reg │ │ ├── Windowed Game Optimizations - OFF.reg │ │ ├── Disable Hardware Accelerated GPU Scheduling.reg │ │ ├── Disable Windows Game Recording Broadcasting.reg │ │ └── README.md │ ├── Networking │ │ ├── Example_Markdown.md │ │ ├── Disable Administrative Shares.reg │ │ ├── Disable Could Not Reconnect All Network Drives Notification.reg │ │ ├── Disable Mapped Drives in Elevated PowerShell and Command Prompt.reg │ │ └── README.md │ ├── Context Menu │ │ ├── Removals │ │ │ ├── Remove Pin to Home.reg │ │ │ ├── Remove Edit (In MSPaint).reg │ │ │ ├── Remove New RAR Zip.reg │ │ │ ├── Remove Go Button.reg │ │ │ ├── Remove Cleanup.reg │ │ │ ├── Remove Defender.reg │ │ │ ├── Remove File Hash.reg │ │ │ ├── Remove Details Pane.reg │ │ │ ├── Remove Edge Icon.reg │ │ │ ├── Remove Empty Folder.reg │ │ │ ├── Remove New VBScript.reg │ │ │ ├── Remove Burn Disk Image.reg │ │ │ ├── Remove Dialing Options.reg │ │ │ ├── Remove New Batch File.reg │ │ │ ├── Remove Accounts Settings.reg │ │ │ ├── Remove Edit With Photos.reg │ │ │ ├── Remove Install Cab File.reg │ │ │ ├── Remove Move to OneDrive.reg │ │ │ ├── Remove Open With Notepad.reg │ │ │ ├── Remove Edit With Paint 3D.reg │ │ │ ├── Remove Manage from This-PC.reg │ │ │ ├── Remove Map Network Drives.reg │ │ │ ├── Remove Personalize Classic.reg │ │ │ ├── Remove Inherited Permissions.reg │ │ │ ├── Remove Default Apps From Desktop.reg │ │ │ ├── Remove Delete Folder Context Menu.reg │ │ │ ├── Remove Kill All Unresponsive Tasks.reg │ │ │ ├── Remove Boot to UEFI Firmware Settings.reg │ │ │ ├── Remove Linux Navigation Pane File Explorer.reg │ │ │ ├── Remove Move to OneDrive Context ALL USERS.reg │ │ │ ├── Remove Look For an App in the Microsoft Store.reg │ │ │ ├── Remove Move to OneDrive Context CURRENT USERS.reg │ │ │ ├── Remove Optimize Drives.reg │ │ │ ├── Remove Drives in Send To Menu.reg │ │ │ ├── Remove Network folder.reg │ │ │ ├── Remove Network Drive.reg │ │ │ ├── Remove Magnifier.reg │ │ │ ├── Remove Attributes.reg │ │ │ └── Remove Cast to Device.reg │ │ ├── Remove Safe Mode.reg │ │ ├── Remove Settings.reg │ │ ├── Remove Shut Down.reg │ │ ├── Remove Screen snip (all users).reg │ │ ├── CopyAsPath-Windows 10.reg │ │ ├── Remove Restore Point.reg │ │ ├── Remove Secure Delete.reg │ │ ├── Remove Take Ownership.reg │ │ ├── Remove Windows Tools.reg │ │ ├── Remove Windows Update.reg │ │ ├── remove-cast-to-device.reg │ │ ├── Additions │ │ │ ├── Add Copy Path.reg │ │ │ ├── Add New File.reg │ │ │ ├── Add Copy As Path.reg │ │ │ ├── Add Extract All.reg │ │ │ ├── Add Hidden Items.reg │ │ │ ├── Add Delete Folder.reg │ │ │ ├── Add Open Location.reg │ │ │ ├── Add Optimize Drives.reg │ │ │ ├── Add Pin to Start Menu.reg │ │ │ ├── Add Restart Desktop.reg │ │ │ ├── Add Pin to Quick Access.reg │ │ │ ├── Add File Hash Context Menu.reg │ │ │ ├── Add Open Linux Shell Here.reg │ │ │ ├── Add Run as Administrator.reg │ │ │ ├── Add Extract All Context Menu.reg │ │ │ ├── Add New Folder Context Menu.reg │ │ │ ├── Add Open Command Window Here.reg │ │ │ ├── Add Windows Defender Firewall.reg │ │ │ ├── Add Restart Explorer Context Menu.reg │ │ │ ├── Add Run as administrator Context Menu.reg │ │ │ ├── Add User Folder in File Explorer Navigation Pane.reg │ │ │ ├── Add_Kill_all_not_responding_tasks_to_context_menu.reg │ │ │ ├── Add Run With Powershell as Administrator.reg │ │ │ ├── Add Edit With VS Code.reg │ │ │ ├── Add Empty Recycle Bin.reg │ │ │ ├── Empty Recycle Bin Context Menu - Add.reg │ │ │ └── Add Open PowerShell Window Here.reg │ │ ├── Remove Restart Explorer.reg │ │ ├── Remove Restart Start Menu.reg │ │ ├── Remove Run With Priority.reg │ │ ├── Remove Select Power Plan.reg │ │ ├── Remove System File Checker.reg │ │ ├── Remove System Protection.reg │ │ ├── Remove Toolbar & Taskbar.reg │ │ ├── Remove Repair Windows Image.reg │ │ ├── Remove Set Desktop Wallpaper.reg │ │ ├── Safe Mode Context Menu - REMOVE.reg │ │ ├── Default New Folder Name - Default.reg │ │ ├── Enable Command Prompt Here Always.reg │ │ ├── Map Network Context Menu - REMOVE.reg │ │ ├── Remove Restore Previous Versions.reg │ │ ├── Remove Scan with Windows Defender.reg │ │ ├── Remove Set As Desktop Background.reg │ │ ├── Remove System Protection Desktop.reg │ │ ├── Remove Troubleshoot Compatibility.reg │ │ ├── Remove Web Folders.reg │ │ ├── Remove Windows Tools Context Menu.reg │ │ ├── Empty Folder Context Menu - REMOVE.reg │ │ ├── Hidden Items Context Menu - REMOVE.reg │ │ ├── Restore Point Context Menu - Remove.reg │ │ ├── Toolbars Taskbar Context Menu - Hide.reg │ │ ├── Remove Reset Screenshot Index Counter.reg │ │ ├── Remove Scanners & Cameras.reg │ │ ├── Boot to UEFI Firmware Settings - Remove.reg │ │ ├── Pin to Quick access Context Menu - Remove.reg │ │ ├── Remove System File Checker Context Menu.reg │ │ ├── Remove Share With Option from Context Menu.reg │ │ ├── Hide File Name Extensions Context Menu DEFAULT.reg │ │ ├── Linux Navigation Pane File Explorer - REMOVE.reg │ │ ├── Hide File Name Extensions Context Menu (Default).reg │ │ ├── Look For an App in the Microsoft Store - REMOVE.reg │ │ ├── Remove Previous Versions Properties Context Menu.reg │ │ ├── Remove Screen resolution from Desktop context menu.reg │ │ ├── Remove Virtual Clone Drive.reg │ │ ├── Disable Mapped Drives in Elevated PowerShell and Command Prompt.reg │ │ ├── Remove Send to.reg │ │ ├── Remove Share With Skype.reg │ │ ├── Optimize Drives Context Menu - Remove.reg │ │ ├── Remove Win+X Classic Menu Desktop.reg │ │ ├── Win+X Classic Menu Desktop - Remove.reg │ │ ├── Remove Troubleshooters.reg │ │ ├── Remove Shared Documents.reg │ │ ├── Troubleshooters Context Menu - Remove.reg │ │ ├── Remove Unblock.reg │ │ ├── Rotate Left and Right - Remove.reg │ │ └── Remove Rotate Left and Right.reg │ ├── File Explorer │ │ ├── Drag and Drop Move.reg │ │ ├── Enable File Options.reg │ │ ├── Folder Options - Enable.reg │ │ ├── Open to Downloads Folder.reg │ │ ├── Disable Pop-up Descriptions.reg │ │ ├── Move Libraries above This-PC.reg │ │ ├── Pop Up Descriptions - Disable.reg │ │ ├── Disable Show Drive Letters First.reg │ │ ├── Remove Dropbox from Navigation Pane.reg │ │ ├── Security Tab - Add in File Explorer.reg │ │ ├── File Explorer Open to Download Folder.reg │ │ ├── Libraries Above This PC File Explorer.reg │ │ ├── Remove Security Tab in File Explorer.reg │ │ ├── Remove Devices and Printers from This PC.reg │ │ ├── Remove Quick Access from Navigation Pane.reg │ │ ├── Remove_Quick_access_from_navigation_pane.reg │ │ ├── File Transfer Dialog - Show Fewer Details .reg │ │ ├── Turn Off Thumbnail Previews File Explorer.reg │ │ ├── Add User Folder in File Explorer Navigation Pane.reg │ │ ├── Remove Take Ownership from Context Menu (Default).reg │ │ ├── Remove the Recycle Bin in File Explorer (Default).reg │ │ ├── Remove%20Useless%20icons%20from%20This%20PC%20View.reg │ │ ├── Show Drive Letters First - File Explorer - Default.reg │ │ ├── Stop File Explorer From Showing External Drives Twice.reg │ │ ├── Remove Linux Subsystem from Navigation Pane in File Explorer.reg │ │ └── Remove Pinned Microsoft OneDrive icon from Windows Explorer.reg │ ├── Printers │ │ ├── Disalbe Internet Printing.reg │ │ └── Let Windows Manage My Default Printer - OFF.reg │ ├── Search │ │ ├── Disable Advanced Indexing.reg │ │ ├── Disable Recent Search History.reg │ │ └── README.md │ ├── Windows Features │ │ ├── Enable Run Dialog.reg │ │ ├── Turn AutoPlay Off.reg │ │ ├── Enable Task Manager.reg │ │ ├── Disable Find My Device.reg │ │ ├── Disable Steps Recorder.reg │ │ ├── Disable Task Manager.reg │ │ ├── File History - Disable.reg │ │ ├── Steps Recorder - Disable.reg │ │ ├── Turn Off Find My Device.reg │ │ ├── Business Device Usage - OFF.reg │ │ ├── Disable App Launch Tracking.reg │ │ ├── Disable Shared Experiences.reg │ │ ├── Enable USB Write Protection.reg │ │ ├── Family Device Usage - OFF.reg │ │ ├── Gaming Device Usage - OFF.reg │ │ ├── School Device Usage - OFF.reg │ │ ├── Win32 long paths - Enable.reg │ │ ├── Advanced Indexing - Disable .reg │ │ ├── Creativity Device Usage - OFF.reg │ │ ├── Disable USB Write Protection.reg │ │ ├── Enable Changing Desktop Icons.reg │ │ ├── Autocorrect Misspelled Words OFF.reg │ │ ├── Disable Block Downloaded Files.reg │ │ ├── Entertainment Device Usage - OFF.reg │ │ ├── Highlight Misspelled Words OFF.reg │ │ ├── Turn Off Auto Adjust Active Hours.reg │ │ ├── Enable Changing Date and Time Formats.reg │ │ ├── Are You Sure You Want to Run This File.reg │ │ ├── Show Full Details When Deleting a File.reg │ │ ├── Limit Diagnostic Log Collection - Enabled.reg │ │ ├── Maximum processor frequency - Add or Remove │ │ │ ├── AddMaximumProcessorFrequency.reg │ │ │ ├── RemoveMaximumProcessorFrequency.reg │ │ │ └── MajorGeeks Tutorial Link.html │ │ ├── User Account Control Windows 10 - 11 Disable.reg │ │ ├── Disable Camera On-Off Notifications.reg │ │ └── README.md │ ├── Backup │ │ ├── Disable Auto Registry Backup.reg │ │ └── System Protection - Turn Off.reg │ ├── Windows Settings │ │ ├── Disable File History.reg │ │ ├── Enable Changing Desktop Icons.reg │ │ ├── Disable Block Downloaded Files.reg │ │ ├── Device Usage │ │ │ ├── Disable Other Device Usage.reg │ │ │ └── Enable Gaming Device Usage.reg │ │ ├── Disable Changing Date and Time Formats.reg │ │ ├── Hide Full Details When Deleting a File.reg │ │ └── Start Menu & Taskbar │ │ │ ├── Disable Suggested Applications in Start menu.reg │ │ │ └── Disable Suggestions in Start menu.reg │ ├── Windows Updates │ │ ├── Block Windows 11 - 22H2.reg │ │ └── Turn Off Auto-Adjust Active Hours.reg │ ├── Power │ │ ├── Add Turn OFF Hard Disk Power Option.reg │ │ ├── Disable Battery Icon Time Remaining.reg │ │ ├── Remove Sleep in Windows 10 Power Menu.reg │ │ ├── Remove Lock From the Account Picture Menu.reg │ │ ├── Add Primary NVMEe Idle Timeout Power Options.reg │ │ ├── Add Allow Sleep With Remote Opens To Power Options.reg │ │ ├── Disable Notify me if my PC Charging Slowly over USB Notification.reg │ │ └── README.md │ ├── Appearance & Personalization │ │ ├── Visual Feedback OFF.reg │ │ ├── Disable Screen Savers.reg │ │ ├── Disable Visual Feedback.reg │ │ ├── Clear Recent Color History.reg │ │ ├── Set Default Display Scaling.reg │ │ ├── Shortcut Arrow Icon - Remove.reg │ │ ├── Enable Automatically Hide Scroll Bars in Windows 10 Apps.reg │ │ ├── Default - Enable Automatically Hide Scroll Bars in Windows 10 Apps.reg │ │ └── README.md │ ├── Keyboard & Mouse │ │ ├── Windows Key │ │ │ ├── Enable Windows Key.reg │ │ │ ├── Windows Key - Enable.reg │ │ │ └── MajorGeeks Tutorial Link.html │ │ ├── Clipboard History │ │ │ └── Disable Clipboard History.reg │ │ ├── Insert Key │ │ │ ├── Disable the Insert Key in Windows 10.reg │ │ │ └── MajorGeeks Tutorial Link.html │ │ ├── Automatic Correction │ │ │ ├── Highlight Misspelled Words OFF.reg │ │ │ └── Autocorrect Misspelled Words OFF.reg │ │ ├── Text Cursor Indicator │ │ │ ├── Disable Text Cursor Indicator.reg │ │ │ └── MajorGeeks Tutorial Link.html │ │ └── Layout Switch │ │ │ └── Speed-up Keyboard Layout Switch.reg │ ├── Applications │ │ ├── Edge Browser │ │ │ ├── Disable Screen Edge Swipe.reg │ │ │ └── Remove Bing Discover Button.reg │ │ ├── One Drive │ │ │ └── Prevent Moving Windows Known Folders to OneDrive.reg │ │ ├── PowerToys │ │ │ └── Disable PowerToys SCOOBE Dialog.reg │ │ └── Visual Code Studio │ │ │ └── Disable Visual Code Telemetry.reg │ ├── Browsers │ │ └── Edge │ │ │ ├── Screen Swipe │ │ │ ├── Screen Edge Swipe - Disable.reg │ │ │ └── MajorGeeks Tutorial Link.html │ │ │ └── Bing Discover │ │ │ └── Remove Bing Discover Button - Edge.reg │ ├── Tracking & Telemetry │ │ ├── Limit Diagnostic Log Collection - Enabled.reg │ │ ├── Disable Automatic Installation of the PC Health Check Application.reg │ │ └── README.md │ ├── Graphics - Screenshots - Video │ │ ├── Camera On or Off Notifications - Enable or Disable │ │ │ ├── MajorGeeks Tutorial Link.html │ │ │ └── Camera On Off - Enable.reg │ │ ├── Clear Recent Pictures in MS Paint │ │ │ ├── MajorGeeks Tutorial Link.html │ │ │ └── Clear Recent Pictures in MS Paint.reg │ │ ├── Screenshot Index Counter - Reset │ │ │ ├── MajorGeeks Tutorial Link.html │ │ │ ├── Remove_Reset_Screenshot_Index_Counter_from_Desktop_Context_Menu.reg │ │ │ └── Reset_Screenshot_Index_Counter.bat │ │ ├── Thumbnails Cache - Stop Windows 10 From Automatically Deleting the │ │ │ ├── MajorGeeks Tutorial Link.html │ │ │ └── Stop Windows 10 From Automatically Deleting the Thumbnails Cache.reg │ │ └── Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off │ │ │ ├── MajorGeeks Tutorial Link.html │ │ │ ├── Disable Fix Scaling for Apps for All Users.reg │ │ │ ├── Enable Fix Scaling for Apps for All Users.reg │ │ │ └── Restore Default Fix Scaling for Apps for All Users.reg │ ├── Processor │ │ └── Enable CPU Mitigations.reg │ └── Removable Devices │ │ └── Disable System Volume Information Folder for Removable Drives.reg └── NTLite Presets │ └── PreBook10.xml ├── .vscode ├── Windows 10.code-workspace └── settings.json ├── Pictures ├── Optimizer-General.jpg ├── Optimizer-General.png ├── WinSlap-Advanced.png ├── WinSlap-Tweaks1.png ├── WinSlap-Tweaks2.png ├── Optimizer-Windows10.png └── WinSlap-Appearance.png ├── Support-Files ├── __pycache__ │ └── support_functions.cpython-311.pyc ├── README.md ├── readme_creator.py └── registry_creator.py ├── NTLite.md └── Testing.md /Post-Install/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MSMG.md: -------------------------------------------------------------------------------- 1 | # MSMG 2 | 3 | 4 | ### Compatibility 5 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/Example_Markdown.md: -------------------------------------------------------------------------------- 1 | 2 | Markdown File Example 3 | ===================== 4 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Networking/Example_Markdown.md: -------------------------------------------------------------------------------- 1 | 2 | Markdown File Example 3 | ===================== 4 | -------------------------------------------------------------------------------- /.vscode/Windows 10.code-workspace: -------------------------------------------------------------------------------- 1 | { 2 | "settings": { 3 | "workbench.colorTheme": "Hack The Box" 4 | } 5 | } -------------------------------------------------------------------------------- /Pictures/Optimizer-General.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/Optimizer-General.jpg -------------------------------------------------------------------------------- /Pictures/Optimizer-General.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/Optimizer-General.png -------------------------------------------------------------------------------- /Pictures/WinSlap-Advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/WinSlap-Advanced.png -------------------------------------------------------------------------------- /Pictures/WinSlap-Tweaks1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/WinSlap-Tweaks1.png -------------------------------------------------------------------------------- /Pictures/WinSlap-Tweaks2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/WinSlap-Tweaks2.png -------------------------------------------------------------------------------- /Pictures/Optimizer-Windows10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/Optimizer-Windows10.png -------------------------------------------------------------------------------- /Pictures/WinSlap-Appearance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/WinSlap-Appearance.png -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/README.md: -------------------------------------------------------------------------------- 1 | # AutoHotKey Scripts 2 | 3 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Pin to Home.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [-HKEY_CLASSES_ROOT\Folder\shell\pintohome] -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Edit (In MSPaint).reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit] 4 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove New RAR Zip.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [-HKEY_CLASSES_ROOT\.rar\ShellNew] 4 | [-HKEY_CLASSES_ROOT\.zip\ShellNew] 5 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Go Button.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] 4 | "ShowGoButton"="no" 5 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/Turn_off_Game_Mode.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Gaming/Turn_off_Game_Mode.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Safe Mode.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Safe Mode.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Settings.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Settings.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Shut Down.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Shut Down.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/Disable Xbox Game Bar.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Gaming/Disable Xbox Game Bar.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/Turn Off Xbox Game Bar.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Gaming/Turn Off Xbox Game Bar.reg -------------------------------------------------------------------------------- /Support-Files/__pycache__/support_functions.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Support-Files/__pycache__/support_functions.cpython-311.pyc -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Screen snip (all users).reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CLASSES_ROOT\Directory\Background\Shell\ScreenSnip] 4 | 5 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/CopyAsPath-Windows 10.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/CopyAsPath-Windows 10.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Restore Point.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Restore Point.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Secure Delete.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Secure Delete.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Take Ownership.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Take Ownership.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Windows Tools.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Windows Tools.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Windows Update.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Windows Update.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/remove-cast-to-device.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/remove-cast-to-device.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Drag and Drop Move.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Drag and Drop Move.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Enable File Options.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Enable File Options.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Printers/Disalbe Internet Printing.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Printers/Disalbe Internet Printing.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Search/Disable Advanced Indexing.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Search/Disable Advanced Indexing.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Enable Run Dialog.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Enable Run Dialog.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Turn AutoPlay Off.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Turn AutoPlay Off.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Backup/Disable Auto Registry Backup.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Backup/Disable Auto Registry Backup.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Backup/System Protection - Turn Off.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Backup/System Protection - Turn Off.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Copy Path.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Copy Path.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add New File.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add New File.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Cleanup.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Cleanup.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Restart Explorer.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Restart Explorer.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Search/Disable Recent Search History.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Search/Disable Recent Search History.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Enable Task Manager.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Enable Task Manager.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Copy As Path.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Copy As Path.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Extract All.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Extract All.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Hidden Items.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Hidden Items.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Defender.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Defender.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove File Hash.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove File Hash.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Restart Start Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Restart Start Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Run With Priority.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Run With Priority.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Select Power Plan.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Select Power Plan.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove System File Checker.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove System File Checker.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove System Protection.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove System Protection.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Toolbar & Taskbar.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Toolbar & Taskbar.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Folder Options - Enable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Folder Options - Enable.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Open to Downloads Folder.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Open to Downloads Folder.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/Windowed Game Optimizations - ON.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Gaming/Windowed Game Optimizations - ON.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Disable Find My Device.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Disable Find My Device.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Disable Steps Recorder.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Disable Steps Recorder.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Disable Task Manager.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Disable Task Manager.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/File History - Disable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/File History - Disable.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Disable File History.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Settings/Disable File History.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Updates/Block Windows 11 - 22H2.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Updates/Block Windows 11 - 22H2.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Delete Folder.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Delete Folder.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Open Location.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Open Location.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Details Pane.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Details Pane.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Edge Icon.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] 4 | "NoInternetIcon"=dword:00000001 5 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Empty Folder.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Empty Folder.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove New VBScript.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove New VBScript.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Repair Windows Image.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Repair Windows Image.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Set Desktop Wallpaper.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Set Desktop Wallpaper.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Disable Pop-up Descriptions.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Disable Pop-up Descriptions.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/Windowed Game Optimizations - OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Gaming/Windowed Game Optimizations - OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Networking/Disable Administrative Shares.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Networking/Disable Administrative Shares.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Power/Add Turn OFF Hard Disk Power Option.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Power/Add Turn OFF Hard Disk Power Option.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Power/Disable Battery Icon Time Remaining.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Power/Disable Battery Icon Time Remaining.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Steps Recorder - Disable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Steps Recorder - Disable.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Turn Off Find My Device.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Turn Off Find My Device.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Optimize Drives.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Optimize Drives.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Pin to Start Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Pin to Start Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Restart Desktop.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Restart Desktop.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Burn Disk Image.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Burn Disk Image.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Dialing Options.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\Dialing_Options] 4 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove New Batch File.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove New Batch File.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Safe Mode Context Menu - REMOVE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Safe Mode Context Menu - REMOVE.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Move Libraries above This-PC.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Move Libraries above This-PC.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Pop Up Descriptions - Disable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Pop Up Descriptions - Disable.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Power/Remove Sleep in Windows 10 Power Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Power/Remove Sleep in Windows 10 Power Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Business Device Usage - OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Business Device Usage - OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Disable App Launch Tracking.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Disable App Launch Tracking.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Disable Shared Experiences.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Disable Shared Experiences.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Enable USB Write Protection.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Enable USB Write Protection.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Family Device Usage - OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Family Device Usage - OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Gaming Device Usage - OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Gaming Device Usage - OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/School Device Usage - OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/School Device Usage - OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Win32 long paths - Enable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Win32 long paths - Enable.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Pin to Quick Access.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Pin to Quick Access.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Default New Folder Name - Default.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Default New Folder Name - Default.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Enable Command Prompt Here Always.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Enable Command Prompt Here Always.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Map Network Context Menu - REMOVE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Map Network Context Menu - REMOVE.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Accounts Settings.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Accounts Settings.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Edit With Photos.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Edit With Photos.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Install Cab File.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Install Cab File.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Move to OneDrive.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Move to OneDrive.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Open With Notepad.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Open With Notepad.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Restore Previous Versions.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Restore Previous Versions.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Scan with Windows Defender.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Scan with Windows Defender.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Set As Desktop Background.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Set As Desktop Background.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove System Protection Desktop.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove System Protection Desktop.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Troubleshoot Compatibility.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Troubleshoot Compatibility.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Web Folders.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{BDEADF00-C265-11D0-BCED-00A0C90AB50F}] 4 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Windows Tools Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Windows Tools Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Disable Show Drive Letters First.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Disable Show Drive Letters First.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Advanced Indexing - Disable .reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Advanced Indexing - Disable .reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Creativity Device Usage - OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Creativity Device Usage - OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Disable USB Write Protection.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Disable USB Write Protection.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Enable Changing Desktop Icons.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Enable Changing Desktop Icons.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Enable Changing Desktop Icons.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Settings/Enable Changing Desktop Icons.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Appearance & Personalization/Visual Feedback OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Appearance & Personalization/Visual Feedback OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add File Hash Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add File Hash Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Open Linux Shell Here.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Open Linux Shell Here.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Run as Administrator.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Run as Administrator.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Empty Folder Context Menu - REMOVE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Empty Folder Context Menu - REMOVE.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Hidden Items Context Menu - REMOVE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Hidden Items Context Menu - REMOVE.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Edit With Paint 3D.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Edit With Paint 3D.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Manage from This-PC.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Manage from This-PC.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Map Network Drives.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Map Network Drives.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Personalize Classic.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Personalize Classic.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Restore Point Context Menu - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Restore Point Context Menu - Remove.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Toolbars Taskbar Context Menu - Hide.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Toolbars Taskbar Context Menu - Hide.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove Dropbox from Navigation Pane.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove Dropbox from Navigation Pane.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Security Tab - Add in File Explorer.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Security Tab - Add in File Explorer.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Windows Key/Enable Windows Key.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Windows Key/Enable Windows Key.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Windows Key/Windows Key - Enable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Windows Key/Windows Key - Enable.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Power/Remove Lock From the Account Picture Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Power/Remove Lock From the Account Picture Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Autocorrect Misspelled Words OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Autocorrect Misspelled Words OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Disable Block Downloaded Files.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Disable Block Downloaded Files.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Entertainment Device Usage - OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Entertainment Device Usage - OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Highlight Misspelled Words OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Highlight Misspelled Words OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Disable Block Downloaded Files.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Settings/Disable Block Downloaded Files.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Updates/Turn Off Auto-Adjust Active Hours.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Updates/Turn Off Auto-Adjust Active Hours.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Appearance & Personalization/Disable Screen Savers.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Appearance & Personalization/Disable Screen Savers.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Applications/Edge Browser/Disable Screen Edge Swipe.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Applications/Edge Browser/Disable Screen Edge Swipe.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Extract All Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Extract All Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add New Folder Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add New Folder Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Open Command Window Here.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Open Command Window Here.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Inherited Permissions.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Inherited Permissions.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Reset Screenshot Index Counter.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Reset Screenshot Index Counter.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Scanners & Cameras.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{E211B736-43FD-11D1-9EFB-0000F8757FCD}] 4 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/File Explorer Open to Download Folder.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/File Explorer Open to Download Folder.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Libraries Above This PC File Explorer.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Libraries Above This PC File Explorer.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove Security Tab in File Explorer.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove Security Tab in File Explorer.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/Disable Hardware Accelerated GPU Scheduling.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Gaming/Disable Hardware Accelerated GPU Scheduling.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/Disable Windows Game Recording Broadcasting.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Gaming/Disable Windows Game Recording Broadcasting.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Power/Add Primary NVMEe Idle Timeout Power Options.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Power/Add Primary NVMEe Idle Timeout Power Options.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Turn Off Auto Adjust Active Hours.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Turn Off Auto Adjust Active Hours.reg -------------------------------------------------------------------------------- /Post-Install/Scripting/run_all_scripts.bat: -------------------------------------------------------------------------------- 1 | set destination=%cd%\Scripts 2 | 3 | FOR %%I in (%destination%\*.*) DO Powershell Start-Process -FilePath "'"%%I"'" -ArgumentList "/quiet","/norestart" -Wait -Verb RunAs -WindowStyle Normal -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Appearance & Personalization/Disable Visual Feedback.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Appearance & Personalization/Disable Visual Feedback.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Applications/Edge Browser/Remove Bing Discover Button.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Applications/Edge Browser/Remove Bing Discover Button.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Browsers/Edge/Screen Swipe/Screen Edge Swipe - Disable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Browsers/Edge/Screen Swipe/Screen Edge Swipe - Disable.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Windows Defender Firewall.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Windows Defender Firewall.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Boot to UEFI Firmware Settings - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Boot to UEFI Firmware Settings - Remove.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Pin to Quick access Context Menu - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Pin to Quick access Context Menu - Remove.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Default Apps From Desktop.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Default Apps From Desktop.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove System File Checker Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove System File Checker Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove Devices and Printers from This PC.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove Devices and Printers from This PC.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove Quick Access from Navigation Pane.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove Quick Access from Navigation Pane.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove_Quick_access_from_navigation_pane.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove_Quick_access_from_navigation_pane.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Printers/Let Windows Manage My Default Printer - OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Printers/Let Windows Manage My Default Printer - OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Enable Changing Date and Time Formats.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Enable Changing Date and Time Formats.reg -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/BVSetting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/BVSetting.xml -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Appearance & Personalization/Clear Recent Color History.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Appearance & Personalization/Clear Recent Color History.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Appearance & Personalization/Set Default Display Scaling.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Appearance & Personalization/Set Default Display Scaling.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Restart Explorer Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Restart Explorer Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Delete Folder Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Delete Folder Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Kill All Unresponsive Tasks.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Kill All Unresponsive Tasks.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Share With Option from Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Share With Option from Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/File Transfer Dialog - Show Fewer Details .reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/File Transfer Dialog - Show Fewer Details .reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Turn Off Thumbnail Previews File Explorer.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Turn Off Thumbnail Previews File Explorer.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Power/Add Allow Sleep With Remote Opens To Power Options.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Power/Add Allow Sleep With Remote Opens To Power Options.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Are You Sure You Want to Run This File.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Are You Sure You Want to Run This File.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Show Full Details When Deleting a File.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Show Full Details When Deleting a File.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Device Usage/Disable Other Device Usage.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Settings/Device Usage/Disable Other Device Usage.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Device Usage/Enable Gaming Device Usage.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Settings/Device Usage/Enable Gaming Device Usage.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Disable Changing Date and Time Formats.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Settings/Disable Changing Date and Time Formats.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Hide Full Details When Deleting a File.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Settings/Hide Full Details When Deleting a File.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Appearance & Personalization/Shortcut Arrow Icon - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Appearance & Personalization/Shortcut Arrow Icon - Remove.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Hide File Name Extensions Context Menu DEFAULT.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Hide File Name Extensions Context Menu DEFAULT.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Linux Navigation Pane File Explorer - REMOVE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Linux Navigation Pane File Explorer - REMOVE.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Boot to UEFI Firmware Settings.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Boot to UEFI Firmware Settings.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Limit Diagnostic Log Collection - Enabled.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Limit Diagnostic Log Collection - Enabled.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Run as administrator Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Run as administrator Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Hide File Name Extensions Context Menu (Default).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Hide File Name Extensions Context Menu (Default).reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Look For an App in the Microsoft Store - REMOVE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Look For an App in the Microsoft Store - REMOVE.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Previous Versions Properties Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Previous Versions Properties Context Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Clipboard History/Disable Clipboard History.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Clipboard History/Disable Clipboard History.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Browsers/Edge/Bing Discover/Remove Bing Discover Button - Edge.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Browsers/Edge/Bing Discover/Remove Bing Discover Button - Edge.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Linux Navigation Pane File Explorer.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Linux Navigation Pane File Explorer.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Move to OneDrive Context ALL USERS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Move to OneDrive Context ALL USERS.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Screen resolution from Desktop context menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Screen resolution from Desktop context menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Add User Folder in File Explorer Navigation Pane.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Add User Folder in File Explorer Navigation Pane.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove Take Ownership from Context Menu (Default).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove Take Ownership from Context Menu (Default).reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove the Recycle Bin in File Explorer (Default).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove the Recycle Bin in File Explorer (Default).reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove%20Useless%20icons%20from%20This%20PC%20View.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove%20Useless%20icons%20from%20This%20PC%20View.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Show Drive Letters First - File Explorer - Default.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Show Drive Letters First - File Explorer - Default.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Insert Key/Disable the Insert Key in Windows 10.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Insert Key/Disable the Insert Key in Windows 10.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Tracking & Telemetry/Limit Diagnostic Log Collection - Enabled.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Tracking & Telemetry/Limit Diagnostic Log Collection - Enabled.reg -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/Current_Selections.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/Current_Selections.csv -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/mm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/mm.exe -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Look For an App in the Microsoft Store.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Look For an App in the Microsoft Store.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Move to OneDrive Context CURRENT USERS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Move to OneDrive Context CURRENT USERS.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Virtual Clone Drive.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\VirtualCloneDrive] 4 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shellex\ContextMenuHandlers\VirtualCloneDrive] 5 | 6 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Stop File Explorer From Showing External Drives Twice.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Stop File Explorer From Showing External Drives Twice.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Automatic Correction/Highlight Misspelled Words OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Automatic Correction/Highlight Misspelled Words OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Text Cursor Indicator/Disable Text Cursor Indicator.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Text Cursor Indicator/Disable Text Cursor Indicator.reg -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/Chris Titus - Winutil (Presets)/Install/Coding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/Chris Titus - Winutil (Presets)/Install/Coding.json -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/Chris Titus - Winutil (Presets)/Install/Gaming.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/Chris Titus - Winutil (Presets)/Install/Gaming.json -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/Chris Titus - Winutil (Presets)/Tweaks/Tweaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/Chris Titus - Winutil (Presets)/Tweaks/Tweaks.json -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add User Folder in File Explorer Navigation Pane.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add User Folder in File Explorer Navigation Pane.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Automatic Correction/Autocorrect Misspelled Words OFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Automatic Correction/Autocorrect Misspelled Words OFF.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Windows Key/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Networking/Disable Could Not Reconnect All Network Drives Notification.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Networking/Disable Could Not Reconnect All Network Drives Notification.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Power/Disable Notify me if my PC Charging Slowly over USB Notification.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Power/Disable Notify me if my PC Charging Slowly over USB Notification.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add_Kill_all_not_responding_tasks_to_context_menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add_Kill_all_not_responding_tasks_to_context_menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove Linux Subsystem from Navigation Pane in File Explorer.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove Linux Subsystem from Navigation Pane in File Explorer.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/File Explorer/Remove Pinned Microsoft OneDrive icon from Windows Explorer.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/Remove Pinned Microsoft OneDrive icon from Windows Explorer.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Networking/Disable Mapped Drives in Elevated PowerShell and Command Prompt.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Networking/Disable Mapped Drives in Elevated PowerShell and Command Prompt.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Browsers/Edge/Screen Swipe/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Disable Mapped Drives in Elevated PowerShell and Command Prompt.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Disable Mapped Drives in Elevated PowerShell and Command Prompt.reg -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/auto-accept.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/auto-accept.exe -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Send to.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | ;vista/win7 4 | [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To] 5 | @="" 6 | ;xp 7 | [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\SendTo] 8 | @="" 9 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Insert Key/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/LolCloser/LolCloser.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/LolCloser/LolCloser.exe -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/disable_league_chat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/disable_league_chat.exe -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Appearance & Personalization/Enable Automatically Hide Scroll Bars in Windows 10 Apps.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Appearance & Personalization/Enable Automatically Hide Scroll Bars in Windows 10 Apps.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Run With Powershell as Administrator.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell\RunAs\Command] 4 | @="\"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" \"%1\"" 5 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Start Menu & Taskbar/Disable Suggested Applications in Start menu.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] 4 | "SilentInstalledAppsEnabled"=dword:00000000 5 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Maximum processor frequency - Add or Remove/AddMaximumProcessorFrequency.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Maximum processor frequency - Add or Remove/AddMaximumProcessorFrequency.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Share With Skype.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CLASSES_ROOT\*\shell\ShareWithSkype] 4 | 5 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked] 6 | "{776DBC8D-7347-478C-8D71-791E12EF49D8}"="Skype" 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Camera On or Off Notifications - Enable or Disable/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Maximum processor frequency - Add or Remove/RemoveMaximumProcessorFrequency.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Maximum processor frequency - Add or Remove/RemoveMaximumProcessorFrequency.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Appearance & Personalization/Default - Enable Automatically Hide Scroll Bars in Windows 10 Apps.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Appearance & Personalization/Default - Enable Automatically Hide Scroll Bars in Windows 10 Apps.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Clear Recent Pictures in MS Paint/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Clear Recent Pictures in MS Paint/Clear Recent Pictures in MS Paint.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Clear Recent Pictures in MS Paint/Clear Recent Pictures in MS Paint.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Optimize Drives.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Remove Optimize Drives Context Menu in Windows 10 4 | 5 | ; Sources 6 | 7 | ; https://www.majorgeeks.com/content/page/optimize_drives_context_menu.html 8 | 9 | [-HKEY_CLASSES_ROOT\Drive\shell\dfrgui] -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Text Cursor Indicator/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Maximum processor frequency - Add or Remove/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Optimize Drives Context Menu - Remove.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.com 4 | ; How to Add or Remove Optimize Drives Context Menu in Windows 10 5 | ; https://www.majorgeeks.com/content/page/optimize_drives_context_menu.html 6 | 7 | [-HKEY_CLASSES_ROOT\Drive\shell\dfrgui] -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Win+X Classic Menu Desktop.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.Com 4 | ; Add Win+X Classic Menu to Desktop Context Menu 5 | ; https://www.majorgeeks.com/content/page/add_winx_classic_menu.html 6 | 7 | [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\WinXclassicMenu] 8 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Win+X Classic Menu Desktop - Remove.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.Com 4 | ; Add Win+X Classic Menu to Desktop Context Menu 5 | ; https://www.majorgeeks.com/content/page/add_winx_classic_menu.html 6 | 7 | [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\WinXclassicMenu] 8 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Tracking & Telemetry/Disable Automatic Installation of the PC Health Check Application.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHC] 4 | "PreviousUninstall"=dword:00000001 5 | 6 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealthCheck] 7 | "installed"=dword:00000001 8 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Troubleshooters.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.Com 4 | ; How to Add Troubleshooters Desktop Context Menu in Windows 10 & 11 5 | ; https://www.majorgeeks.com/content/page/troubleshooter_context_menu.html 6 | 7 | [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Troubleshooters] -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Drives in Send To Menu.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; No Drives in Send To Menu 4 | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies] 5 | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] 6 | "NoDrivesInSendToMenu"=dword:00000001 -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Screenshot Index Counter - Reset/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Shared Documents.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | ;[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}] 4 | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] 5 | "NoSharedDocuments"=dword:00000001 6 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Troubleshooters Context Menu - Remove.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.Com 4 | ; How to Add Troubleshooters Desktop Context Menu in Windows 10 & 11 5 | ; https://www.majorgeeks.com/content/page/troubleshooter_context_menu.html 6 | 7 | [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Troubleshooters] -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Thumbnails Cache - Stop Windows 10 From Automatically Deleting the/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Screenshot Index Counter - Reset/Remove_Reset_Screenshot_Index_Counter_from_Desktop_Context_Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Screenshot Index Counter - Reset/Remove_Reset_Screenshot_Index_Counter_from_Desktop_Context_Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Network folder.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | ; win7 4 | [HKEY_CLASSES_ROOT\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder] 5 | "Attributes"=dword:00000000 6 | 7 | ; win10 (need to change owner first) 8 | [HKEY_CLASSES_ROOT\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}] 9 | "System.IsPinnedToNameSpaceTree"=dword:00000000 10 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Screenshot Index Counter - Reset/Reset_Screenshot_Index_Counter.bat: -------------------------------------------------------------------------------- 1 | :: MajorGeeks.Com 2 | :: https://www.majorgeeks.com/content/page/how_to_reset_the_screenshot_index_counter_with_a_batch_file_or_context_menu.html 3 | 4 | REG ADD HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /V ScreenshotIndex /T REG_DWORD /D 1 /F 5 | 6 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off/Disable Fix Scaling for Apps for All Users.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off/Disable Fix Scaling for Apps for All Users.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off/Enable Fix Scaling for Apps for All Users.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off/Enable Fix Scaling for Apps for All Users.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/User Account Control Windows 10 - 11 Disable.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.Com 4 | ; How to Disable User Account Control (UAC) in Windows 10 & 11 5 | ; https://www.majorgeeks.com/content/page/disable_uac_10_11.html 6 | 7 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] 8 | "EnableLUA"="0" -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off/Restore Default Fix Scaling for Apps for All Users.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off/Restore Default Fix Scaling for Apps for All Users.reg -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/disable_league_chat.ahk: -------------------------------------------------------------------------------- 1 | #ifwinactive League of Legends (TM) Client 2 | Enter:: return 3 | NumpadEnter::return 4 | 5 | #IfWinActive ahk_class RiotWindowClass 6 | Enter:: return 7 | NumpadEnter::return 8 | 9 | #if (WinActive("ahk_exe League of Legends.exe")) 10 | Enter:: return 11 | NumpadEnter::return 12 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Camera On or Off Notifications - Enable or Disable/Camera On Off - Enable.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.Com 4 | ; How to Enable Camera On or Off Notifications 5 | ; https://www.majorgeeks.com/content/page/camera_on_off.html 6 | 7 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OEM\Device\Capture] 8 | "NoPhysicalCameraLED"=dword:00000001 -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Network Drive.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | ;Removes Map Network Drive and Disconnect Network Drive From Tools Menu and My Network Places Right Click 4 | ;This also removes the Add Network Place Icon from an open My Network Place window and the Network Setup Icon 5 | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] 6 | "NoNetConnectDisconnect"=dword:00000001 7 | -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/MuteAll.ahk: -------------------------------------------------------------------------------- 1 | #NoTrayIcon 2 | 3 | #if (WinActive("ahk_exe League of Legends.exe")) 4 | 5 | CapsLock & Space:: 6 | 7 | SendInput, {Enter} 8 | 9 | sleep, 10 10 | 11 | SendInput, I Mute all. Enjoy game :) 12 | 13 | SendInput, {Enter} 14 | 15 | sleep, 10 16 | 17 | SendInput, /mute all 18 | 19 | SendInput, {Enter} 20 | 21 | return 22 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Thumbnails Cache - Stop Windows 10 From Automatically Deleting the/Stop Windows 10 From Automatically Deleting the Thumbnails Cache.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Thumbnails Cache - Stop Windows 10 From Automatically Deleting the/Stop Windows 10 From Automatically Deleting the Thumbnails Cache.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Edit With VS Code.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; This will handle right clicking on a file 4 | 5 | [HKEY_CLASSES_ROOT\*\shell\Edit with VS Code] 6 | @="Edit with VS Code" 7 | "Icon"="C:\\Users\\David\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe,0" 8 | 9 | [HKEY_CLASSES_ROOT\*\shell\Edit with VS Code\command] 10 | @="\"C:\\Users\\David\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" \"%1\"" 11 | " -------------------------------------------------------------------------------- /Post-Install/Scripting/Scripts/Disable Wide Context Menu.bat: -------------------------------------------------------------------------------- 1 | :: MajorGeeks.Com 2 | :: How to Disable or Enable Wide Context Menus in Windows 10 3 | :: Tutorial: https://www.majorgeeks.com/content/page/how_to_disable_or_enable_wide_context_menus_in_windows_10.html 4 | 5 | @echo off 6 | powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\FlightedFeatures" /V ImmersiveContextMenu /T REG_DWORD /D 0 /F' -Verb runAs" 7 | 8 | taskkill /f /im explorer.exe 9 | start explorer.exe 10 | -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/mm.ahk: -------------------------------------------------------------------------------- 1 | #NoTrayIcon 2 | #SingleInstance Force 3 | #NoTrayIcon 4 | #InstallKeybdHook 5 | #InstallMouseHook 6 | #UseHook 7 | #NoEnv 8 | #Persistent 9 | SetWorkingDir %A_ScriptDir% 10 | 11 | #if (WinActive("ahk_exe League of Legends.exe")) 12 | 13 | CapsLock:: 14 | If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 500) 15 | +Enter:: 16 | sleep, 50 17 | Send {enter}/mute all{enter} 18 | sleep, 10 19 | Run, "disable_league_chat.exe" /verysilent /norestart 20 | return -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Magnifier.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Remove Magnifier Context Menu in Windows 10 4 | 5 | ; Magnifier is an accessibility tool bundled with Windows 10. When enabled, Magnifier makes part or all of your screen bigger so you can see words and images better. 6 | 7 | ; Sources 8 | 9 | ; https://winaero.com/add-magnifier-context-menu-in-windows-10/ 10 | ; https://www.majorgeeks.com/files/details/add_magnifier_context_menu_in_windows_10.html 11 | 12 | 13 | [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Magnifier] 14 | -------------------------------------------------------------------------------- /Post-Install/Scripting/Scripts/Double Click to Open.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | :: Open Item with Double-click 4 | 5 | :: You can set Windows to open an item with a single-click/tap or double-click/tap. 6 | 7 | :: Sources 8 | 9 | :: https://www.elevenforum.com/t/open-item-with-single-click-or-double-click-in-windows-11.6122/ 10 | 11 | REG ADD "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /V ShellState /T REG_BINARY /D 240000003ea8000000000000000000000000000001000000130000000000000062000000 /F 12 | 13 | :: To kill and restart explorer 14 | taskkill /f /im explorer.exe 15 | start explorer.exe -------------------------------------------------------------------------------- /NTLite.md: -------------------------------------------------------------------------------- 1 | #### Components 2 | 3 | ##### Drivers 4 | 5 | - [x] Imaging Devices 6 | - [x] SD Host Adapters 7 | - [x] Xbox Peripherals 8 | 9 | ##### Hardware Support 10 | 11 | - [x] Gaming Peripherals (Xbox GIP) 12 | - [x] Still Image Class Installer 13 | 14 | ##### Localization 15 | 16 | - [x] Language (All) 17 | - [x] Keyboard Layouts - Greek 18 | 19 | ##### Multimedia 20 | 21 | - [x] DirectX WARP JIT Service 22 | - [x] Image COlor Management (ICM) 23 | - [x] MPEG-2 Splitter 24 | 25 | ##### Network 26 | 27 | - [x] Adobe Flash for Internet Explorer 28 | 29 | ##### System 30 | 31 | - [x] Volume Shadow Copy 32 | 33 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Start Menu & Taskbar/Disable Suggestions in Start menu.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Disables Suggestions in Start menu 4 | 5 | ; Shows occasional suggestions in Start menu (OFF dword=0 ON dword=1) 6 | 7 | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] 8 | "SystemPaneSuggestionsEnabled"=dword:00000000 9 | 10 | [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer] 11 | "DisableSearchBoxSuggestions"=dword:00000001 12 | 13 | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] 14 | "SilentInstalledAppsEnabled"=dword:00000000 15 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Empty Recycle Bin.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.Com 4 | ; How to Add 'Empty Recycle Bin Context Menu' in Windows 10 & 11 5 | ; https://www.majorgeeks.com/content/page/empty_recycle_bin_context_menu.html 6 | 7 | [HKEY_CLASSES_ROOT\Directory\Background\shell\empty] 8 | "CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}" 9 | "Description"="@shell32.dll,-31332" 10 | "Icon"="shell32.dll,-254" 11 | "MUIVerb"="@shell32.dll,-10564" 12 | "Position"="Bottom" 13 | [HKEY_CLASSES_ROOT\Directory\Background\shell\empty\command] 14 | "DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}" 15 | 16 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Empty Recycle Bin Context Menu - Add.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.Com 4 | ; How to Add 'Empty Recycle Bin Context Menu' in Windows 10 & 11 5 | ; https://www.majorgeeks.com/content/page/empty_recycle_bin_context_menu.html 6 | 7 | [HKEY_CLASSES_ROOT\Directory\Background\shell\empty] 8 | "CommandStateHandler"="{c9298eef-69dd-4cdd-b153-bdbc38486781}" 9 | "Description"="@shell32.dll,-31332" 10 | "Icon"="shell32.dll,-254" 11 | "MUIVerb"="@shell32.dll,-10564" 12 | "Position"="Bottom" 13 | [HKEY_CLASSES_ROOT\Directory\Background\shell\empty\command] 14 | "DelegateExecute"="{48527bb3-e8de-450b-8910-8c4099cb8624}" 15 | 16 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Unblock.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Remove Unblock File Context Menu 4 | 5 | ; Windows Attachment Manager categorizes files into categories; High Rish, Moderate Risk, and Low Risk. 6 | ; After that, Windows SmartScreen warns you before opening a questionable file. 7 | ; We can simplify this process by adding a Context Menu item that allows you to right-click and unblock a folder and or the folder's contents. 8 | 9 | ; Sources 10 | 11 | ; https://www.majorgeeks.com/content/page/how_to_add_unblock_file_context_menu.html 12 | 13 | [-HKEY_CLASSES_ROOT\*\shell\unblock] 14 | 15 | [-HKEY_CLASSES_ROOT\Directory\shell\unblock] 16 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Attributes.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Remove Attributes from Context Menu 4 | 5 | ; File attributes are special metadata or properties of files stored in the file system which instruct computer software to change its behavior. 6 | 7 | ; https://winaero.com/blog/wp-content/uploads/2018/01/Windows-10-attributes-conext-menu.png 8 | 9 | ; Sources 10 | 11 | ; https://winaero.com/add-attributes-context-menu-windows-10/ 12 | ; https://www.majorgeeks.com/files/details/add_file_attributes_context_menu_in_windows_10.html 13 | 14 | [-HKEY_CLASSES_ROOT\*\Shell\Attributes] 15 | 16 | [-HKEY_CLASSES_ROOT\Directory\Shell\Attributes] -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/auto-accept.ahk: -------------------------------------------------------------------------------- 1 | #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. 2 | SendMode Input ; Recommended for new scripts due to its superior speed and reliability. 3 | SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. 4 | 5 | CoordMode, Pixel, Screen 6 | CoordMode, Mouse, Screen 7 | 8 | Loop, 9 | { 10 | ImageSearch, x, y, 0, 0, 1920, 1080, *20 Accept.png 11 | If (ErrorLevel=0) 12 | { 13 | MouseMove, x+20, y+10 14 | Sleep, 200 15 | MouseClick, left 16 | Sleep, 200 17 | MouseClick, left 18 | Sleep, 200 19 | MouseMove, x+20, y+60 20 | } 21 | Sleep, 1000 22 | } -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/LolCloser/LolCloser.ahk: -------------------------------------------------------------------------------- 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2 | ;;;;;;;;;;; Rise ;;;;;;;;;;;;;;;;;;;;;;; 3 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 4 | 5 | 6 | ;;;;;;;;;;;;;;;;; 7 | ;;;;; Code itself 8 | ;;;;;;;;;;;;;;;;; 9 | #InstallMouseHook 10 | #InstallKeybdHook 11 | SetTitleMatchMode, 2 ;Matching for window title. 12 | #ifwinactive, League of Legends (TM) Client ;Active only if league client is actually open/active. 13 | #NoEnv 14 | ALT & F4:: 15 | While GetKeyState("ALT", "P") && GetKeyState("F4", "P") 16 | { 17 | ;;;Process, Close, LeagueClient.exe 18 | Process, Close, League Of Legends.exe 19 | } 20 | Return -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Cast to Device.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Remove "Cast to Device" from File Explorer Context Menu on Windows 10 4 | 5 | ; Sources 6 | 7 | ; https://www.easytechguides.com/remove-cast-to-device-from-context-menu-in-windows-10/ 8 | ; https://www.howtogeek.com/720449/how-to-remove-cast-to-device-option-from-windows-10-context-menu/ 9 | 10 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked] 11 | "{7AD84985-87B4-4a16-BE58-8B72A5B390F7}"="" 12 | 13 | ;locked by trustedinstaller, change premissions 14 | [-HKEY_CLASSES_ROOT\CLSID\{7AD84985-87B4-4a16-BE58-8B72A5B390F7}] 15 | [-HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{7AD84985-87B4-4a16-BE58-8B72A5B390F7}] 16 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/Disable Camera On-Off Notifications.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; How to Disable Camera On or Off Notifications 4 | 5 | ; Most of modern laptops and tablets come with built-in cameras, which allow you to take photos or record video with ease. 6 | ; If you want to improve privacy and find out when your webcam is in use, it’s recommended to enable camera On/Off indicator, 7 | ; so you’ll get the “Camera on/off” warning message when your camera is being used by any programs, even including the background apps. 8 | 9 | ; Sources 10 | 11 | ; https://www.majorgeeks.com/content/page/camera_on_off.html 12 | 13 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OEM\Device\Capture] 14 | "NoPhysicalCameraLED"=dword:00000000 -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Processor/Enable CPU Mitigations.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; On newer CPUs (9th gen and newer) you should leave them enabled as deactivating them actually decreases performance because the chips starts doing the mitigations in software instead of hardware. 4 | ; Although... https://www.phoronix.com/review/3900x-9900k-mitigations 5 | 6 | ; Sources 7 | ; https://www.reddit.com/r/Amd/comments/r7tib3/how_important_can_the_cpu_mitigations_be_for_the/ 8 | 9 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] 10 | "FeatureSettingsOverride"=dword:00000008 11 | "FeatureSettingsOverrideMask"=dword:00000003 12 | 13 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization] 14 | "MinVmVersionForCpuBasedMitigations"="1.0" 15 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Applications/One Drive/Prevent Moving Windows Known Folders to OneDrive.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Prevent Moving Windows Known Folders to OneDrive 4 | ; Created by Georgios Zachariadis on 14/11/2023 5 | ; Categorized under Applications 6 | 7 | ; This setting prevents users from moving their Documents, Pictures, and Desktop folders to any OneDrive for Business account. 8 | ; Note: Moving known folders to personal OneDrive accounts is already blocked on domain-joined PCs. 9 | 10 | ; Sources 11 | 12 | ; https://admx.help/?Category=OneDrive&Policy=Microsoft.Policies.OneDriveNGSC::BlockKnownFolderMove 13 | ; https://winaero.com/how-to-disable-user-folder-backup-to-onedrive/ 14 | 15 | ; <------ Registry Edit ------> 16 | 17 | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\OneDrive] 18 | "KFMBlockOptIn"=dword:00000001 19 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Applications/PowerToys/Disable PowerToys SCOOBE Dialog.reg: -------------------------------------------------------------------------------- 1 | 2 | Windows Registry Editor Version 5.00 3 | 4 | ; Disable PowerToys SCOOBE Dialog 5 | ; Created by Georgios Zachariadis on 14/11/2023 6 | ; Categorized under Applications 7 | 8 | ; Post-upgrade prompted dialog that walks users through the latest additions to PowerToys utilities and functionalities 9 | 10 | ; Sources 11 | 12 | ; https://github.com/microsoft/PowerToys/wiki/PowerToys-SCOOBE-Dialog 13 | 14 | 15 | ; <------ Registry Edit ------> 16 | 17 | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] 18 | "SubscribedContent-338389Enabled"=dword:00000000 19 | "SubscribedContent-310093Enabled"=dword:00000000 20 | 21 | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement] 22 | "ScoobeSystemSettingEnabled"=dword:00000000 23 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Layout Switch/Speed-up Keyboard Layout Switch.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; AutoRepeatDelay = When you Hold a button, this is the delay for before it masses the button). 4 | ; AutoRepeatRate = How fast it will repeat said button. 5 | ; DelayBeforeAcceptance = An interval between the pressing of the button, and the execution in whatever program/game. 6 | ; Flags has to be 59, other values are in ms. Needs logout or restart to activate. 7 | 8 | ; Sources 9 | 10 | ; https://www.youtube.com/watch?v=CVHHE0bsyWU&t=841s 11 | ; https://www.reddit.com/r/AllThingsTerran/comments/54z257/hotkey_users_improve_keyboard_repeat_rate_and/ 12 | 13 | [HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response] 14 | "DelayBeforeAcceptance"="0" 15 | "AutoRepeatRate"="6" 16 | "AutoRepeatDelay"="200" 17 | "Flags"="58" 18 | "BounceTime"="0" -------------------------------------------------------------------------------- /Post-Install/Scripting/Scripts/Remove Cast to device Context Menu.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | :: Cast to Device Remove Context Menu 4 | 5 | :: Cast to Device is a feature of Windows 10 (formerly called Play to Device) that allows you to stream content from your computer to your television, Xbox, or any Miracast or DLNA supported device. If you don't use Cast to Device, removing the Context Menu item can help clean things up. 6 | 7 | :: Sources 8 | 9 | :: https://www.tenforums.com/tutorials/61525-how-add-remove-cast-device-context-menu-windows-10-a.html 10 | :: https://www.majorgeeks.com/content/page/how_to_add_or_remove_cast_to_device_context_menu_in_windows_10.html 11 | 12 | REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" /V {7AD84985-87B4-4a16-BE58-8B72A5B390F7} /T REG_SZ /D "Play to Menu" /F 13 | 14 | taskkill /f /im explorer.exe 15 | start explorer.exe 16 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Removable Devices/Disable System Volume Information Folder for Removable Drives.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Windows 10 is creating System Volume Information folder on removable drives every time you connect your flash drive to the computer. 4 | ; If you have such a folder on your removable drive, it means that its file system is NTFS. If File Explorer shows it, you must have enabled the 'show system files' in folder options. 5 | ; The System Volume Information folder is located in the root of the drive. It contains important system data like restore points, search index database, shadow copies, and a variety of other files. 6 | 7 | ; Sources 8 | 9 | ; https://winaero.com/how-to-disable-system-volume-information-folder-for-removable-drives/#Disable_the_System_Volume_Information_Folder_for_Removable_Drives 10 | 11 | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] 12 | "DisableRemovableDriveIndexing"=dword:00000001 13 | -------------------------------------------------------------------------------- /Post-Install/Scripting/Scripts/Remove Dropbox From Navigation Pane.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | :: Remove Dropbox from Navigation Pane 4 | 5 | :: Dropbox is a cloud storage service, an alternative to Microsoft's OneDrive solution. 6 | :: It allows you to store files and folders in the cloud and sync them between connected devices. 7 | :: When you install Dropbox, it adds an icon to the Navigation pane in File Explorer. 8 | 9 | :: Sources 10 | 11 | :: https://www.majorgeeks.com/content/page/how_to_remove_dropbox_from_windows_10_file_explorer_navigation_pane.html 12 | :: https://winaero.com/remove-dropbox-from-navigation-pane-in-windows-10/ 13 | 14 | REG ADD "HKCU\SOFTWARE\Classes\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1A}" /V System.IsPinnedToNamespaceTree /T REG_DWORD /D 0 /F 15 | if exist "%PROGRAMFILES(X86)%" goto 64BIT 16 | goto end 17 | :64BIT 18 | REG ADD "HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1A}" /V System.IsPinnedToNamespaceTree /T REG_DWORD /D 0 /F 19 | :end 20 | 21 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "workbench.colorTheme": "Hack The Box", 3 | "workbench.colorCustomizations": { 4 | "activityBar.activeBackground": "#ab307e", 5 | "activityBar.background": "#ab307e", 6 | "activityBar.foreground": "#e7e7e7", 7 | "activityBar.inactiveForeground": "#e7e7e799", 8 | "activityBarBadge.background": "#25320e", 9 | "activityBarBadge.foreground": "#e7e7e7", 10 | "commandCenter.border": "#e7e7e799", 11 | "sash.hoverBorder": "#ab307e", 12 | "statusBar.background": "#832561", 13 | "statusBar.foreground": "#e7e7e7", 14 | "statusBarItem.hoverBackground": "#ab307e", 15 | "statusBarItem.remoteBackground": "#832561", 16 | "statusBarItem.remoteForeground": "#e7e7e7", 17 | "titleBar.activeBackground": "#832561", 18 | "titleBar.activeForeground": "#e7e7e7", 19 | "titleBar.inactiveBackground": "#83256199", 20 | "titleBar.inactiveForeground": "#e7e7e799" 21 | }, 22 | "peacock.color": "#832561" 23 | } -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Appearance & Personalization/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |