├── .vscode ├── Windows 10.code-workspace └── settings.json ├── MSMG.md ├── NTLite.md ├── Pictures ├── Optimizer-General.jpg ├── Optimizer-General.png ├── Optimizer-Windows10.png ├── WinSlap-Advanced.png ├── WinSlap-Appearance.png ├── WinSlap-Tweaks1.png └── WinSlap-Tweaks2.png ├── Post-Install ├── Exported Settings │ ├── Debloating Software │ │ ├── BlackViperScript-6.2.3 │ │ │ ├── BVSetting.xml │ │ │ ├── BlackViper-Win10.ps1 │ │ │ ├── BlackViper.csv │ │ │ ├── Current_Selections.csv │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── Script-Changelog.txt │ │ │ └── _Win10-BlackViper.bat │ │ ├── Chris Titus - Winutil (Presets) │ │ │ ├── Install │ │ │ │ ├── Coding.json │ │ │ │ └── Gaming.json │ │ │ └── Tweaks │ │ │ │ └── Tweaks.json │ │ ├── OOSU │ │ │ └── OOSU10.cfg │ │ ├── Privacy.sexy Configuration │ │ │ └── script.bat │ │ ├── Ultimate Windows Tweaker 4.8 │ │ │ └── uwt_11556.ini │ │ └── Winaero Tweaker │ │ │ └── Winaero Tweaker_2024_06_12.ini │ └── Gaming │ │ └── League of Legends │ │ ├── Leage of Legends - Configuration Settings │ │ ├── ItemSets.json │ │ ├── MuteAll.ahk │ │ ├── PerksPreferences.yaml │ │ ├── PersistedSettings.json │ │ ├── game.cfg │ │ └── input.ini │ │ └── League of Legends - AutoHotKey Scrips │ │ ├── LolCloser │ │ ├── LolCloser.ahk │ │ ├── LolCloser.exe │ │ └── README.md │ │ ├── README.md │ │ ├── auto-accept.ahk │ │ ├── auto-accept.exe │ │ ├── disable_league_chat.ahk │ │ ├── disable_league_chat.exe │ │ ├── mm.ahk │ │ └── mm.exe ├── README.md └── Scripting │ ├── Scripts │ ├── Disable OS Collection.bat │ ├── Disable Wide Context Menu.bat │ ├── Double Click to Open.bat │ ├── Remove Cast to device Context Menu.bat │ └── Remove Dropbox From Navigation Pane.cmd │ └── run_all_scripts.bat ├── Pre-Install ├── NTLite Presets │ ├── LTSC_2021_Nano.xml │ ├── PreBook10.xml │ └── Windows 10 Lite.xml └── Registry-Files │ ├── Appearance & Personalization │ ├── Clear Recent Color History.reg │ ├── Default - Enable Automatically Hide Scroll Bars in Windows 10 Apps.reg │ ├── Disable Screen Savers.reg │ ├── Disable Visual Feedback.reg │ ├── Enable Automatically Hide Scroll Bars in Windows 10 Apps.reg │ ├── README.md │ ├── Set Default Display Scaling.reg │ ├── Shortcut Arrow Icon - Remove.reg │ └── Visual Feedback OFF.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 │ ├── Backup │ ├── Disable Auto Registry Backup.reg │ └── System Protection - Turn Off.reg │ ├── Browsers │ └── Edge │ │ ├── Bing Discover │ │ └── Remove Bing Discover Button - Edge.reg │ │ └── Screen Swipe │ │ ├── MajorGeeks Tutorial Link.html │ │ └── Screen Edge Swipe - Disable.reg │ ├── Context Menu │ ├── Additions │ │ ├── Add Copy As Path.reg │ │ ├── Add Copy Path.reg │ │ ├── Add Delete Folder.reg │ │ ├── Add Edit With VS Code.reg │ │ ├── Add Empty Recycle Bin.reg │ │ ├── Add Extract All Context Menu.reg │ │ ├── Add Extract All.reg │ │ ├── Add File Hash Context Menu.reg │ │ ├── Add Hidden Items.reg │ │ ├── Add New File.reg │ │ ├── Add New Folder Context Menu.reg │ │ ├── Add Open Command Window Here.reg │ │ ├── Add Open Linux Shell Here.reg │ │ ├── Add Open Location.reg │ │ ├── Add Open PowerShell Window Here.reg │ │ ├── Add Optimize Drives.reg │ │ ├── Add Pin to Quick Access.reg │ │ ├── Add Pin to Start Menu.reg │ │ ├── Add Restart Desktop.reg │ │ ├── Add Restart Explorer Context Menu.reg │ │ ├── Add Run With Powershell as Administrator.reg │ │ ├── Add Run as Administrator.reg │ │ ├── Add Run as administrator Context Menu.reg │ │ ├── Add User Folder in File Explorer Navigation Pane.reg │ │ ├── Add Windows Defender Firewall.reg │ │ ├── Add_Kill_all_not_responding_tasks_to_context_menu.reg │ │ └── Empty Recycle Bin Context Menu - Add.reg │ ├── Boot to UEFI Firmware Settings - Remove.reg │ ├── CopyAsPath-Windows 10.reg │ ├── Default New Folder Name - Default.reg │ ├── Disable Mapped Drives in Elevated PowerShell and Command Prompt.reg │ ├── Empty Folder Context Menu - REMOVE.reg │ ├── Enable Command Prompt Here Always.reg │ ├── Hidden Items Context Menu - REMOVE.reg │ ├── Hide File Name Extensions Context Menu (Default).reg │ ├── Hide File Name Extensions Context Menu DEFAULT.reg │ ├── Linux Navigation Pane File Explorer - REMOVE.reg │ ├── Look For an App in the Microsoft Store - REMOVE.reg │ ├── Map Network Context Menu - REMOVE.reg │ ├── Optimize Drives Context Menu - Remove.reg │ ├── Pin to Quick access Context Menu - Remove.reg │ ├── Removals │ │ ├── Remove Accounts Settings.reg │ │ ├── Remove Attributes.reg │ │ ├── Remove Boot to UEFI Firmware Settings.reg │ │ ├── Remove Burn Disk Image.reg │ │ ├── Remove Cast to Device.reg │ │ ├── Remove Cleanup.reg │ │ ├── Remove Default Apps From Desktop.reg │ │ ├── Remove Defender.reg │ │ ├── Remove Delete Folder Context Menu.reg │ │ ├── Remove Details Pane.reg │ │ ├── Remove Dialing Options.reg │ │ ├── Remove Drives in Send To Menu.reg │ │ ├── Remove Edge Icon.reg │ │ ├── Remove Edit (In MSPaint).reg │ │ ├── Remove Edit With Paint 3D.reg │ │ ├── Remove Edit With Photos.reg │ │ ├── Remove Empty Folder.reg │ │ ├── Remove File Hash.reg │ │ ├── Remove Go Button.reg │ │ ├── Remove Inherited Permissions.reg │ │ ├── Remove Install Cab File.reg │ │ ├── Remove Kill All Unresponsive Tasks.reg │ │ ├── Remove Linux Navigation Pane File Explorer.reg │ │ ├── Remove Look For an App in the Microsoft Store.reg │ │ ├── Remove Magnifier.reg │ │ ├── Remove Manage from This-PC.reg │ │ ├── Remove Map Network Drives.reg │ │ ├── Remove Move to OneDrive Context ALL USERS.reg │ │ ├── Remove Move to OneDrive Context CURRENT USERS.reg │ │ ├── Remove Move to OneDrive.reg │ │ ├── Remove Network Drive.reg │ │ ├── Remove Network folder.reg │ │ ├── Remove New Batch File.reg │ │ ├── Remove New RAR Zip.reg │ │ ├── Remove New VBScript.reg │ │ ├── Remove Open With Notepad.reg │ │ ├── Remove Optimize Drives.reg │ │ ├── Remove Personalize Classic.reg │ │ └── Remove Pin to Home.reg │ ├── Remove Previous Versions Properties Context Menu.reg │ ├── Remove Repair Windows Image.reg │ ├── Remove Reset Screenshot Index Counter.reg │ ├── Remove Restart Explorer.reg │ ├── Remove Restart Start Menu.reg │ ├── Remove Restore Point.reg │ ├── Remove Restore Previous Versions.reg │ ├── Remove Rotate Left and Right.reg │ ├── Remove Run With Priority.reg │ ├── Remove Safe Mode.reg │ ├── Remove Scan with Windows Defender.reg │ ├── Remove Scanners & Cameras.reg │ ├── Remove Screen resolution from Desktop context menu.reg │ ├── Remove Screen snip (all users).reg │ ├── Remove Secure Delete.reg │ ├── Remove Select Power Plan.reg │ ├── Remove Send to.reg │ ├── Remove Set As Desktop Background.reg │ ├── Remove Set Desktop Wallpaper.reg │ ├── Remove Settings.reg │ ├── Remove Share With Option from Context Menu.reg │ ├── Remove Share With Skype.reg │ ├── Remove Shared Documents.reg │ ├── Remove Shut Down.reg │ ├── Remove System File Checker Context Menu.reg │ ├── Remove System File Checker.reg │ ├── Remove System Protection Desktop.reg │ ├── Remove System Protection.reg │ ├── Remove Take Ownership.reg │ ├── Remove Toolbar & Taskbar.reg │ ├── Remove Troubleshoot Compatibility.reg │ ├── Remove Troubleshooters.reg │ ├── Remove Unblock.reg │ ├── Remove Virtual Clone Drive.reg │ ├── Remove Web Folders.reg │ ├── Remove Win+X Classic Menu Desktop.reg │ ├── Remove Windows Tools Context Menu.reg │ ├── Remove Windows Tools.reg │ ├── Remove Windows Update.reg │ ├── Restore Point Context Menu - Remove.reg │ ├── Rotate Left and Right - Remove.reg │ ├── Safe Mode Context Menu - REMOVE.reg │ ├── Toolbars Taskbar Context Menu - Hide.reg │ ├── Troubleshooters Context Menu - Remove.reg │ ├── Win+X Classic Menu Desktop - Remove.reg │ └── remove-cast-to-device.reg │ ├── File Explorer │ ├── Add User Folder in File Explorer Navigation Pane.reg │ ├── Disable Pop-up Descriptions.reg │ ├── Disable Show Drive Letters First.reg │ ├── Drag and Drop Move.reg │ ├── Enable File Options.reg │ ├── File Explorer Open to Download Folder.reg │ ├── File Transfer Dialog - Show Fewer Details .reg │ ├── Folder Options - Enable.reg │ ├── Libraries Above This PC File Explorer.reg │ ├── Move Libraries above This-PC.reg │ ├── Open to Downloads Folder.reg │ ├── Pop Up Descriptions - Disable.reg │ ├── README.md │ ├── Remove Devices and Printers from This PC.reg │ ├── Remove Dropbox from Navigation Pane.reg │ ├── Remove Linux Subsystem from Navigation Pane in File Explorer.reg │ ├── Remove Pinned Microsoft OneDrive icon from Windows Explorer.reg │ ├── Remove Quick Access from Navigation Pane.reg │ ├── Remove Security Tab in File Explorer.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 │ ├── Remove_Quick_access_from_navigation_pane.reg │ ├── Security Tab - Add in File Explorer.reg │ ├── Show Drive Letters First - File Explorer - Default.reg │ ├── Stop File Explorer From Showing External Drives Twice.reg │ └── Turn Off Thumbnail Previews File Explorer.reg │ ├── Gaming │ ├── Disable Hardware Accelerated GPU Scheduling.reg │ ├── Disable Windows Game Recording Broadcasting.reg │ ├── Disable Xbox Game Bar.reg │ ├── Example_Markdown.md │ ├── README.md │ ├── Turn Off Xbox Game Bar.reg │ ├── Turn_off_Game_Mode.reg │ ├── Windowed Game Optimizations - OFF.reg │ └── Windowed Game Optimizations - ON.reg │ ├── Graphics - Screenshots - Video │ ├── Camera On or Off Notifications - Enable or Disable │ │ ├── Camera On Off - Enable.reg │ │ └── MajorGeeks Tutorial Link.html │ ├── Clear Recent Pictures in MS Paint │ │ ├── Clear Recent Pictures in MS Paint.reg │ │ └── MajorGeeks Tutorial Link.html │ ├── Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off │ │ ├── Disable Fix Scaling for Apps for All Users.reg │ │ ├── Enable Fix Scaling for Apps for All Users.reg │ │ ├── MajorGeeks Tutorial Link.html │ │ └── Restore Default Fix Scaling for Apps for All Users.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 │ ├── Keyboard & Mouse │ ├── Automatic Correction │ │ ├── Autocorrect Misspelled Words OFF.reg │ │ └── Highlight Misspelled Words OFF.reg │ ├── Clipboard History │ │ └── Disable Clipboard History.reg │ ├── Insert Key │ │ ├── Disable the Insert Key in Windows 10.reg │ │ └── MajorGeeks Tutorial Link.html │ ├── Layout Switch │ │ └── Speed-up Keyboard Layout Switch.reg │ ├── Text Cursor Indicator │ │ ├── Disable Text Cursor Indicator.reg │ │ └── MajorGeeks Tutorial Link.html │ └── Windows Key │ │ ├── Enable Windows Key.reg │ │ ├── MajorGeeks Tutorial Link.html │ │ └── Windows Key - Enable.reg │ ├── Networking │ ├── Disable Administrative Shares.reg │ ├── Disable Could Not Reconnect All Network Drives Notification.reg │ ├── Disable Mapped Drives in Elevated PowerShell and Command Prompt.reg │ ├── Example_Markdown.md │ └── README.md │ ├── Power │ ├── Add Allow Sleep With Remote Opens To Power Options.reg │ ├── Add Primary NVMEe Idle Timeout Power Options.reg │ ├── Add Turn OFF Hard Disk Power Option.reg │ ├── Disable Battery Icon Time Remaining.reg │ ├── Disable Notify me if my PC Charging Slowly over USB Notification.reg │ ├── README.md │ ├── Remove Lock From the Account Picture Menu.reg │ └── Remove Sleep in Windows 10 Power Menu.reg │ ├── Printers │ ├── Disalbe Internet Printing.reg │ └── Let Windows Manage My Default Printer - OFF.reg │ ├── Processor │ └── Enable CPU Mitigations.reg │ ├── README.md │ ├── Removable Devices │ └── Disable System Volume Information Folder for Removable Drives.reg │ ├── Search │ ├── Disable Advanced Indexing.reg │ ├── Disable Recent Search History.reg │ └── README.md │ ├── Tracking & Telemetry │ ├── Disable Automatic Installation of the PC Health Check Application.reg │ ├── Limit Diagnostic Log Collection - Enabled.reg │ └── README.md │ ├── Windows Features │ ├── Advanced Indexing - Disable .reg │ ├── Are You Sure You Want to Run This File.reg │ ├── Autocorrect Misspelled Words OFF.reg │ ├── Business Device Usage - OFF.reg │ ├── Creativity Device Usage - OFF.reg │ ├── Disable App Launch Tracking.reg │ ├── Disable Block Downloaded Files.reg │ ├── Disable Camera On-Off Notifications.reg │ ├── Disable Find My Device.reg │ ├── Disable Shared Experiences.reg │ ├── Disable Steps Recorder.reg │ ├── Disable Task Manager.reg │ ├── Disable USB Write Protection.reg │ ├── Enable Changing Date and Time Formats.reg │ ├── Enable Changing Desktop Icons.reg │ ├── Enable Run Dialog.reg │ ├── Enable Task Manager.reg │ ├── Enable USB Write Protection.reg │ ├── Entertainment Device Usage - OFF.reg │ ├── Family Device Usage - OFF.reg │ ├── File History - Disable.reg │ ├── Gaming Device Usage - OFF.reg │ ├── Highlight Misspelled Words OFF.reg │ ├── Limit Diagnostic Log Collection - Enabled.reg │ ├── Maximum processor frequency - Add or Remove │ │ ├── AddMaximumProcessorFrequency.reg │ │ ├── MajorGeeks Tutorial Link.html │ │ └── RemoveMaximumProcessorFrequency.reg │ ├── README.md │ ├── School Device Usage - OFF.reg │ ├── Show Full Details When Deleting a File.reg │ ├── Steps Recorder - Disable.reg │ ├── Turn AutoPlay Off.reg │ ├── Turn Off Auto Adjust Active Hours.reg │ ├── Turn Off Find My Device.reg │ ├── User Account Control Windows 10 - 11 Disable.reg │ └── Win32 long paths - Enable.reg │ ├── Windows Settings │ ├── Device Usage │ │ ├── Disable Other Device Usage.reg │ │ └── Enable Gaming Device Usage.reg │ ├── Disable Block Downloaded Files.reg │ ├── Disable Changing Date and Time Formats.reg │ ├── Disable File History.reg │ ├── Enable Changing Desktop Icons.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 ├── README.md ├── Support-Files ├── LTSC_2021_Nano.xml ├── README.md ├── __pycache__ │ └── support_functions.cpython-311.pyc ├── readme_creator.py ├── registry_creator.py └── support_functions.py └── Testing.md /.vscode/Windows 10.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/.vscode/Windows 10.code-workspace -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /MSMG.md: -------------------------------------------------------------------------------- 1 | # MSMG 2 | 3 | 4 | ### Compatibility 5 | -------------------------------------------------------------------------------- /NTLite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/NTLite.md -------------------------------------------------------------------------------- /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/Optimizer-Windows10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/Optimizer-Windows10.png -------------------------------------------------------------------------------- /Pictures/WinSlap-Advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/WinSlap-Advanced.png -------------------------------------------------------------------------------- /Pictures/WinSlap-Appearance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pictures/WinSlap-Appearance.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 -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/BlackViper-Win10.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/BlackViper-Win10.ps1 -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/BlackViper.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/BlackViper.csv -------------------------------------------------------------------------------- /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/Debloating Software/BlackViperScript-6.2.3/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/LICENSE -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/README.md -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/Script-Changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/Script-Changelog.txt -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/_Win10-BlackViper.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/_Win10-BlackViper.bat -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/OOSU/OOSU10.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/OOSU/OOSU10.cfg -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/Privacy.sexy Configuration/script.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/Privacy.sexy Configuration/script.bat -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/Ultimate Windows Tweaker 4.8/uwt_11556.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/Ultimate Windows Tweaker 4.8/uwt_11556.ini -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/Winaero Tweaker/Winaero Tweaker_2024_06_12.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Debloating Software/Winaero Tweaker/Winaero Tweaker_2024_06_12.ini -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/ItemSets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/ItemSets.json -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/MuteAll.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/MuteAll.ahk -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/PerksPreferences.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/PerksPreferences.yaml -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/PersistedSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/PersistedSettings.json -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/game.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/game.cfg -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/input.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/input.ini -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/LolCloser/LolCloser.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/LolCloser/LolCloser.ahk -------------------------------------------------------------------------------- /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/LolCloser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/LolCloser/README.md -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/README.md: -------------------------------------------------------------------------------- 1 | # AutoHotKey Scripts 2 | 3 | -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/auto-accept.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/auto-accept.ahk -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/disable_league_chat.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/disable_league_chat.ahk -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/mm.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/mm.ahk -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /Post-Install/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Post-Install/Scripting/Scripts/Disable OS Collection.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Scripting/Scripts/Disable OS Collection.bat -------------------------------------------------------------------------------- /Post-Install/Scripting/Scripts/Disable Wide Context Menu.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Scripting/Scripts/Disable Wide Context Menu.bat -------------------------------------------------------------------------------- /Post-Install/Scripting/Scripts/Double Click to Open.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Scripting/Scripts/Double Click to Open.bat -------------------------------------------------------------------------------- /Post-Install/Scripting/Scripts/Remove Cast to device Context Menu.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Scripting/Scripts/Remove Cast to device Context Menu.bat -------------------------------------------------------------------------------- /Post-Install/Scripting/Scripts/Remove Dropbox From Navigation Pane.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Scripting/Scripts/Remove Dropbox From Navigation Pane.cmd -------------------------------------------------------------------------------- /Post-Install/Scripting/run_all_scripts.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Post-Install/Scripting/run_all_scripts.bat -------------------------------------------------------------------------------- /Pre-Install/NTLite Presets/LTSC_2021_Nano.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/NTLite Presets/LTSC_2021_Nano.xml -------------------------------------------------------------------------------- /Pre-Install/NTLite Presets/PreBook10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/NTLite Presets/PreBook10.xml -------------------------------------------------------------------------------- /Pre-Install/NTLite Presets/Windows 10 Lite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/NTLite Presets/Windows 10 Lite.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/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/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/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/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/Appearance & Personalization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Appearance & Personalization/README.md -------------------------------------------------------------------------------- /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/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/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/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/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/Applications/One Drive/Prevent Moving Windows Known Folders to OneDrive.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Applications/One Drive/Prevent Moving Windows Known Folders to OneDrive.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Applications/PowerToys/Disable PowerToys SCOOBE Dialog.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Applications/PowerToys/Disable PowerToys SCOOBE Dialog.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Applications/Visual Code Studio/Disable Visual Code Telemetry.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Applications/Visual Code Studio/Disable Visual Code Telemetry.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/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/Browsers/Edge/Screen Swipe/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Browsers/Edge/Screen Swipe/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /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 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 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 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 Edit With VS Code.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Edit With VS Code.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Empty Recycle Bin.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Empty Recycle Bin.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 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 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 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/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/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/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 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/Additions/Add Open PowerShell Window Here.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Open PowerShell Window Here.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 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/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/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/Additions/Add Run With Powershell as Administrator.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Add Run With Powershell as Administrator.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/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/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/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/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/Context Menu/Additions/Empty Recycle Bin Context Menu - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Additions/Empty Recycle Bin Context Menu - Add.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/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/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/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 -------------------------------------------------------------------------------- /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/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/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/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/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/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/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/Optimize Drives Context Menu - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Optimize Drives Context Menu - 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 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 Attributes.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Attributes.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/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 Cast to Device.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Cast to Device.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/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/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 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 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 Dialing Options.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Dialing Options.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Drives in Send To Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Drives in Send To Menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Edge Icon.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Edge Icon.reg -------------------------------------------------------------------------------- /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 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 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 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 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/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/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/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 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/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 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 Magnifier.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Magnifier.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 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/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/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 Network Drive.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Network Drive.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Removals/Remove Network folder.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Network folder.reg -------------------------------------------------------------------------------- /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/Removals/Remove New RAR Zip.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove New RAR Zip.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/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/Removals/Remove Optimize Drives.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Removals/Remove Optimize 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/Removals/Remove Pin to Home.reg: -------------------------------------------------------------------------------- 1 | REGEDIT4 2 | 3 | [-HKEY_CLASSES_ROOT\Folder\shell\pintohome] -------------------------------------------------------------------------------- /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/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 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 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/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 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 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 Rotate Left and Right.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Rotate Left and Right.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 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 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 Scanners & Cameras.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Scanners & Cameras.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/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/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 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 Send to.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Send to.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 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/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 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/Context Menu/Remove Share With Skype.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Share With Skype.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Shared Documents.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Shared Documents.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/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/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 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 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 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 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/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 Troubleshooters.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Troubleshooters.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Unblock.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Unblock.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Virtual Clone Drive.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Virtual Clone Drive.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Web Folders.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Web Folders.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Win+X Classic Menu Desktop.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Remove Win+X Classic Menu Desktop.reg -------------------------------------------------------------------------------- /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/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/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/Rotate Left and Right - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Rotate Left and Right - Remove.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/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/Context Menu/Troubleshooters Context Menu - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Troubleshooters Context Menu - Remove.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Win+X Classic Menu Desktop - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Context Menu/Win+X Classic Menu Desktop - Remove.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/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/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/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/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/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/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/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/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/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/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/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/File Explorer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/File Explorer/README.md -------------------------------------------------------------------------------- /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 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/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/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 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/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/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/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/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/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/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/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/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/Example_Markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Gaming/Example_Markdown.md -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Gaming/README.md -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /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/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/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/Graphics - Screenshots - Video/Camera On or Off Notifications - Enable or Disable/Camera On Off - Enable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Camera On or Off Notifications - Enable or Disable/Camera On Off - Enable.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Camera On or Off Notifications - Enable or Disable/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Camera On or Off Notifications - Enable or Disable/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /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/Graphics - Screenshots - Video/Clear Recent Pictures in MS Paint/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Clear Recent Pictures in MS Paint/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /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/Graphics - Screenshots - Video/Fix Scaling for Apps That Are Blurry in Windows 10 - On or Off/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- 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/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Screenshot Index Counter - Reset/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Screenshot Index Counter - Reset/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /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/Screenshot Index Counter - Reset/Reset_Screenshot_Index_Counter.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Screenshot Index Counter - Reset/Reset_Screenshot_Index_Counter.bat -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Graphics - Screenshots - Video/Thumbnails Cache - Stop Windows 10 From Automatically Deleting the/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Graphics - Screenshots - Video/Thumbnails Cache - Stop Windows 10 From Automatically Deleting the/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /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/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/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/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/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/Keyboard & Mouse/Insert Key/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Insert Key/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Layout Switch/Speed-up Keyboard Layout Switch.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Layout Switch/Speed-up Keyboard Layout Switch.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 -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Keyboard & Mouse/Text Cursor Indicator/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Text Cursor Indicator/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /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/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Keyboard & Mouse/Windows Key/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /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/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/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/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/Networking/Example_Markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Networking/Example_Markdown.md -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Networking/README.md -------------------------------------------------------------------------------- /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/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/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/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/Power/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Power/README.md -------------------------------------------------------------------------------- /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/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/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/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/Processor/Enable CPU Mitigations.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Processor/Enable CPU Mitigations.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/README.md -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Removable Devices/Disable System Volume Information Folder for Removable Drives.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Removable Devices/Disable System Volume Information Folder for Removable Drives.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/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/Search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Search/README.md -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Tracking & Telemetry/Disable Automatic Installation of the PC Health Check Application.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Tracking & Telemetry/Disable Automatic Installation of the PC Health Check Application.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 -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Tracking & Telemetry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Tracking & Telemetry/README.md -------------------------------------------------------------------------------- /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/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/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/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/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 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 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/Disable Camera On-Off Notifications.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Disable Camera On-Off Notifications.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 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/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/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 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 -------------------------------------------------------------------------------- /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 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/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/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/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/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/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 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/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 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/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/Windows Features/Maximum processor frequency - Add or Remove/MajorGeeks Tutorial Link.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/Maximum processor frequency - Add or Remove/MajorGeeks Tutorial Link.html -------------------------------------------------------------------------------- /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/Windows Features/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/README.md -------------------------------------------------------------------------------- /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/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 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 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/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 -------------------------------------------------------------------------------- /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/Windows Features/User Account Control Windows 10 - 11 Disable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Features/User Account Control Windows 10 - 11 Disable.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/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 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 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/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 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/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/Windows Settings/Start Menu & Taskbar/Disable Suggested Applications in Start menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Settings/Start Menu & Taskbar/Disable Suggested Applications in Start menu.reg -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Settings/Start Menu & Taskbar/Disable Suggestions in Start menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Pre-Install/Registry-Files/Windows Settings/Start Menu & Taskbar/Disable Suggestions in Start menu.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/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 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/README.md -------------------------------------------------------------------------------- /Support-Files/LTSC_2021_Nano.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Support-Files/LTSC_2021_Nano.xml -------------------------------------------------------------------------------- /Support-Files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Support-Files/README.md -------------------------------------------------------------------------------- /Support-Files/__pycache__/support_functions.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Support-Files/__pycache__/support_functions.cpython-311.pyc -------------------------------------------------------------------------------- /Support-Files/readme_creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Support-Files/readme_creator.py -------------------------------------------------------------------------------- /Support-Files/registry_creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Support-Files/registry_creator.py -------------------------------------------------------------------------------- /Support-Files/support_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Support-Files/support_functions.py -------------------------------------------------------------------------------- /Testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stereotypicaldev/Windows-10/HEAD/Testing.md --------------------------------------------------------------------------------