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

Appearance & Personalization

5 | 6 | 7 | 8 |
9 | 10 |

Registry Tweaks

11 | 12 | 13 |
14 | 15 | 16 | 17 | - [Disable Screen Savers](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Appearance%20&%20Personalization/Disable%20Screen%20Savers.reg) - None 18 | 19 | - [Disable Visual Feedback](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Appearance%20&%20Personalization/Disable%20Visual%20Feedback.reg) - None 20 | 21 | 22 | - [Enable Automatically Hide Scroll Bars in Windows 10 Apps](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Appearance%20&%20Personalization/Enable%20Automatically%20Hide%20Scroll%20Bars%20in%20Windows%2010%20Apps.reg) - None 23 | 24 | - [Set Default Display Scaling](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Appearance%20&%20Personalization/Set%20Default%20Display%20Scaling.reg) - This sets Screen DPI Scaling Level to Default on Windows 10. -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Windows Features/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | # Windows Features 6 | 7 | 8 | 9 | - [Are You Sure You Want to Run This File](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Windows%20Features/Are%20You%20Sure%20You%20Want%20to%20Run%20This%20File.reg) - None 10 | - [Disable App Launch Tracking](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Windows%20Features/Disable%20App%20Launch%20Tracking.reg) - None 11 | 12 | - [Are You Sure You Want to Run This File](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Windows%20Features/Are%20You%20Sure%20You%20Want%20to%20Run%20This%20File.reg) - None 13 | 14 | - [Disable App Launch Tracking](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Windows%20Features/Disable%20App%20Launch%20Tracking.reg) - None 15 | 16 | - [Are You Sure You Want to Run This File](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Windows%20Features/Are%20You%20Sure%20You%20Want%20to%20Run%20This%20File.reg) - None 17 | 18 | - [Disable App Launch Tracking](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Windows%20Features/Disable%20App%20Launch%20Tracking.reg) - None -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Applications/Visual Code Studio/Disable Visual Code Telemetry.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Disable Visual Code Telemetry 4 | ; Created by Georgios Zachariadis on 14/11/2023 5 | ; Categorized under Applications 6 | 7 | ; Registry values to disable telemetry in Visual Studio. 8 | 9 | ; Sources 10 | 11 | ; https://code.visualstudio.com/docs/getstarted/telemetry 12 | ; https://www.roboleary.net/tools/2022/04/20/vscode-telemetry.html 13 | ; https://www.sb-innovation.de/showthread.php?31271-The-Chat-Spam-Thread/page348 14 | 15 | ; <------ Registry Edit ------> 16 | 17 | ;Turn off VS Feedback button Group 18 | 19 | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VisualStudio\SQM] 20 | "OptIn"=dword:00000000 21 | 22 | [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\Telemetry] 23 | "TurnOffSwitch"=dword:00000001 24 | 25 | ; Disable Feedback Dialog 26 | 27 | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VisualStudio\Feedback] 28 | "DisableFeedbackDialog"=dword:00000001 29 | 30 | ; Disable Email Input 31 | 32 | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VisualStudio\Feedback] 33 | "DisableEmailInput"=dword:00000001 34 | 35 | ; Disable Screenshot Capture 36 | 37 | [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VisualStudio\Feedback] 38 | "DisableScreenshotCapture"=dword:00000001 -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Search/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | # Search 6 | 7 | 8 | 9 | - [Disable Advanced Indexing](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Search/Disable%20Advanced%20Indexing.reg) - Advanced Indexing is the method with which Windows creates a catalog of your computer files to be able to search it. 10 | - [Disable Recent Search History](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Search/Disable%20Recent%20Search%20History.reg) - None 11 | 12 | - [Disable Advanced Indexing](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Search/Disable%20Advanced%20Indexing.reg) - Advanced Indexing is the method with which Windows creates a catalog of your computer files to be able to search it. 13 | 14 | - [Disable Recent Search History](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Search/Disable%20Recent%20Search%20History.reg) - None 15 | 16 | - [Disable Advanced Indexing](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Search/Disable%20Advanced%20Indexing.reg) - Advanced Indexing is the method with which Windows creates a catalog of your computer files to be able to search it. 17 | 18 | - [Disable Recent Search History](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Search/Disable%20Recent%20Search%20History.reg) - None -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2019 Zero Rights Reserved - Services Configuration by Charles "Black Viper" Sparks 2 | 3 | -------------------------------------------------------------------------------- 4 | 5 | The MIT License (MIT) + an added Condition 6 | 7 | Copyright (c) 2017-2020 Madbomb122 - Black Viper Service Script 8 | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy of 10 | this software and associated documentation files (the "Software"), to deal in 11 | the Software without restriction, including without limitation the rights to 12 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 13 | of the Software, and to permit persons to whom the Software is furnished to do 14 | so, subject to the following conditions: 15 | 16 | The above copyright notice(s), this permission notice and ANY original donation 17 | link shall be included in all copies or substantial portions of the Software. 18 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 21 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 22 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 23 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 24 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 25 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Tracking & Telemetry/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | # Tracking & Telemetry 6 | 7 | 8 | 9 | - [Disable Automatic Installation of the PC Health Check Application](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Tracking%20&%20Telemetry/Disable%20Automatic%20Installation%20of%20the%20PC%20Health%20Check%20Application.reg) - None 10 | - [Limit Diagnostic Log Collection - Enabled](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Tracking%20&%20Telemetry/Limit%20Diagnostic%20Log%20Collection%20-%20Enabled.reg) - Limit Diagnostic Log Collection in Windows 10 & 11 11 | 12 | - [Disable Automatic Installation of the PC Health Check Application](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Tracking%20&%20Telemetry/Disable%20Automatic%20Installation%20of%20the%20PC%20Health%20Check%20Application.reg) - None 13 | 14 | - [Limit Diagnostic Log Collection - Enabled](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Tracking%20&%20Telemetry/Limit%20Diagnostic%20Log%20Collection%20-%20Enabled.reg) - Limit Diagnostic Log Collection in Windows 10 & 11 15 | 16 | - [Disable Automatic Installation of the PC Health Check Application](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Tracking%20&%20Telemetry/Disable%20Automatic%20Installation%20of%20the%20PC%20Health%20Check%20Application.reg) - None 17 | 18 | - [Limit Diagnostic Log Collection - Enabled](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Tracking%20&%20Telemetry/Limit%20Diagnostic%20Log%20Collection%20-%20Enabled.reg) - Limit Diagnostic Log Collection in Windows 10 & 11 -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Additions/Add Open PowerShell Window Here.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Add Open PowerShell Window Here 4 | ; Created by Georgios Zachariadis on 14/11/2023 5 | ; Categorized under Context Menu 6 | 7 | ; Sources 8 | 9 | ; https://www.majorgeeks.com/content/page/how_to_add_open_command_window_here_context_menu.html 10 | 11 | ; <------ Registry Edit ------> 12 | 13 | [HKEY_CLASSES_ROOT\Directory\Background\shell\PowerShellAsAdmin] 14 | @="Open PowerShell window here as administrator" 15 | "Extended"=- 16 | "HasLUAShield"="" 17 | "Icon"="powershell.exe" 18 | 19 | [HKEY_CLASSES_ROOT\Directory\Background\shell\PowerShellAsAdmin\command] 20 | @="PowerShell -windowstyle hidden -Command \"Start-Process cmd -ArgumentList '/s,/k,pushd,%V && start PowerShell && exit' -Verb RunAs\"" 21 | 22 | 23 | [HKEY_CLASSES_ROOT\Directory\shell\PowerShellAsAdmin] 24 | @="Open PowerShell window here as administrator" 25 | "Extended"=- 26 | "HasLUAShield"="" 27 | "Icon"="powershell.exe" 28 | 29 | [HKEY_CLASSES_ROOT\Directory\shell\PowerShellAsAdmin\command] 30 | @="PowerShell -windowstyle hidden -Command \"Start-Process cmd -ArgumentList '/s,/k,pushd,%V && start PowerShell && exit' -Verb RunAs\"" 31 | 32 | 33 | [HKEY_CLASSES_ROOT\Drive\shell\PowerShellAsAdmin] 34 | @="Open PowerShell window here as administrator" 35 | "Extended"=- 36 | "HasLUAShield"="" 37 | "Icon"="powershell.exe" 38 | 39 | [HKEY_CLASSES_ROOT\Drive\shell\PowerShellAsAdmin\command] 40 | @="PowerShell -windowstyle hidden -Command \"Start-Process cmd -ArgumentList '/s,/k,pushd,%V && start PowerShell && exit' -Verb RunAs\"" 41 | 42 | 43 | [HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\PowerShellAsAdmin] 44 | @="Open PowerShell window here as administrator" 45 | "Extended"=- 46 | "HasLUAShield"="" 47 | "Icon"="powershell.exe" 48 | 49 | [HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\PowerShellAsAdmin\command] 50 | @="PowerShell -windowstyle hidden -Command \"Start-Process cmd -ArgumentList '/s,/k,pushd,%V && start PowerShell && exit' -Verb RunAs\"" -------------------------------------------------------------------------------- /Support-Files/README.md: -------------------------------------------------------------------------------- 1 |

Windows 10 Enteprise LTSC N 2019 (MSMG Modified)

2 | 3 | 4 | #### Desciption 5 | 6 | - Based on Windows Enteprise LTSC N 2019 (Downloaded from Massgrave.dev) 7 | - Modified using MSMG Toolkit. 8 | 9 | #### Warnings 10 | 11 | - Windows Out of Box Experience (OOBE) is included because it's required for Windows Installation to boot. 12 | - Windows Defender is included because it's prefered over other free alternatives. 13 | - Shell Search causes WiFi taskbar to not work, plus causes a lot of crashes with it missing. 14 | 15 | #### Features 16 | 17 | - Windows Updates ✔ 18 | - Windows Defender ✔ 19 | - Out-of-box Experience (OOBE) ✔ 20 | - Wi-fi Support ✔ 21 | - Shell Search ✔ 22 | 23 | ##### Compatibility Settings 24 | 25 | - [6] Mircosoft Office - 7[31] 26 | - [9] Out-of-box Experience (OOBE) - 7[24] 27 | - [15] Windows Update - 6[25] 28 | 29 | #### Components 30 | 31 | ##### Menus 1-5 32 | 33 | - Delete all entries 34 | 35 | ##### System 36 | 37 | - 6.[16] Security Center ✔ (Dependency for Windows Defender) 38 | - 6.[22] Windows Firewall ✔ 39 | - 6.[25] Windows Update ✔ 40 | 41 | ##### System Apps 42 | 43 | - 7.[24] Out-of-box Experience (OOBE) ✔ 44 | - 7.[30] Shell Experience Host (Shell Search) - Dependency for Taskbar 45 | - 7.[31] Shell Input Application (Input App) - Microsoft Office [Mandatory] ✔ 46 | - 7.[34] SmartScreen ✔ (Dependency for Windows Defender?) 47 | - 7.[41] Windows Defender - Windows Defender [Mandatory] ✔ 48 | 49 | #### Modified Registry Tweaks 50 | 51 | - [2] Disable Windows Features using Features List 52 | - [5] Remove Default Inbox Apps Association XML 53 | - [8] Apply Tweaks 54 | - [1] Disable Automatic Driver Updates through Windows Update 55 | - [2] Disable Automatic Download and Install of 3rd Party Apps 56 | - [3] Disable Automatic Windows Upgrade 57 | - [4] Disable Cortana App 58 | - [15] Hide Taskbar Cortana Icon 59 | - [16] Hide Taskbar Meet Now Icon 60 | - [17] Hide Taskbar News and Interests 61 | - [18] Hide Taskbar Search Bar 62 | - [19] Hide Taskbar Task View Icon -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Rotate Left and Right - Remove.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; MajorGeeks.Com 4 | ; How to Remove Rotate Left and Right From The Context Menu in Windows 10 & 11 5 | ; https://www.majorgeeks.com/content/page/remove_rotate_left_right.html 6 | 7 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview] 8 | 9 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.dds\ShellEx\ContextMenuHandlers\ShellImagePreview] 10 | 11 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ShellImagePreview] 12 | 13 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ShellImagePreview] 14 | 15 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview] 16 | 17 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview] 18 | 19 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.ico\ShellEx\ContextMenuHandlers\ShellImagePreview] 20 | 21 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ShellImagePreview] 22 | 23 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ShellImagePreview] 24 | 25 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ShellImagePreview] 26 | 27 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ShellImagePreview] 28 | 29 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jxr\ShellEx\ContextMenuHandlers\ShellImagePreview] 30 | 31 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ShellImagePreview] 32 | 33 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ShellImagePreview] 34 | 35 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ShellImagePreview] 36 | 37 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ShellImagePreview] 38 | 39 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.wdp\ShellEx\ContextMenuHandlers\ShellImagePreview] 40 | 41 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.webp\ShellEx\ContextMenuHandlers\ShellImagePreview] -------------------------------------------------------------------------------- /Testing.md: -------------------------------------------------------------------------------- 1 | # Testing 2 | 3 | - [ ] [ZTweaks](https://github.com/caxzy/ztweaks) 4 | 5 | - [ ] [Windows Optimisation Pack](https://github.com/Marvin700/Windows_Optimisation_Pack) 6 | 7 | - [ ] [Magic X Mod](https://magicxmod.github.io/#content) 8 | 9 | - [ ] [7+ Taskbar Tweaker](https://ramensoftware.com/7-taskbar-tweaker) 10 | 11 | - [ ] [WinReducer](https://www.winreducer.net/) 12 | 13 | - [ ] [Windows Toolbox](https://github.com/WinTweakers/WindowsToolbox) 14 | 15 | - [ ] [Sadcoy](https://github.com/Jisll/Sadcoy) 16 | 17 | - [ ] [Windows 10 Cleanser](https://github.com/Carlmundo/W10-Cleanser) 18 | 19 | - [ ] [Windows Spy Blocker](https://github.com/crazy-max/WindowsSpyBlocker) 20 | 21 | - [ ] [DFX WinTweaks](https://github.com/ivandfx/DFXWinTweaks) 22 | 23 | - [ ] [Uninstall Edge](https://gist.github.com/ave9858/c3451d9f452389ac7607c99d45edecc6) 24 | 25 | - [x] [Tzwel's WSD](https://github.com/tzwel/WSD) - Done with Services 26 | 27 | - [ ] [Winget Manual Installation](https://github.com/ViktorVoloshko/winget-manual-installation/tree/main) 28 | 29 | - [ ] [DNS Block List for Windows](https://github.com/schrebra/Windows.10.DNS.Block.List) 30 | 31 | - [ ] [Remove Bloat from Windows 10 from HWinfo](https://www.hwinfo.com/misc/RemoveW10Bloat.htm) 32 | 33 | - [ ] [TronScript](https://old.reddit.com/r/TronScript/) 34 | 35 | - [ ] [Windows-10-Hardening](https://github.com/aghorler/Windows-10-Hardening) 36 | 37 | - [ ] [Post Tweaks](https://github.com/ArtanisInc/Post-Tweaks) 38 | 39 | - [ ] [DNXDO Script](https://github.com/Deen0X/DNXDOScript) 40 | 41 | - [ ] [Windows 10 Bloat Remover and Tweaker](https://github.com/Fs00/Win10BloatRemover) 42 | 43 | - [ ] [Windows10-Privacy](https://github.com/MichiMunich/Windows10-Privacy) 44 | 45 | - [ ] [Windows 10 Tools](https://github.com/leetfin/Windows10Tools) 46 | 47 | - [ ] [Wincfgs](https://github.com/xvitaly/wincfgs/tree/master) 48 | 49 | - [ ] [Couleur's Toolbox](https://github.com/couleurm/couleurstoolbox) 50 | 51 | - [ ] [Melody's Ultra Tweaks Pack](https://sites.google.com/view/melodystweaks/home) 52 | 53 | - [ ] [Aldaviva/Windows 10 Services](https://gist.github.com/Aldaviva/0eb62993639da319dc456cc01efa3fe5) 54 | 55 | - [ ] [VisualBlind Services](https://gist.github.com/visualblind/453e55ecd2e8fa8cbde5648bc2ce8d13) 56 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Context Menu/Remove Rotate Left and Right.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Remove Rotate Left and Right From The Context Menu in Windows 10 & 11 4 | 5 | ; Windows 10 has a feature to rotate an image. In this file, we show you how to remove Rotate right and Rotate left from said Context Menu (right-click). 6 | 7 | ; Sources 8 | 9 | ; https://www.majorgeeks.com/content/page/remove_rotate_left_right.html 10 | 11 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.bmp\ShellEx\ContextMenuHandlers\ShellImagePreview] 12 | 13 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.dds\ShellEx\ContextMenuHandlers\ShellImagePreview] 14 | 15 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.dib\ShellEx\ContextMenuHandlers\ShellImagePreview] 16 | 17 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.gif\ShellEx\ContextMenuHandlers\ShellImagePreview] 18 | 19 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.heic\ShellEx\ContextMenuHandlers\ShellImagePreview] 20 | 21 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.heif\ShellEx\ContextMenuHandlers\ShellImagePreview] 22 | 23 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.ico\ShellEx\ContextMenuHandlers\ShellImagePreview] 24 | 25 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jfif\ShellEx\ContextMenuHandlers\ShellImagePreview] 26 | 27 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpe\ShellEx\ContextMenuHandlers\ShellImagePreview] 28 | 29 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpeg\ShellEx\ContextMenuHandlers\ShellImagePreview] 30 | 31 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jpg\ShellEx\ContextMenuHandlers\ShellImagePreview] 32 | 33 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.jxr\ShellEx\ContextMenuHandlers\ShellImagePreview] 34 | 35 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.png\ShellEx\ContextMenuHandlers\ShellImagePreview] 36 | 37 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.rle\ShellEx\ContextMenuHandlers\ShellImagePreview] 38 | 39 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.tif\ShellEx\ContextMenuHandlers\ShellImagePreview] 40 | 41 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.tiff\ShellEx\ContextMenuHandlers\ShellImagePreview] 42 | 43 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.wdp\ShellEx\ContextMenuHandlers\ShellImagePreview] 44 | 45 | [-HKEY_CLASSES_ROOT\SystemFileAssociations\.webp\ShellEx\ContextMenuHandlers\ShellImagePreview] -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Networking/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | # Networking 6 | 7 | 8 | 9 | - [Disable Administrative Shares](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Networking/Disable%20Administrative%20Shares.reg) - What are Windows Admin Shares? 10 | - [Disable Could Not Reconnect All Network Drives Notification](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Networking/Disable%20Could%20Not%20Reconnect%20All%20Network%20Drives%20Notification.reg) - Disable 'Could Not Reconnect All Network Drives' Notification in Windows 10 11 | - [Disable Mapped Drives in Elevated PowerShell and Command Prompt](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Networking/Disable%20Mapped%20Drives%20in%20Elevated%20PowerShell%20and%20Command%20Prompt.reg) - Disable Mapped Drives to be Available in Elevated Command Prompt and PowerShell in Windows 12 | 13 | - [Disable Administrative Shares](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Networking/Disable%20Administrative%20Shares.reg) - What are Windows Admin Shares? 14 | 15 | - [Disable Could Not Reconnect All Network Drives Notification](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Networking/Disable%20Could%20Not%20Reconnect%20All%20Network%20Drives%20Notification.reg) - Disable 'Could Not Reconnect All Network Drives' Notification in Windows 10 16 | 17 | - [Disable Mapped Drives in Elevated PowerShell and Command Prompt](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Networking/Disable%20Mapped%20Drives%20in%20Elevated%20PowerShell%20and%20Command%20Prompt.reg) - Disable Mapped Drives to be Available in Elevated Command Prompt and PowerShell in Windows 18 | 19 | - [Disable Administrative Shares](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Networking/Disable%20Administrative%20Shares.reg) - What are Windows Admin Shares? 20 | 21 | - [Disable Could Not Reconnect All Network Drives Notification](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Networking/Disable%20Could%20Not%20Reconnect%20All%20Network%20Drives%20Notification.reg) - Disable 'Could Not Reconnect All Network Drives' Notification in Windows 10 22 | 23 | - [Disable Mapped Drives in Elevated PowerShell and Command Prompt](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Networking/Disable%20Mapped%20Drives%20in%20Elevated%20PowerShell%20and%20Command%20Prompt.reg) - Disable Mapped Drives to be Available in Elevated Command Prompt and PowerShell in Windows -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Gaming/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | # Gaming Optimization 6 | 7 | 8 | 9 | - [Disable Hardware Accelerated GPU Scheduling](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Disable%20Hardware%20Accelerated%20GPU%20Scheduling.reg) - None 10 | - [Disable Windows Game Recording Broadcasting](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Disable%20Windows%20Game%20Recording%20Broadcasting.reg) - Disable Game Recording and Broadcasting in Windows 10 11 | - [Disable Xbox Game Bar](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Disable%20Xbox%20Game%20Bar.reg) - Turn off Xbox Game Bar 12 | - [Windowed Game Optimizations - ON](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Windowed%20Game%20Optimizations%20-%20ON.reg) - Turn Optimizations for Windowed Games On 13 | 14 | - [Disable Hardware Accelerated GPU Scheduling](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Disable%20Hardware%20Accelerated%20GPU%20Scheduling.reg) - None 15 | 16 | - [Disable Windows Game Recording Broadcasting](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Disable%20Windows%20Game%20Recording%20Broadcasting.reg) - Disable Game Recording and Broadcasting in Windows 10 17 | 18 | - [Disable Xbox Game Bar](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Disable%20Xbox%20Game%20Bar.reg) - Turn off Xbox Game Bar 19 | 20 | - [Windowed Game Optimizations - ON](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Windowed%20Game%20Optimizations%20-%20ON.reg) - Turn Optimizations for Windowed Games On 21 | 22 | - [Disable Hardware Accelerated GPU Scheduling](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Disable%20Hardware%20Accelerated%20GPU%20Scheduling.reg) - None 23 | 24 | - [Disable Windows Game Recording Broadcasting](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Disable%20Windows%20Game%20Recording%20Broadcasting.reg) - Disable Game Recording and Broadcasting in Windows 10 25 | 26 | - [Disable Xbox Game Bar](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Disable%20Xbox%20Game%20Bar.reg) - Turn off Xbox Game Bar 27 | 28 | - [Windowed Game Optimizations - ON](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Gaming%20Optimization/Windowed%20Game%20Optimizations%20-%20ON.reg) - Turn Optimizations for Windowed Games On -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/Winaero Tweaker/Winaero Tweaker_2024_06_12.ini: -------------------------------------------------------------------------------- 1 | 2 | [Format] 3 | ProductName=Winaero Tweaker 4 | ProductVersion=1.62.1.0 5 | FormatVersion=1.1 6 | [User] 7 | pageAltTab10=1 8 | pageThemeBehavior=1 9 | pageAdsUnwantedApps=1 10 | pageDisableAutomaticMaintenance=1 11 | pageOneDriveDisableUserFolderBackup=1 12 | pageNewAppAlert=1 13 | pageShowBSODDetails=1 14 | pageBootAutoRepair=1 15 | pageDisableLockScreen=1 16 | pageLastUserName=1 17 | pageLoginScreenImage=1 18 | pageCortanaSearchBoxText=1 19 | pageLoginScreenPowerIcon=1 20 | pageDisableCopilot=1 21 | pageQuickActionButtons=1 22 | pageHoverSelectDesktops=1 23 | pageTaskbarTransparency10=1 24 | pageTaskbarThumbnails=1 25 | pageWallpaperQuality=1 26 | pagePaintDesktopVersion=1 27 | pageContextMenuKillNotResponding=1 28 | pageContextMenuRemoveDefault=1 29 | pageContextMenuTaskmgr=1 30 | pageChrEdgeAutoImportAtFirstRun=1 31 | pageChrEdgeDisableDesktopShortcut=1 32 | pageChrEdgeDisableEnhanceImages=1 33 | pageChrEdgeDisableFollowCreators=1 34 | pageChrEdgeDisableSidebar=1 35 | pageDisableAutomaticFolderTypeDiscovery=1 36 | pageCompressedOverlay=1 37 | pageDragDropAction=1 38 | pageDisableJumpLists=1 39 | pageExplorerDisableFolderPreviews=1 40 | pageExplorerTargetFolder=1 41 | pageAdminShares=1 42 | pagePowerThrottling=1 43 | pageDisableTelemetry=1 44 | pageDisableShortcutText=1 45 | pageShortcutArrow=1 46 | [pageAltTab10] 47 | Grid_backgroundPercent=70 48 | BackgroundDimmingLayer_percent=0 49 | Wallpaper=1 50 | AltTabSettings=0 51 | CoolswitchRows=3 52 | CoolswitchColumns=7 53 | [pageThemeBehavior] 54 | Pointers=0 55 | Icons=0 56 | [pageAdsUnwantedApps] 57 | UnwantedAppsDisabled=1 58 | FileExplorerAdsDisabled=1 59 | LockScreenAdsDisabled=1 60 | StartSuggestionsDisabled=1 61 | TipsAboutWindowsDisabled=1 62 | WelcomePageDisabled=1 63 | SettingsAdsDisabled=1 64 | PeopleAdsDisabled=1 65 | TimelineSuggestionsDisabled=1 66 | [pageShowBSODDetails] 67 | IsBSODDetailsEnabled=0 68 | IsSmileyDisabled=1 69 | [pageLastUserName] 70 | dontdisplaylastusername=1 71 | DontDisplayLockedUserID=3 72 | [pageCortanaSearchBoxText] 73 | CortanaText= 74 | [pageDisableCopilot] 75 | IsCopilotButtonDisabled=1 76 | IsCopilotDisabled=1 77 | [pageTaskbarThumbnails] 78 | MinThumbSizePx=200 79 | NumThumbnails=0 80 | ExtendedUIHoverTime=120400 81 | ThumbSpacingXPx=20 82 | ThumbSpacingYPx=20 83 | TopMarginPx=15 84 | BottomMarginPx=15 85 | LeftMarginPx=15 86 | RightMarginPx=15 87 | [pageWallpaperQuality] 88 | JPEGImportQuality=100 89 | [pageContextMenuRemoveDefault] 90 | IsScanWithDefenderRemoved=1 91 | IsCastToDeviceRemoved=1 92 | IsBitLockerRemoved=1 93 | IsBurnImageRemoved=1 94 | IsShareWithRemoved=1 95 | IsModernSharingRemoved=1 96 | IsPreviousVersionsRemoved=1 97 | IsPinToStartRemoved=1 98 | IsCompatibilityRemoved=1 99 | IsIncludeInLibraryRemoved=1 100 | IsEFSRemoved=1 101 | IsShareWithSkypeRemoved=1 102 | IsOpeninWindowsTerminalRemoved=1 103 | [pageDragDropAction] 104 | DefaultDropEffect=2 105 | [pageExplorerTargetFolder] 106 | LaunchTo=3 107 | CustomFolder= 108 | [pageShortcutArrow] 109 | ShortcutOverlayIcon=C:\ProgramData\WinaeroTweaker\ShellIcons\blank.ico 110 | -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/ItemSets.json: -------------------------------------------------------------------------------- 1 | {"accountId":3088507507500544,"itemSets":[{"associatedChampions":[34],"associatedMaps":[11,12],"blocks":[{"hideIfSummonerSpell":"","items":[{"count":1,"id":"3850"},{"count":1,"id":"2031"},{"count":1,"id":"3340"}],"showIfSummonerSpell":"","type":"Starting Items"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"1082"},{"count":1,"id":"3070"},{"count":1,"id":"1001"},{"count":2,"id":"2055"}],"showIfSummonerSpell":"","type":"First Base"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"3009"},{"count":1,"id":"3020"},{"count":1,"id":"3111"},{"count":1,"id":"3191"},{"count":1,"id":"3802"},{"count":1,"id":"3803"}],"showIfSummonerSpell":"","type":"Second Base"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"4644"},{"count":1,"id":"3157"},{"count":1,"id":"4005"},{"count":1,"id":"4637"},{"count":1,"id":"3135"},{"count":1,"id":"6657"}],"showIfSummonerSpell":"","type":"Core Items"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"4629"},{"count":1,"id":"3102"},{"count":1,"id":"3116"},{"count":1,"id":"3165"},{"count":1,"id":"6653"}],"showIfSummonerSpell":"","type":"Special Items"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"3041"},{"count":1,"id":"3020"},{"count":1,"id":"3135"},{"count":1,"id":"3089"},{"count":1,"id":"3364"}],"showIfSummonerSpell":"","type":"Snowball Carry"}],"map":"any","mode":"any","preferredItemSlots":[],"sortrank":0,"startedFrom":"blank","title":"Anivia Support","type":"custom","uid":"2d0610b0-d91b-11ed-9070-ffd2a8391011"},{"associatedChampions":[3],"associatedMaps":[11],"blocks":[{"hideIfSummonerSpell":"","items":[{"count":1,"id":"6656"},{"count":1,"id":"3020"}],"showIfSummonerSpell":"","type":"New Block"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"3157"},{"count":1,"id":"3165"},{"count":1,"id":"8020"}],"showIfSummonerSpell":"","type":"New Block"}],"map":"any","mode":"any","preferredItemSlots":[],"sortrank":0,"startedFrom":"blank","title":"Galio","type":"custom","uid":"45d344d0-1991-11ee-bca6-9d5f54009230"},{"associatedChampions":[43],"associatedMaps":[11],"blocks":[{"hideIfSummonerSpell":"","items":[{"count":1,"id":"3850"},{"count":1,"id":"2003"},{"count":1,"id":"3340"}],"showIfSummonerSpell":"","type":"Quick Start"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"1001"},{"count":1,"id":"2031"},{"count":1,"id":"1052"},{"count":1,"id":"3364"},{"count":1,"id":"2055"}],"showIfSummonerSpell":"","type":"First Recall"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"3158"},{"count":1,"id":"4642"},{"count":1,"id":"3108"},{"count":1,"id":"1082"}],"showIfSummonerSpell":"","type":"Second Recall"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"4005"},{"count":1,"id":"2065"}],"showIfSummonerSpell":"","type":"Core Build"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"3916"},{"count":1,"id":"3114"},{"count":1,"id":"3011"}],"showIfSummonerSpell":"","type":"Versus Healers"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"2065"},{"count":1,"id":"3222"},{"count":1,"id":"4643"}],"showIfSummonerSpell":"","type":"Versus CC"},{"hideIfSummonerSpell":"","items":[{"count":1,"id":"3504"},{"count":1,"id":"6616"},{"count":1,"id":"3041"}],"showIfSummonerSpell":"","type":"Final Items"}],"map":"any","mode":"any","preferredItemSlots":[],"sortrank":0,"startedFrom":"blank","title":"Karma Support","type":"custom","uid":"a4b15000-3688-11ee-a28b-2d79f411ff0d"}],"timestamp":0} -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/League of Legends - AutoHotKey Scrips/LolCloser/README.md: -------------------------------------------------------------------------------- 1 | # LolCloser 2 | Auto Close League Of Legends Macro | Made to work with Windows 10. 3 | 4 | How to use. 5 | 6 | Method 1. (Best Method) 7 | 8 | Step 1. Download LolCloser.exe 9 | 10 | Step 2. Run LolCloser.exe - It will just sit idle on your treybar at the bottom right. 11 | 12 | Step 3. When you are in game and press ALT+F4 on your keyboard now, it will immediately close out of league of legends game. 13 | 14 | Issues - If it is not working, please run the program as a administrator. 15 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 16 | 17 | Method 2. (Only if you have AHK installed) 18 | 19 | Step 1. Download LolCloser.AHK 20 | 21 | Step 2. Run LolCloser.AHK - It will just sit idle on your treybar at the bottom right. 22 | 23 | Step 3. When you are in game and press ALT+F4 on your keyboard now, it will immediately close out of league of legends game. 24 | 25 | Issues - If it is not working, please run the program as a administrator. 26 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27 | 28 | 29 | Developer Notes - 30 | This is developped for the 64 bit version of League Of Legends, so if you are on older hardware it may or may not work. This will bypass Riots Anti Alt F4 they have implemented, as well if you are currently experiencing the NEW BUG on 10.22 where your computer will freeze after game ends or your client does, this can fix that as well. Just make sure you ALT F4 prior to your game ending.. so when the nexus is just about to go RIP. 31 | 32 | As for people wanting to understand how this works, basically AHK (Auto Hot Key). The program hooks your keyboard so it can send keypresses on your behave, then I told the application to detect the "League of Legends" process on the computer and if the program is at the front of your computer (Like the thing you are currently tabbed into/using.. etc etc.) If those two conditions are met, then it monitors to see if the keys "ALT+F4" are pressed at the same time, and if they are then it will immediately terminiate the "League of Legends" process and that is all. 33 | 34 | If league of legends is not at the front or you are tabbed out into another program or application pressing ALT+F4 will work like normal. (it will close out of whatever you have open.) 35 | 36 | If you have issues feel free to contact me on discord "Rise#4879" 37 | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 38 | 39 | 40 | FAQ (Frequently Asked Questions) 41 | 42 | Q: Is this a virus? 43 | 44 | A: No, and if you don't believe me you can download the AHK source yourself and compile it. I just have the exe version to make it easier for those whom do not know how to. 45 | 46 | Q: Can we rebind this to other keys? 47 | 48 | A: Yes you can! You could do almost any combination of keys, you could download the source yourself and edit it or contact me on discord if you need help. 49 | 50 | Q: Will we be banned for using this? 51 | 52 | A: No, Riot's anticheat team is smart enough to detect a game assisting macro vs a simple program closing one. | Hello Phil & Matt ;) 53 | 54 | Enjoy :D 55 | -------------------------------------------------------------------------------- /Pre-Install/Registry-Files/Power/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | # Power 6 | 7 | 8 | 9 | - [Add Allow Sleep With Remote Opens To Power Options](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Add%20Allow%20Sleep%20With%20Remote%20Opens%20To%20Power%20Options.reg) - Add 'Allow Sleep with Remote Opens' Power Setting 10 | - [Add Turn OFF Hard Disk Power Option](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Add%20Turn%20OFF%20Hard%20Disk%20Power%20Option.reg) - How to Add 'Turn off hard disk after' from Power Options 11 | - [Disable Battery Icon Time Remaining](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Disable%20Battery%20Icon%20Time%20Remaining.reg) - Disable Battery Life Estimated Time Remaining in Windows 10 12 | - [Disable Notify me if my PC Charging Slowly over USB Notification](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Disable%20Notify%20me%20if%20my%20PC%20Charging%20Slowly%20over%20USB%20Notification.reg) - Turn Off 'Notify me if my PC Charging Slowly over USB' Notification 13 | - [Remove Lock From the Account Picture Menu](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Remove%20Lock%20From%20the%20Account%20Picture%20Menu.reg) - None 14 | - [Remove Sleep in Windows 10 Power Menu](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Remove%20Sleep%20in%20Windows%2010%20Power%20Menu.reg) - None 15 | 16 | - [Add Allow Sleep With Remote Opens To Power Options](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Add%20Allow%20Sleep%20With%20Remote%20Opens%20To%20Power%20Options.reg) - Add 'Allow Sleep with Remote Opens' Power Setting 17 | 18 | - [Add Turn OFF Hard Disk Power Option](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Add%20Turn%20OFF%20Hard%20Disk%20Power%20Option.reg) - How to Add 'Turn off hard disk after' from Power Options 19 | 20 | - [Disable Battery Icon Time Remaining](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Disable%20Battery%20Icon%20Time%20Remaining.reg) - Disable Battery Life Estimated Time Remaining in Windows 10 21 | 22 | - [Disable Notify me if my PC Charging Slowly over USB Notification](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Disable%20Notify%20me%20if%20my%20PC%20Charging%20Slowly%20over%20USB%20Notification.reg) - Turn Off 'Notify me if my PC Charging Slowly over USB' Notification 23 | 24 | - [Remove Lock From the Account Picture Menu](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Remove%20Lock%20From%20the%20Account%20Picture%20Menu.reg) - None 25 | 26 | - [Remove Sleep in Windows 10 Power Menu](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Remove%20Sleep%20in%20Windows%2010%20Power%20Menu.reg) - None 27 | 28 | - [Add Allow Sleep With Remote Opens To Power Options](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Add%20Allow%20Sleep%20With%20Remote%20Opens%20To%20Power%20Options.reg) - Add 'Allow Sleep with Remote Opens' Power Setting 29 | 30 | - [Add Turn OFF Hard Disk Power Option](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Add%20Turn%20OFF%20Hard%20Disk%20Power%20Option.reg) - How to Add 'Turn off hard disk after' from Power Options 31 | 32 | - [Disable Battery Icon Time Remaining](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Disable%20Battery%20Icon%20Time%20Remaining.reg) - Disable Battery Life Estimated Time Remaining in Windows 10 33 | 34 | - [Disable Notify me if my PC Charging Slowly over USB Notification](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Disable%20Notify%20me%20if%20my%20PC%20Charging%20Slowly%20over%20USB%20Notification.reg) - Turn Off 'Notify me if my PC Charging Slowly over USB' Notification 35 | 36 | - [Remove Lock From the Account Picture Menu](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Remove%20Lock%20From%20the%20Account%20Picture%20Menu.reg) - None 37 | 38 | - [Remove Sleep in Windows 10 Power Menu](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/Power/Remove%20Sleep%20in%20Windows%2010%20Power%20Menu.reg) - None -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/game.cfg: -------------------------------------------------------------------------------- 1 | 2 | 3 | [General] 4 | EnableCosmeticArenaAudio=0 5 | EnableGlobalSpellCastNotifications=0 6 | ThemeMusic=1 7 | SnapCameraOnRespawn=1 8 | ShowCursorLocator=0 9 | PreferOpenGLLegacyMode=0 10 | PreferDX9LegacyMode=1 11 | OSXMouseAcceleration=0 12 | EnableTargetedAttackMove=0 13 | CursorOverride=1 14 | RelativeTeamColors=0 15 | CursorScale=0.3800 16 | EnableAudio=0 17 | EnableScreenShake=0 18 | RecommendJunglePaths=0 19 | EnableLeftMouseButtonAttackMove=1 20 | GameMouseSpeed=4 21 | TargetChampionsOnlyAsToggle=0 22 | ShowTurretRangeIndicators=0 23 | PredictMovement=0 24 | AutoAcquireTarget=1 25 | SystemMouseSpeed=0 26 | WindowMode=0 27 | Height=1440 28 | Width=2560 29 | WaitForVerticalSync=0 30 | ShowGodray=1 31 | MinimizeCameraMotion=0 32 | BindSysKeys=0 33 | HideEyeCandy=1 34 | EnableLightFx=0 35 | EnableCustomAnnouncer=1 36 | ClampCastTargetLocationWithinMaxRange=0 37 | AlwaysShowExtendedTooltip=0 38 | CfgVersion=13.19.533.1909 39 | 40 | [MapSkinOptions] 41 | MapSkinOptionDisableWorlds=0 42 | MapSkinOptionDisableURF=0 43 | MapSkinOptionDisableStarGuardian=0 44 | MapSkinOptionDisableSnowdown=0 45 | MapSkinOptionDisableProject=0 46 | MapSkinOptionDisablePopstar=0 47 | MapSkinOptionDisablePoolParty=0 48 | MapSkinOptionDisableOdyssey=0 49 | MapSkinOptionDisableMSI=0 50 | MapSkinOptionDisableLunarRevel=0 51 | MapSkinOptionDisableArcade=0 52 | 53 | [Performance] 54 | EnableHUDAnimations=1 55 | ShadowQuality=2 56 | FrameCapType=2 57 | EnvironmentQuality=3 58 | EffectsQuality=3 59 | CharacterQuality=4 60 | EnableGrassSwaying=1 61 | EnableFXAA=0 62 | 63 | [Ftux] 64 | SenOffscreenPing=1 65 | 66 | [Replay] 67 | EnableDirectedCamera=1 68 | 69 | [Mobile] 70 | LastTickerTime= 71 | AppRegion= 72 | SelectedQueue=1090 73 | iOSMetalUserId=-1 74 | iOSMetalPercentEnabled=0 75 | Camera Height=0 76 | OfferedTutorial=0 77 | 78 | [Highlights] 79 | VideoQuality=0 80 | VideoFrameRate=60 81 | ScaleVideo=720 82 | AudioQuality=1 83 | 84 | [Voice] 85 | ShowVoicePanelWithScoreboard=1 86 | ShowVoiceChatHalos=1 87 | InputDevice=Default System Device 88 | InputVolume=0.5000 89 | ActivationSensitivity=0.6500 90 | InputMode=0 91 | 92 | [ItemShop] 93 | ConsumablesPanelPinned=1 94 | NativeOffsetY=0.0889 95 | NativeOffsetX=0.1742 96 | CurrentTab=2 97 | 98 | [HUD] 99 | DeathRecapScale=-1.0000 100 | SmartCastWithIndicator_CastWhenNewSpellSelected=0 101 | ShowTeamFramesOnLeft=0 102 | ShowSpellCosts=1 103 | ShowOffScreenPointsOfInterest=0 104 | ShowNeutralCamps=0 105 | ShowAttackRadius=0 106 | ShowAlliedChat=0 107 | ShowAllChannelChat=0 108 | ObjectiveVoteScale=-1.0000 109 | NumericCooldownFormat=1 110 | MirroredScoreboard=0 111 | MinimapScale=1.0200 112 | MinimapMoveSelf=0 113 | MiddleClickDragScrollEnabled=0 114 | GlobalScale=0.0000 115 | FlipMiniMap=0 116 | FlashScreenWhenStunned=0 117 | FlashScreenWhenDamaged=0 118 | EternalsMilestoneDisplayMode=2 119 | EnableLineMissileVis=1 120 | EmoteSize=-100 121 | EmotePopupUIDisplayMode=2 122 | DrawHealthBars=1 123 | DisableHudSpellClick=1 124 | ChatScale=0 125 | ChatChannelVisibility=1 126 | CameraLockMode=0 127 | AutoDisplayTarget=1 128 | ShowTimestamps=0 129 | ShowSummonerNamesInScoreboard=0 130 | ShowSpellRecommendations=0 131 | HideEnemySummonerEmotes=1 132 | ShowSummonerNames=2 133 | SmartCastOnKeyRelease=1 134 | MapScrollSpeed=0.5000 135 | KeyboardScrollSpeed=0.5000 136 | ScrollSmoothingEnabled=1 137 | ReplayMiddleMouseScrollSpeed=0.5000 138 | GlobalScaleReplay=-1.0000 139 | ReplayScrollSmoothingEnabled=1 140 | 141 | [ColorPalette] 142 | ColorPalette=0 143 | 144 | [Volume] 145 | VoiceVolume=0.0000 146 | SfxVolume=0.0000 147 | PingsVolume=0.0000 148 | MusicVolume=0.0000 149 | MasterVolume=0.0000 150 | AnnouncerVolume=0.0000 151 | AmbienceVolume=0.0000 152 | VoiceMute=0 153 | SfxMute=0 154 | PingsMute=0 155 | MusicMute=0 156 | MasterMute=0 157 | AnnouncerMute=0 158 | AmbienceMute=0 159 | 160 | [FloatingText] 161 | Special_Enabled=0 162 | QuestReceived_Enabled=0 163 | ManaDamage_Enabled=1 164 | Level_Enabled=0 165 | Invulnerable_Enabled=1 166 | Heal_Enabled=1 167 | Gold_Enabled=1 168 | Experience_Enabled=0 169 | EnemyDamage_Enabled=1 170 | Dodge_Enabled=0 171 | Damage_Enabled=1 172 | Score_Enabled=0 173 | 174 | [Accessibility] 175 | ColorLevel=0.5000 176 | ColorGamma=0.5000 177 | ColorContrast=0.5000 178 | ColorBrightness=0.5000 179 | 180 | [Chat] 181 | EnableChatFilter=0 182 | 183 | [LossOfControl] 184 | ShowSlows=0 185 | LossOfControlEnabled=1 186 | 187 | [TFT] 188 | TFTDisableMusicSourceInfo=0 -------------------------------------------------------------------------------- /Support-Files/readme_creator.py: -------------------------------------------------------------------------------- 1 | from support_functions import * 2 | 3 | import json 4 | 5 | from mdutils.mdutils import MdUtils 6 | 7 | from mdutils import Html 8 | 9 | from mdutils.tools.Table import Table 10 | 11 | 12 | # Registry Files Parent Directory 13 | 14 | Parent_Directory = r"C:/Users/Reverse/Music\Windows 10/Pre-Install/Registry-Files" 15 | 16 | # Dictionary to Store all Files under Each Subdirectory 17 | 18 | # Key = Subdirectory (str) 19 | 20 | # Values = All Registry Files inside of it (list) 21 | 22 | Folder_Files = {} 23 | 24 | 25 | # For Each Subdirectory under the Parent Directory (Registry-Files) 26 | 27 | for Subdirectory in get_immediate_subdirectories(Parent_Directory): 28 | 29 | # For Each File on Each Subdirectory 30 | 31 | for Each_File in os.listdir(str(Parent_Directory) + '/' + str(Subdirectory)): 32 | 33 | 34 | # Get File Path 35 | 36 | if check_reg_file_exists(os.path.join(Parent_Directory + '/' + Subdirectory + '/' + Each_File)) is True: 37 | 38 | try: 39 | 40 | Folder_Files[str(Subdirectory).strip()].append(str(Each_File).strip()) 41 | 42 | except KeyError: 43 | 44 | Folder_Files[str(Subdirectory).strip()] = [str(Each_File).strip()] 45 | 46 | 47 | # print(json.dumps(Folder_Files, sort_keys=True, indent=4)) 48 | 49 | 50 | #? What happens if you have Subdirectories? Find a Solution. 51 | 52 | for Directory in Folder_Files.keys(): 53 | 54 | for File in Folder_Files[Directory]: 55 | 56 | Filepath = os.path.join(Parent_Directory + '/' + Directory + '/' + File) 57 | 58 | if check_reg_file_exists(Filepath) is True: 59 | 60 | if check_file_encoding(Filepath) is False: 61 | 62 | 63 | # if File has the Wrong Encoding, then Turn it to UTF-16 64 | 65 | utf8_to_utf16(Filepath) 66 | 67 | 68 | else: 69 | 70 | 71 | # Fetch Registry Description 72 | 73 | Description = fetch_registry_description(Filepath) 74 | 75 | 76 | # Get Parent Folder 77 | 78 | Folder = re.sub(r"\s+", '%20', str(read_metaData(Filepath)[3]).strip()) 79 | 80 | 81 | # Get File Name 82 | 83 | File = re.sub(r"\s+", '%20', str(read_metaData(Filepath)[2]).strip()) 84 | 85 | 86 | # Checking if it is a file 87 | 88 | if os.path.isfile(os.path.join(Parent_Directory + '/' + Directory + '/README.md')): 89 | 90 | 91 | # Tweak to Write in the File 92 | 93 | Tweak = ('- [' + str(read_metaData(Filepath)[2]).strip() + '](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/' + str(Folder).strip() + '/' + str(File).strip() + '.reg) - ' + str(Description).strip()) 94 | 95 | 96 | # Read the File 97 | 98 | Check = open(os.path.join(Parent_Directory + '/' + Directory + '/README.md'), "r") 99 | 100 | Lines = Check.readlines() 101 | 102 | is_tweak_there = False 103 | 104 | 105 | # if Tweak in File, then don't add it. 106 | 107 | for line in Lines: 108 | 109 | if str(line).strip() == str(Tweak): 110 | 111 | is_tweak_there = True 112 | 113 | break 114 | 115 | 116 | # Close the File 117 | 118 | Check.close() 119 | 120 | 121 | # if Tweak is not in File, then add it. 122 | 123 | if is_tweak_there == False: 124 | 125 | 126 | README = open(os.path.join(Parent_Directory + '/' + Directory + '/README.md'), "a") 127 | 128 | README.write('\n\n') 129 | 130 | README.write(Tweak) 131 | 132 | README.close() 133 | 134 | 135 | else: 136 | 137 | # Create the Markdown File 138 | 139 | #! Find a Way to Start Writing from Line 1 140 | 141 | Markdown = MdUtils(file_name='README.md') 142 | 143 | Markdown.write('

{}

\n\n'.format(str(Directory).strip())) 144 | 145 | Markdown.new_line('\n
\n') 146 | 147 | Markdown.new_line('

{}

\n'.format(str('Registry Tweaks'))) 148 | 149 | Markdown.new_line('\n
\n') 150 | 151 | Markdown.new_line(('- [' + str(read_metaData(Filepath)[2]).strip() + '](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/' + str(Folder).strip() + '/' + str(File).strip() + '.reg) - ' + str(Description).strip())) 152 | 153 | 154 | # Save it Under the Correct Directory 155 | 156 | os.chdir(os.path.join(Parent_Directory + '/' + Directory)) 157 | 158 | Markdown.create_md_file() 159 | 160 | 161 | # Create a Markdown Link 162 | 163 | # print('* [' + str(read_metadata(Filepath)[2]).strip() + '](https://github.com/gzachariadis/Windows-10/blob/main/Pre-Install/Registry-Files/' + str(Folder).strip() + '/' + str(File).strip() + '.reg) - ' + str(Description).strip()) 164 | -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Gaming/League of Legends/Leage of Legends - Configuration Settings/input.ini: -------------------------------------------------------------------------------- 1 | 2 | 3 | [GameEvents] 4 | evtToggleReplayTimeControls=[] 5 | evtSelectChaosPlayer5=[] 6 | evtSelectOrderPlayer5=[] 7 | evtSelectOrderPlayer1=[] 8 | evtTFTMoveCameraClockwise=[],[q] 9 | evtTFTMoveCameraToSelf=[],[] 10 | evtJumpForward=[] 11 | evtToggleReplayUI=[] 12 | evtUseItem7=[b] 13 | evtUseItem6=[7] 14 | evtUseItem5=[6] 15 | evtUseItem4=[5] 16 | evtUseItem1=[1] 17 | evtToggleMinionHealthBars=[] 18 | evtSysMenu=[Esc] 19 | evtSmartPlusSelfCastWithIndicatorVisionItem=null 20 | evtSmartPlusSelfCastWithIndicatorSpell4=null 21 | evtSmartPlusSelfCastWithIndicatorSpell3=null 22 | evtSmartPlusSelfCastWithIndicatorSpell2=null 23 | evtSmartPlusSelfCastWithIndicatorSpell1=null 24 | evtSmartPlusSelfCastWithIndicatorItem6=null 25 | evtSmartPlusSelfCastWithIndicatorItem5=null 26 | evtSmartPlusSelfCastWithIndicatorItem4=null 27 | evtSmartPlusSelfCastWithIndicatorItem3=null 28 | evtSmartPlusSelfCastWithIndicatorItem2=null 29 | evtSmartPlusSelfCastWithIndicatorItem1=null 30 | evtSmartPlusSelfCastWithIndicatorAvatarSpell2=null 31 | evtSmartPlusSelfCastWithIndicatorAvatarSpell1=null 32 | evtSmartPlusSelfCastVisionItem=null 33 | evtSmartPlusSelfCastSpell4=[] 34 | evtSmartPlusSelfCastSpell3=[] 35 | evtSmartPlusSelfCastSpell2=[] 36 | evtSmartPlusSelfCastSpell1=[] 37 | evtSmartPlusSelfCastItem6=null 38 | evtSmartPlusSelfCastItem5=null 39 | evtSmartPlusSelfCastItem4=null 40 | evtSmartPlusSelfCastItem3=null 41 | evtSmartPlusSelfCastItem2=null 42 | evtSmartPlusSelfCastItem1=null 43 | evtSmartPlusSelfCastAvatarSpell2=[] 44 | evtSmartPlusSelfCastAvatarSpell1=[] 45 | evtSmartCastWithIndicatorVisionItem=null 46 | evtSmartCastWithIndicatorSpell4=null 47 | evtSmartCastWithIndicatorSpell3=null 48 | evtSmartCastWithIndicatorSpell2=null 49 | evtSmartCastWithIndicatorSpell1=null 50 | evtSmartCastWithIndicatorItem6=null 51 | evtSmartCastWithIndicatorItem5=null 52 | evtSmartCastWithIndicatorItem4=null 53 | evtSmartCastWithIndicatorItem3=null 54 | evtSmartCastWithIndicatorItem2=null 55 | evtSmartCastWithIndicatorItem1=null 56 | evtSmartCastWithIndicatorAvatarSpell2=null 57 | evtSmartCastWithIndicatorAvatarSpell1=null 58 | evtSmartCastVisionItem=[Shift][2] 59 | evtSmartCastSpell4=[Shift][r] 60 | evtSmartCastSpell3=[Shift][e] 61 | evtSmartCastSpell2=[Shift][w] 62 | evtSmartCastSpell1=[Shift][q] 63 | evtSmartCastItem6=[Shift][7] 64 | evtSmartCastItem5=[Shift][6] 65 | evtSmartCastItem4=[Shift][5] 66 | evtSmartCastItem3=[Shift][4] 67 | evtSmartCastItem2=[Shift][3] 68 | evtSmartCastItem1=[Shift][1] 69 | evtSmartCastAvatarSpell2=[Shift][f] 70 | evtSmartCastAvatarSpell1=[Shift][d] 71 | evtShowVoicePanel=[m] 72 | evtShowSummonerNames=[] 73 | evtShowScoreBoard=[o] 74 | evtShowHealthBars=[] 75 | evtShowCharacterMenu=[c] 76 | evtSelfCastVisionItem=[Alt][4] 77 | evtSelfCastSpell4=[Alt][r], 78 | evtSelfCastSpell3=[Alt][e], 79 | evtSelfCastSpell2=[Alt][w], 80 | evtSelfCastSpell1=[Alt][q], 81 | evtSelfCastItem6=[Alt][7] 82 | evtSelfCastItem5=[Alt][6] 83 | evtSelfCastItem4=[Alt][5] 84 | evtSelfCastItem3=[Alt][3] 85 | evtSelfCastItem2=[Alt][2] 86 | evtSelfCastItem1=[Alt][1] 87 | evtSelfCastAvatarSpell2=[Alt][f], 88 | evtSelfCastAvatarSpell1=[] 89 | evtSelectSelf=[F1] 90 | evtSelectAlly4=[F5] 91 | evtSelectAlly3=[F4] 92 | evtSelectAlly2=[F3] 93 | evtScrollUp=[Up Arrow] 94 | evtScrollRight=[Right Arrow] 95 | evtScrollLeft=[Left Arrow] 96 | evtScrollDown=[Down Arrow] 97 | evtRadialEmotePlaySlot8=null 98 | evtRadialEmotePlaySlot7=null 99 | evtRadialEmotePlaySlot6=null 100 | evtRadialEmotePlaySlot5=null 101 | evtRadialEmotePlaySlot4=null 102 | evtRadialEmotePlaySlot3=null 103 | evtRadialEmotePlaySlot2=null 104 | evtRadialEmotePlaySlot1=null 105 | evtRadialEmotePlaySlot0=null 106 | evtRadialEmoteOpen=null 107 | evtRadialEmoteInstantOpen=[] 108 | evtPushToTalk=[] 109 | evtPlayerStopPosition=[s] 110 | evtPlayerPingVisionNeeded=[] 111 | evtPlayerPingVisionCleared=[] 112 | evtPlayerPingRadialDanger=[] 113 | evtPlayerPingPush=[] 114 | evtPlayerPingOMW=[Ctrl][v] 115 | evtPlayerPingMIA=[Alt][d] 116 | evtPlayerPingHold=[] 117 | evtPlayerPingComeHere=[Button 3] 118 | evtPlayerPingBait=[] 119 | evtPlayerPingAreaIsWarded=[] 120 | evtPlayerPingAllIn=[] 121 | evtPlayerHoldPosition=[j] 122 | evtPlayerCursorPingAreaIsWarded=[] 123 | evtPlayerAttackOnlyClick=[] 124 | evtPlayerAttackMove=[a],[x] 125 | evtPetMoveClick=[Alt] [Button 2], [Ctrl] [Button 2] 126 | evtOpenShop=[p] 127 | evtOnUIMouse4Pan=[] 128 | evtNormalCastVisionItem=null 129 | evtNormalCastSpell4=null 130 | evtNormalCastSpell3=null 131 | evtNormalCastSpell2=null 132 | evtNormalCastSpell1=null 133 | evtNormalCastItem6=null 134 | evtNormalCastItem5=null 135 | evtNormalCastItem4=null 136 | evtNormalCastItem3=null 137 | evtNormalCastItem2=null 138 | evtNormalCastItem1=null 139 | evtNormalCastAvatarSpell2=null 140 | evtNormalCastAvatarSpell1=null 141 | evtLevelSpell4=[Ctrl][r] 142 | evtLevelSpell3=[Ctrl][e] 143 | evtLevelSpell2=[Ctrl][w] 144 | evtLevelSpell1=[Ctrl][q] 145 | evtEmoteToggle=[Ctrl][5] 146 | evtEmoteTaunt=[Ctrl][2] 147 | evtEmoteLaugh=[Ctrl][4] 148 | evtEmoteJoke=[Ctrl][1] 149 | evtEmoteDance=[Ctrl][3] 150 | evtDrawHud=[] 151 | evtDragScrollLock=[] 152 | evtChatHistory=[] 153 | evtChampMasteryDisplay=[Ctrl][6] 154 | evtCastSpell4=[r] 155 | evtCastSpell3=[e] 156 | evtCastSpell2=[w] 157 | evtCastSpell1=[q] 158 | evtCastAvatarSpell2=[f] 159 | evtCastAvatarSpell1=[d] 160 | evtCameraSnap=[Space] 161 | evtCameraLockToggle=[] 162 | evntPlayerPingDanger=[] 163 | evntPlayerPingCursorDanger=[] 164 | evntPlayerPingCursor=[] 165 | evntPlayerPing=[Alt][Button 1] 166 | evtTFTCycleCombatRecapMode=[] 167 | evtChampionOnly=[] 168 | evtSelectAlly1=[F2] 169 | evtPlayerAttackMoveClick=[Button 1] 170 | evtPlayerMoveClick=[Button 2],[Shift][Button 2] 171 | evtUseItem3=[Alt][F4] 172 | evtUseItem2=[3] 173 | evtSetVisibilityTeamNone=[] 174 | evtUseVisionItem=[2] 175 | 176 | [HUDEvents] 177 | evtTogglePlayerStats=[Ctrl][c] 178 | evtToggleMouseClip=[F9] 179 | evtToggleFPSAndLatency=[] 180 | evtToggleDeathRecapShowcase=[] 181 | evtHoldShowScoreBoard=[Tab] 182 | evtOnUIMouse1=[Button 1], [Shift][Button 1] 183 | evntHudMoveableSelect=[Button 1],[Shift][Button 1] 184 | 185 | [Quickbinds] 186 | evtUseVisionItemsmart=1 187 | evtUseItem6smart=1 188 | evtUseItem5smart=1 189 | evtUseItem4smart=1 190 | evtUseItem3smart=1 191 | evtUseItem2smart=1 192 | evtUseItem1smart=1 193 | evtCastAvatarSpell2smart=1 194 | evtCastAvatarSpell1smart=1 195 | evtCastSpell4smart=1 196 | evtCastSpell3smart=1 197 | evtCastSpell2smart=1 198 | evtCastSpell1smart=1 199 | 200 | [ShopEvents] 201 | evtShopSwitchTabs=[Ctrl] [TAB] 202 | evtShopFocusSearch=[Ctrl] [l], [Ctrl] [Return] -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/BlackViper.csv: -------------------------------------------------------------------------------- 1 | ServiceName,BV-Def-Home,BV-Def-Pro,BV-Safe-Desk,BV-Safe-Lap,BV-Tweaked-Desk 2 | #ServiceVersion,5.0,Feb-25-2018,GeneratedByMadBomb122,0,0 3 | AxInstSV,-2,-2,-2,-2,-2 4 | AJRouter,2,2,2,2,1 5 | AppReadiness,-2,-2,-2,-2,-2 6 | AppHostSvc,-3,-3,-3,-3,-3 7 | AppIDSvc,-2,-2,-2,-2,-2 8 | Appinfo,-2,-2,-2,-2,-2 9 | ALG,2,2,1,1,1 10 | AppMgmt,0,2,2,2,1 11 | aspnet_state,-2,-2,-2,-2,-2 12 | AssignedAccessManagerSvc,0,-2,-2,-2,-2 13 | tzautoupdate,-1,-1,-1,-1,-1 14 | BthAvctpSvc,2,2,2,2,1 15 | BITS,-4,-4,-4,-4,-4 16 | BFE,-3,-3,-3,-3,-3 17 | BDESVC,-2,-2,-2,-2,-2 18 | wbengine,-2,-2,-2,-2,-2 19 | BTAGService,2,2,2,2,1 20 | BthHFSrv,2,2,2,2,1 21 | bthserv,2,2,2,2,1 22 | BluetoothUserService_?????,-2,-2,-2,-2,-2 23 | PeerDistSvc,0,2,1,1,1 24 | camsvc,-2,-2,-2,-2,-2 25 | CaptureService_?????,0,2,2,2,1 26 | CertPropSvc,2,2,2,2,1 27 | c2wts,-2,-2,-2,-2,-2 28 | KeyIso,-2,-2,-2,-2,-2 29 | EventSystem,-3,-3,-3,-3,-3 30 | COMSysApp,-2,-2,-2,-2,-2 31 | Browser,-2,-2,-2,-2,-2 32 | CDPSvc,-4,-4,-4,-4,-4 33 | CDPUserSvc_?????,-3,-3,-3,-3,-3 34 | DiagTrack,-3,-3,-3,-3,-3 35 | VaultSvc,-2,-2,-2,-2,-2 36 | CryptSvc,-3,-3,-3,-3,-3 37 | DsSvc,-2,-2,-2,-2,-2 38 | DusmSvc,-3,-3,-3,-3,-3 39 | DoSvc,-4,-4,-4,-4,-4 40 | DeviceAssociationService,-2,-2,-2,-2,-2 41 | DeviceInstall,-2,-2,-2,-2,-2 42 | DmEnrollmentSvc,-2,-2,-2,-2,-2 43 | DsmSVC,-2,-2,-2,-2,-2 44 | DevQueryBroker,-2,-2,-2,-2,-2 45 | Dhcp,-3,-3,-3,-3,-3 46 | diagsvc,-2,-2,-2,-2,-2 47 | DPS,-3,-3,-3,-3,-3 48 | WdiServiceHost,-2,-2,-2,-2,-2 49 | WdiSystemHost,-2,-2,-2,-2,-2 50 | TrkWks,-3,-3,-3,-3,-3 51 | MSDTC,-2,-2,-2,-2,-2 52 | dmwappushsvc,2,2,1,1,1 53 | Dnscache,-3,-3,-3,-3,-3 54 | MapsBroker,4,4,1,1,1 55 | DsRoleSvc,-2,-2,-2,-2,-2 56 | embeddedmode,-2,-2,-2,-2,-2 57 | EFS,-2,-2,-2,-2,-2 58 | EapHost,-2,-2,-2,-2,-2 59 | Fax,2,2,1,1,1 60 | fhsvc,-2,-2,-2,-2,-2 61 | fdPHost,-2,-2,-2,-2,-2 62 | FDResPub,-2,-2,-2,-2,-2 63 | BcastDVRUserService_?????,-2,-2,-2,-2,-2 64 | lfsvc,2,2,1,1,1 65 | GraphicsPerfSvc,-2,-2,-2,-2,-2 66 | HomeGroupListener,-2,-2,-2,-2,-2 67 | HomeGroupProvider,-2,-2,-2,-2,-2 68 | hns,-2,-2,-2,-2,-2 69 | hidserv,-2,-2,-2,-2,-2 70 | HvHost,2,2,1,1,1 71 | vmickvpexchange,2,2,1,1,1 72 | vmicguestinterface,2,2,1,1,1 73 | vmicshutdown,2,2,1,1,1 74 | vmicheartbeat,2,2,1,1,1 75 | vmcompute,-2,-2,-2,-2,-2 76 | vmicvmsession,2,2,1,1,1 77 | vmicrdv,2,2,1,1,1 78 | vmictimesync,2,2,1,1,1 79 | vmms,0,3,0,0,0 80 | vmicvss,2,2,1,1,1 81 | IKEEXT,-2,-2,-2,-2,-2 82 | irmon,2,2,1,1,1 83 | UI0Detect,-2,-2,-2,-2,-2 84 | SharedAccess,2,2,1,1,1 85 | iphlpsvc,3,3,3,3,1 86 | IpxlatCfgSvc,2,2,2,2,1 87 | PolicyAgent,-2,-2,-2,-2,-2 88 | KtmRm,-2,-2,-2,-2,-2 89 | lltdsvc,-2,-2,-2,-2,-2 90 | wlpasvc,-2,-2,-2,-2,-2 91 | LPDSVC,3,3,0,0,0 92 | LxssManager,2,2,0,0,0 93 | MSMQ,3,3,0,0,0 94 | MSMQTriggers,3,3,0,0,0 95 | MessagingService_?????,-2,-2,-2,-2,-2 96 | diagnosticshub.standardcollector.service,-2,-2,-2,-2,-2 97 | wlidsvc,-2,-2,-2,-2,-2 98 | AppVClient,0,-1,-1,-1,-1 99 | ftpsvc,3,3,0,0,0 100 | MSiSCSI,2,2,1,1,1 101 | MsKeyboardFilter,0,0,0,0,0 102 | swprv,-2,-2,-2,-2,-2 103 | smphost,-2,-2,-2,-2,-2 104 | InstallService,-2,-2,-2,-2,-2 105 | SmsRouter,2,2,1,1,1 106 | NaturalAuthentication,2,2,2,2,1 107 | NetMsmqActivator,-3,-3,-3,-3,-3 108 | NetPipeActivator,-3,-3,-3,-3,-3 109 | NetTcpActivator,-3,-3,-3,-3,-3 110 | NetTcpPortSharing,2,2,1,1,1 111 | Netlogon,2,2,2,2,1 112 | NcdAutoSetup,2,2,2,2,1 113 | NcbService,-2,-2,-2,-2,-2 114 | Netman,-2,-2,-2,-2,-2 115 | NcaSVC,-2,-2,-2,-2,-2 116 | netprofm,-2,-2,-2,-2,-2 117 | NlaSvc,-3,-3,-3,-3,-3 118 | NetSetupSvc,-2,-2,-2,-2,-2 119 | nsi,-3,-3,-3,-3,-3 120 | CscService,0,2,1,1,1 121 | ssh-agent,-2,-2,-2,-2,-2 122 | defragsvc,-2,-2,-2,-2,-2 123 | WpcMonSvc,2,2,1,1,1 124 | SEMgrSvc,2,2,1,1,1 125 | PNRPsvc,-2,-2,-2,-2,-2 126 | p2psvc,-2,-2,-2,-2,-2 127 | p2pimsvc,-2,-2,-2,-2,-2 128 | PerfHost,-2,-2,-2,-2,-2 129 | pla,-2,-2,-2,-2,-2 130 | PhoneSvc,2,2,1,1,1 131 | PlugPlay,-2,-2,-2,-2,-2 132 | PNRPAutoReg,-2,-2,-2,-2,-2 133 | WPDBusEnum,-2,-2,-2,-2,-2 134 | Power,-3,-3,-3,-3,-3 135 | Spooler,-3,-3,-3,-3,-3 136 | PrintNotify,-2,-2,-2,-2,-2 137 | PrintWorkflowUserSvc_?????,-2,-2,-2,-2,-2 138 | wercplsupport,-2,-2,-2,-2,-2 139 | PcaSvc,-3,-3,-3,-3,-3 140 | QWAVE,-2,-2,-2,-2,-2 141 | RmSvc,-2,-2,-2,-2,-2 142 | RasAuto,-2,-2,-2,-2,-2 143 | RasMan,-2,-2,-2,-2,-2 144 | SessionEnv,2,2,2,2,1 145 | TermService,2,2,2,2,1 146 | UmRdpService,2,2,2,2,1 147 | RpcLocator,2,2,1,1,1 148 | RemoteRegistry,-1,-1,-1,-1,-1 149 | RetailDemo,2,2,1,1,1 150 | RemoteAccess,-1,-1,-1,-1,-1 151 | seclogon,-2,-2,-2,-2,-2 152 | SstpSvc,-2,-2,-2,-2,-2 153 | SamSs,-3,-3,-3,-3,-3 154 | wscsvc,-4,-4,-4,-4,-4 155 | SensorDataService,2,2,1,2,1 156 | SensrSvc,2,2,1,2,1 157 | SensorService,2,2,1,2,1 158 | LanmanServer,-3,-3,-3,-3,-3 159 | shpamsvc,-1,-1,-1,-1,-1 160 | ShellHWDetection,-3,-3,-3,-3,-3 161 | SCardSvr,-1,-1,-1,-1,-1 162 | ScDeviceEnum,2,2,1,1,1 163 | SCPolicySvc,2,2,1,1,1 164 | SNMPTRAP,2,2,1,1,1 165 | SharedRealitySvc,-2,-2,-2,-2,-2 166 | svsvc,-2,-2,-2,-2,-2 167 | SSDPSRV,-2,-2,-2,-2,-2 168 | WiaRpc,-2,-2,-2,-2,-2 169 | StorSvc,-2,-2,-2,-2,-2 170 | TieringEngineService,-2,-2,-2,-2,-2 171 | SysMain,-3,-3,-3,-3,-3 172 | OneSyncSvc_?????,-4,-4,-4,-4,-4 173 | SENS,-3,-3,-3,-3,-3 174 | SgrmBroker,-4,-4,-4,-4,-4 175 | lmhosts,-2,-2,-2,-2,-2 176 | TapiSrv,-2,-2,-2,-2,-2 177 | Themes,-3,-3,-3,-3,-3 178 | TimeBroker,-2,-2,-2,-2,-2 179 | TabletInputService,2,2,1,2,1 180 | UsoSvc,-2,-2,-2,-2,-2 181 | upnphost,-2,-2,-2,-2,-2 182 | UevAgentService,0,-1,-1,-1,-1 183 | UserManager,-3,-3,-3,-3,-3 184 | ProfSvc,-3,-3,-3,-3,-3 185 | vds,-2,-2,-2,-2,-2 186 | VSS,-2,-2,-2,-2,-2 187 | W3LOGSVC,-2,-2,-2,-2,-2 188 | WalletService,-2,-2,-2,-2,-2 189 | WarpJITSvc,-2,-2,-2,-2,-2 190 | TokenBroker,-2,-2,-2,-2,-2 191 | WMSVC,2,2,0,0,0 192 | WebClient,2,2,2,2,1 193 | WFDSConSvc,2,2,1,2,1 194 | AudioSrv,-3,-3,-3,-3,-3 195 | AudioEndpointBuilder,-3,-3,-3,-3,-3 196 | SDRSVC,-2,-2,-2,-2,-2 197 | WbioSrvc,-2,-2,-2,-2,-2 198 | FrameServer,2,2,1,1,1 199 | wcncsvc,2,2,2,2,1 200 | Wcmsvc,-3,-3,-3,-3,-3 201 | Sense,0,-2,-2,-2,-2 202 | wudfsvc,-2,-2,-2,-2,-2 203 | WEPHOSTSVC,-2,-2,-2,-2,-2 204 | WerSvc,-2,-2,-2,-2,-2 205 | Wecsvc,-2,-2,-2,-2,-2 206 | EventLog,-3,-3,-3,-3,-3 207 | FontCache,-3,-3,-3,-3,-3 208 | StiSvc,-2,-2,-2,-2,-2 209 | wisvc,2,2,1,1,1 210 | LicenseManager,-2,-2,-2,-2,-2 211 | Winmgmt,-3,-3,-3,-3,-3 212 | WMPNetworkSvc,2,2,1,1,1 213 | icssvc,2,2,1,1,1 214 | TrustedInstaller,-2,-2,-2,-2,-2 215 | spectrum,-2,-2,-2,-2,-2 216 | FontCache3.0.0.0,2,2,0,0,0 217 | WAS,2,2,0,0,0 218 | WpnService,-3,-3,-3,-3,-3 219 | WpnUserService_?????,-3,-3,-3,-3,-3 220 | PushToInstall,-2,-2,-2,-2,-2 221 | WinRM,2,2,1,1,1 222 | WSearch,-4,-4,-4,-4,-4 223 | W32Time,-2,-2,-2,-2,-2 224 | wuauserv,-2,-2,-2,-2,-2 225 | WaaSMedicSvc,-2,-2,-2,-2,-2 226 | WinHttpAutoProxySvc,-2,-2,-2,-2,-2 227 | dot3svc,-2,-2,-2,-2,-2 228 | WlanSvc,3,3,2,3,2 229 | wmiApSrv,-2,-2,-2,-2,-2 230 | workfolderssvc,2,2,1,1,1 231 | LanmanWorkstation,-3,-3,-3,-3,-3 232 | W3SVC,3,3,0,0,0 233 | WwanSvc,2,2,1,1,1 234 | XboxGipSvc,-2,-2,-2,-2,-2 235 | xbgm,-2,-2,-2,-2,-2 236 | XblAuthManager,2,2,1,1,1 237 | XblGameSave,2,2,1,1,1 238 | XboxNetApiSvc,2,2,1,1,1 239 | -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/BlackViperScript-6.2.3/_Win10-BlackViper.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | :: Version 1.4 3 | :: September 14, 2018 4 | 5 | :: Instructions 6 | :: Bat, Script MUST be in same Folder 7 | :: Change Option to = one of the listed options (mostly yes or no) 8 | 9 | Set Black_Viper=0 10 | :: 0 = Run script and goto Gui (if no run settings are given) 11 | :: 1 = Run with Windows Default Service Configuration 12 | :: 2 = Run with Black Viper Safe 13 | :: 3 = Run with Black Viper Tweaked 14 | 15 | Set All_or_Min=0 16 | :: 0 = run using script settings 17 | :: all = Changes all windows services 18 | :: min = Changes just the services that are different from default to tweaked/safe 19 | 20 | Set Skip_XBox_Services=no 21 | :: no = change xbox services 22 | :: yes = skip xbox services 23 | 24 | Set Stop_Disabled=no 25 | :: no = Dont change running status 26 | :: yes = Stop services that are disabled 27 | 28 | Set ChangeState=no 29 | :: no = Dont Change State of service to specified/loaded 30 | :: yes = Change State of service to specified/loaded 31 | 32 | Set Accept_ToS=no 33 | :: no = See ToS 34 | :: yes = Skip ToS (You accepted it) 35 | 36 | Set Automated=no 37 | :: no = Pause on - User input, On Errors, or End of Script 38 | :: yes = Close on - User input, On Errors, or End of Script 39 | :: yes, Implies that you accept the "ToS" 40 | 41 | Set Backup_Current_Service_Conf=no 42 | :: no = Dont backup Your Current Service Configuration before services are changes 43 | :: yes = Backup Your Current Service Configuration before services are changes 44 | Set Backup_Current_Service_Type=csv 45 | :: csv = Save service backup as csv file 46 | :: reg = Save service backup as reg file 47 | :: both = Save service backup as csv and reg file 48 | :: Filename will be "(ComputerName)-Service-Backup.csv" 49 | :: Filename will be "(ComputerName)-Service-Backup.reg" 50 | 51 | Set Load_Custom_Service_Config=no 52 | :: no = Use the default Black Viper Service Configuration 53 | :: yes = Use a Custom/Backup Service Configuration 54 | Set Service_Config_File=Computername-Service-Backup.csv 55 | :: Set filename if being used otherwise ignore 56 | 57 | Set Run_Dry=no 58 | :: no = Runs script normaly 59 | :: yes = Runs script and shows what will be changed 60 | 61 | :: Update Checks 62 | :: If update is found it will Auto-download and use that (with your settings) 63 | Set Script=no 64 | Set Service=no 65 | Set Internet_Check=yes 66 | :: Internet_Check only matters If Script or Service is yes and pings to github.com is blocked 67 | 68 | :: Skip Script Check 69 | :: SKIP AT YOUR OWN RISK 70 | Set Skip_Build_Check=no 71 | 72 | Set Skip_Edition_Check=no 73 | :: no = Dont skip Edition Check 74 | :: Pro = Skips Edition Check and Sets Edition as Pro 75 | :: Home = Skips Edition Check and Sets Edition as Home 76 | 77 | :: Log file 78 | Set Log=no 79 | Set LogFile=Script.log 80 | 81 | Set Log_Before_After=no 82 | :: Make a file of all the services before and after the script 83 | :: File will be in same directory as script named `Services-Before.log` and `Services-After.log` 84 | 85 | :: Diagnostic Output (Dont use unless asked) 86 | Set Diagnostic=no 87 | Set Diagnostic_Log=no 88 | Set Diagnostic_Force=no 89 | 90 | ::---------------------------------------------------------------------- 91 | :: Do not change unless you know what you are doing 92 | Set Script_File=BlackViper-Win10.ps1 93 | Set Script_Directory=%~dp0 94 | Set Script_Path=%Script_Directory%%Script_File% 95 | 96 | :: DO NOT CHANGE ANYTHING PAST THIS LINE 97 | ::---------------------------------------------------------------------- 98 | Set Show_Already_Set=no 99 | Set Show_Not_Installed=no 100 | Set Show_Skipped=no 101 | Set Show_Switches=no 102 | Set Show_Copyright=no 103 | 104 | SETLOCAL ENABLEDELAYEDEXPANSION 105 | If /i not "%*"=="" ( 106 | for %%i in (%*) do ( 107 | If /i !LoadServiceArg!==yes ( 108 | Set Service_Config_File=%%i 109 | Set LoadServiceArg=no 110 | ) 111 | If /i %%i==-lcsc Set LoadServiceArg=yes 112 | 113 | If /i %%i==-bscc ( 114 | Set Backup_Current_Service_Conf=yes 115 | Set Backup_Current_Service_Type=csv 116 | ) 117 | 118 | If /i %%i==-bscr ( 119 | Set Backup_Current_Service_Conf=yes 120 | Set Backup_Current_Service_Type=reg 121 | ) 122 | 123 | If /i %%i==-bscb ( 124 | Set Backup_Current_Service_Conf=yes 125 | Set Backup_Current_Service_Type=both 126 | ) 127 | If /i %%i==-dry Set Run_Dry=yes 128 | If /i %%i==-sss Set Show_Skipped=yes 129 | If /i %%i==-sas Set Show_Already_Set=yes 130 | If /i %%i==-snis Set Show_Not_Installed=yes 131 | If /i %%i==-sxb Set Skip_XBox_Services=yes 132 | If /i %%i==-atos Set Accept_ToS=yes 133 | If /i %%i==-auto Set Automated=yes 134 | If /i %%i==-usc Set Script=yes 135 | If /i %%i==-use Set Service=yes 136 | If /i %%i==-sic Set Internet_Check=no 137 | If /i %%i==-sbc Set Skip_Build_Check=yes 138 | If /i %%i==-sec Set Skip_Edition_Check=Pro 139 | If /i %%i==-secp Set Skip_Edition_Check=Pro 140 | If /i %%i==-sech Set Skip_Edition_Check=Home 141 | If /i %%i==-default Set Black_Viper=1 142 | If /i %%i==-safe Set Black_Viper=2 143 | If /i %%i==-tweaked Set Black_Viper=3 144 | If /i %%i==-diag Set Diagnostic=yes 145 | If /i %%i==-log Set Log=Yes 146 | If /i %%i==-baf Set Log_Before_After=yes 147 | If /i %%i==-sds Set Stop_Disabled=yes 148 | If /i %%i==-css Set ChangeState=yes 149 | If /i %%i==-min Set All_or_Min=Min 150 | If /i %%i==-all Set All_or_Min=All 151 | If /i %%i==-devl Set Diagnostic_Log=yes 152 | If /i %%i==-help Set Show_Switches=yes 153 | If /i %%i==-copy Set Show_Copyright=yes 154 | If /i %%i==-diagf Set Diagnostic_Force=yes 155 | ) 156 | ) 157 | 158 | If /i %Stop_Disabled%==yes Set Run_Option=!Run_Option! -sds 159 | If /i %ChangeState%==yes Set Run_Option=!Run_Option! -css 160 | 161 | If /i %Accept_ToS%==yes Set Run_Option=!Run_Option! -atos 162 | 163 | If /i %Black_Viper%==1 Set Run_Option=!Run_Option! -default 164 | If /i %Black_Viper%==default Set Run_Option=!Run_Option! -default 165 | 166 | If /i %Black_Viper%==2 Set Run_Option=!Run_Option! -safe 167 | If /i %Black_Viper%==safe Set Run_Option=!Run_Option! -safe 168 | 169 | If /i %Black_Viper%==3 Set Run_Option=!Run_Option! -tweaked 170 | If /i %Black_Viper%==tweaked Set Run_Option=!Run_Option! -tweaked 171 | 172 | If /i %All_or_Min%==All Set Run_Option=!Run_Option! -all 173 | If /i %All_or_Min%==Min Set Run_Option=!Run_Option! -min 174 | 175 | If /i %Skip_XBox_Services%==yes Set Run_Option=!Run_Option! -sxb 176 | If /i %Show_Already_Set%==yes Set Run_Option=!Run_Option! -sas 177 | If /i %Show_Not_Installed%==yes Set Run_Option=!Run_Option! -snis 178 | If /i %Show_Skipped%==yes Set Run_Option=!Run_Option! -sss 179 | If /i %Run_Dry%==yes Set Run_Option=!Run_Option! -dry 180 | If /i %Diagnostic_Log%==yes Set Run_Option=!Run_Option! -devl 181 | If /i %Show_Switches%==yes Set Run_Option=!Run_Option! -help 182 | If /i %Show_Copyright%==yes Set Run_Option=!Run_Option! -copy 183 | If /i %Diagnostic_Force%==yes Set Run_Option=!Run_Option! -diagf 184 | 185 | If /i %Backup_Current_Service_Conf%==yes ( 186 | If /i %Backup_Current_Service_Type%==csv Set Run_Option=!Run_Option! -bscc 187 | If /i %Backup_Current_Service_Type%==reg Set Run_Option=!Run_Option! -bscr 188 | If /i %Backup_Current_Service_Type%==both Set Run_Option=!Run_Option! -bscb 189 | ) 190 | 191 | If /i %Load_Custom_Service_Config%==yes Set Run_Option=!Run_Option! -lcsc %Service_Config_File% 192 | 193 | If /i %Skip_Build_Check%==yes Set Run_Option=!Run_Option! -sbc 194 | 195 | If /i %Skip_Edition_Check%==Pro Set Run_Option=!Run_Option! -secp 196 | If /i %Skip_Edition_Check%==Home Set Run_Option=!Run_Option! -sech 197 | 198 | If /i %Internet_Check%==no Set Run_Option=!Run_Option! -sic 199 | 200 | If /i %Script%==yes Set Run_Option=!Run_Option! -usc 201 | 202 | If /i %Service%==yes Set Run_Option=!Run_Option! -use 203 | 204 | If /i %Automated%==yes Set Run_Option=!Run_Option! -auto 205 | 206 | If /i %Diagnostic%==yes Set Run_Option=!Run_Option! -diag 207 | 208 | If /i %Log_Before_After%==yes Set Run_Option=!Run_Option! -baf 209 | 210 | If /i %Log%==yes Set Run_Option=!Run_Option! -log %LogFile% 211 | 212 | echo "Running !Script_File!" 213 | PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '!Script_Path!' !Run_Option!" -Verb RunAs 214 | ENDLOCAL DISABLEDELAYEDEXPANSION 215 | -------------------------------------------------------------------------------- /Pre-Install/NTLite Presets/PreBook10.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10/27/2023 05:52:09 4 | 5 | 2023.10.9466 6 | No 7 | Yes 8 | Windows 11 Pro 22H2 x64 - 10.0.22621.2506 (en-US) 9 | 10 | 11 | Windows 10 Professional 22H2 x64 - 10.0.19045.2965 (en-US) 12 | {CE8D3083-3E64-4A81-B27A-E27324240703} 13 | 14 | 15 | langamharic 'Amharic' 16 | langarabic 'Arabic' 17 | langbulgarian 'Bulgarian' 18 | langchineses 'Chinese Simplified' 19 | langchineset 'Chinese Traditional' 20 | langcroatian 'Croatian' 21 | langczech 'Czech' 22 | langdanish 'Danish' 23 | langdutch 'Dutch' 24 | langenglishgb 'English (GB)' 25 | langestonian 'Estonian' 26 | langfinnish 'Finnish' 27 | langfrench 'French' 28 | langfrenchcanadian 'French (Canadian)' 29 | langgerman 'German' 30 | langgreek 'Greek' 31 | langhebrew 'Hebrew' 32 | langhungarian 'Hungarian' 33 | langimejp 'Japanese (IME)' 34 | langimeko 'Korean (IME)' 35 | langimetc 'Chinese Traditional (IME)' 36 | langitalian 'Italian' 37 | langjapanese 'Japanese' 38 | langkorean 'Korean' 39 | langlatvian 'Latvian' 40 | langlithuanian 'Lithuanian' 41 | langnorwegian 'Norwegian' 42 | langpolish 'Polish' 43 | langportuguesebr 'Portuguese (Brazilian)' 44 | langportuguesept 'Portuguese' 45 | langromanian 'Romanian' 46 | langrussian 'Russian' 47 | langserbian 'Serbian' 48 | langslovak 'Slovak' 49 | langslovenian 'Slovenian' 50 | langspanish 'Spanish' 51 | langswedish 'Swedish' 52 | langtamil 'Tamil' 53 | langthai 'Thai' 54 | langturkish 'Turkish' 55 | langukrainian 'Ukrainian' 56 | microsoft.549981c3f5f10 'Cortana' 57 | microsoft.advertising.xaml 'Microsoft Advertising SDK for XAML' 58 | microsoft.bingweather 'MSN Weather' 59 | microsoft.gethelp 'Get Help' 60 | microsoft.getstarted 'Tips (Get Started)' 61 | microsoft.microsoft3dviewer '3D Viewer' 62 | microsoft.microsoftofficehub 'Office' 63 | microsoft.microsoftsolitairecollection 'Microsoft Solitaire Collection' 64 | microsoft.microsoftstickynotes 'Microsoft Sticky Notes' 65 | microsoft.mixedreality.portal 'Mixed Reality Portal' 66 | microsoft.mspaint 'Paint 3D' 67 | microsoft.office.onenote 'OneNote' 68 | microsoft.people 'Microsoft People' 69 | microsoft.screensketch 'Snip & Sketch' 70 | microsoft.services.store.engagement 'Microsoft Engagement Framework' 71 | microsoft.skypeapp 'Skype' 72 | microsoft.wallet 'Microsoft Pay' 73 | microsoft.webmediaextensions 'Web Media Extensions' 74 | microsoft.windows.contentdeliverymanager 'Content Delivery Manager' 75 | microsoft.windows.photos 'Microsoft Photos' 76 | microsoft.windowsalarms 'Windows Alarms & Clock' 77 | microsoft.windowscalculator 'Windows Calculator' 78 | microsoft.windowscamera 'Windows Camera' 79 | microsoft.windowscommunicationsapps 'Mail and Calendar' 80 | microsoft.windowsfeedbackhub 'Feedback Hub' 81 | microsoft.windowsmaps 'Windows Maps' 82 | microsoft.windowssoundrecorder 'Windows Voice Recorder' 83 | microsoft.yourphone 'Your Phone' 84 | microsoft.zunemusic 'Groove Music' 85 | microsoft.zunevideo 'Movies & TV' 86 | supportdir 'Support directory' 87 | 88 | 89 | 90 | AppGuard 91 | YubiKey 92 | Bluetooth 93 | USBCamera 94 | CapFrameX 95 | Discord 96 | FileSharing 97 | Hyper-V 98 | iCloud 99 | ManualSetup 100 | OfficeSupport 101 | AppxSupport 102 | Netflix 103 | NetworkDiscovery 104 | NightLight 105 | NvidiaSetup 106 | OOBE 107 | Printing 108 | Recommended-All 109 | SamsungSwitch 110 | Scanning 111 | ServicingStack 112 | ShellSearchSupport 113 | Spotify 114 | SFC 115 | DefaultFonts 116 | SafeMode 117 | TeamViewer 118 | Recommended-Tablet 119 | USBModem 120 | USB 121 | VideoPlayback 122 | VPN 123 | VisualStudio 124 | VSS 125 | ActivationKMS 126 | Activation 127 | WindowsStore 128 | WindowsUpdate 129 | WLAN 130 | 131 | 132 | HostMachine 133 | Hyper-V VM 134 | Parallels VM 135 | Virtual Box VM 136 | VMware VM 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | false 150 | false 151 | false 152 | false 153 | false 154 | 155 | 156 | 157 | OnError 158 | 159 | 160 | 161 | OnError 162 | 163 | 164 | /IMAGE/INDEX 165 | 6 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 1 182 | 0 183 | 0 184 | 0 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | imageSaveTrim 194 | imageFormatEsd 195 | 196 | NTLite.iso 197 | NTLite 198 | 4000 199 | 0 200 | false 201 | false 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | -------------------------------------------------------------------------------- /Support-Files/registry_creator.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | import datetime 4 | 5 | import platform 6 | 7 | from pathlib import Path 8 | # 9 | import re 10 | 11 | import codecs 12 | 13 | from itertools import pairwise 14 | 15 | import chardet 16 | 17 | from support_functions import * 18 | 19 | 20 | # Directory to Run 21 | 22 | directory = r"C:/Users/Reverse/Music/Windows 10/Pre-Install/Registry-Files/Test_Folder" 23 | count = 0 24 | 25 | # Count the File this Script Has Processed at Current Run 26 | 27 | # For Each File in Directory 28 | 29 | for filename in os.listdir(directory): 30 | 31 | 32 | # Get File 33 | 34 | f = os.path.join(directory, filename) 35 | 36 | 37 | # Setting Filepath 38 | 39 | # Fixes the Filepath for Processing 40 | 41 | FILEPATH = f.replace('\\', '/') 42 | 43 | 44 | # Check if File exists 45 | 46 | if check_reg_file_exists(FILEPATH) is True: 47 | 48 | 49 | # Check Encoding 50 | 51 | if check_file_encoding(FILEPATH) is False: 52 | 53 | 54 | # Detect File Encoding 55 | 56 | #? Not Necessary Now, needs fix 57 | 58 | encoding = detect_encoding(FILEPATH) 59 | 60 | 61 | # Turn File from UTF-8 to UTF-16 62 | 63 | # TODO: Untested 64 | 65 | utf8_to_utf16(FILEPATH) 66 | 67 | 68 | else: 69 | 70 | # If File Does not Contain Github URL (So isn't Processed) 71 | 72 | if check_file_for_string(FILEPATH) is False: 73 | 74 | 75 | # Do the Processing 76 | 77 | lines = identify_lines(FILEPATH) 78 | 79 | registry = find_registry_tweak(lines,FILEPATH).strip() 80 | 81 | urls = read_metaData(FILEPATH)[4] 82 | 83 | Description = fetch_registry_description(FILEPATH) 84 | 85 | 86 | # No Description Identified - Give One Manually 87 | 88 | if Description is None: 89 | 90 | 91 | # Ask user for Description 92 | 93 | print("Currently Processing ---> ", os.path.splitext(os.path.basename(FILEPATH))[0]) 94 | 95 | Description = input("Give me a Registry Description: ") 96 | 97 | Description = '; ' + Description + '\n' 98 | 99 | 100 | else: 101 | 102 | 103 | Description = '; ' + str(fetch_registry_description(FILEPATH).strip()) + '.\n' 104 | 105 | 106 | # Fetch Comments from Registry File (if Any) 107 | 108 | Comments = fetch_description_comments(FILEPATH,Description) 109 | 110 | 111 | # if there are Comments 112 | 113 | if isinstance(Comments, list): 114 | 115 | if len(Comments) > 0: 116 | 117 | try: 118 | 119 | open(FILEPATH,'w', encoding="utf-16").close() 120 | 121 | 122 | with open(FILEPATH,'w', encoding="utf-16") as file: 123 | 124 | file.write("Windows Registry Editor Version 5.00".strip()) 125 | 126 | file.write('\n') 127 | 128 | file.write('\n') 129 | 130 | file.write('; ' + str(read_metaData(FILEPATH)[2]).strip() + '\n') 131 | 132 | file.write('; Created by Georgios Zachariadis on ' + str(read_metaData(FILEPATH)[1]).strip() + '\n') 133 | 134 | file.write('; Modified on ' + str(read_metaData(FILEPATH)[0]).strip() + '\n') 135 | 136 | file.write('; Categorized under ' + str(read_metaData(FILEPATH)[3]).strip() + '\n') 137 | 138 | file.write('; File Encoding is ' + str(fetch_file_encoding(FILEPATH)).strip() + '.\n') 139 | 140 | file.write('; This file was automatically processed as part of the https://github.com/gzachariadis/Windows-10 Project' + '.\n') 141 | 142 | file.write('\n') 143 | 144 | 145 | if str(Description).endswith("."): 146 | 147 | file.write(str(Description).strip() + '\n') 148 | 149 | file.write('\n') 150 | 151 | else: 152 | 153 | file.write(str(Description).strip() + '.\n') 154 | 155 | file.write('\n') 156 | 157 | 158 | for i in range(len(Comments)): 159 | 160 | if str(Comments[i]).strip().endswith("."): 161 | 162 | file.write('; ' + str(Comments[i]).strip() + '\n') 163 | 164 | else: 165 | 166 | file.write('; ' + str(Comments[i]).strip() + '.\n') 167 | 168 | 169 | file.write('\n') 170 | 171 | file.write("; Sources\n".strip()) 172 | 173 | file.write('\n') 174 | 175 | file.write('\n') 176 | 177 | for i in range(len(urls)): 178 | 179 | file.write('; ' + str(urls[i]) + '\n') 180 | 181 | file.write('\n') 182 | 183 | file.write("; <------ Registry Edit ------>") 184 | 185 | file.write('\n') 186 | 187 | file.write('\n') 188 | 189 | file.write(str(registry).strip()) 190 | 191 | file.close() 192 | 193 | 194 | count = count + 1 195 | 196 | 197 | except UnicodeDecodeError: 198 | pass 199 | 200 | 201 | # if there are no Comments 202 | 203 | else: 204 | 205 | 206 | try: 207 | 208 | open(FILEPATH,'w', encoding="utf-16").close() 209 | 210 | 211 | with open(FILEPATH,'w', encoding="utf-16") as file: 212 | 213 | file.write("Windows Registry Editor Version 5.00".strip()) 214 | 215 | file.write('\n') 216 | 217 | file.write('\n') 218 | 219 | file.write('; ' + str(read_metaData(FILEPATH)[2]).strip() + '\n') 220 | 221 | file.write('; Created by Georgios Zachariadis on ' + str(read_metaData(FILEPATH)[1]).strip() + '\n') 222 | 223 | file.write('; Modified on ' + str(read_metaData(FILEPATH)[0]).strip() + '\n') 224 | 225 | file.write('; Categorized under ' + str(read_metaData(FILEPATH)[3]).strip() + '\n') 226 | 227 | file.write('; File Encoding is ' + str(fetch_file_encoding(FILEPATH)).strip() + '.\n') 228 | 229 | file.write('; This file was automatically processed as part of the https://github.com/gzachariadis/Windows-10 Project' + '.\n') 230 | 231 | file.write('\n') 232 | 233 | if str(Description).endswith("."): 234 | 235 | file.write(str(Description).strip() + '\n') 236 | 237 | file.write('\n') 238 | 239 | else: 240 | 241 | file.write(str(Description).strip() + '.\n') 242 | 243 | file.write('\n') 244 | 245 | file.write('\n') 246 | 247 | file.write("; Sources\n".strip()) 248 | 249 | file.write('\n') 250 | 251 | file.write('\n') 252 | 253 | for i in range(len(urls)): 254 | 255 | file.write('; ' + str(urls[i]) + '\n') 256 | 257 | file.write('\n') 258 | 259 | file.write("; <------ Registry Edit ------>") 260 | 261 | file.write('\n') 262 | 263 | file.write('\n') 264 | 265 | file.write(str(registry).strip()) 266 | 267 | file.close() 268 | 269 | 270 | count = count + 1 271 | 272 | 273 | except UnicodeDecodeError: 274 | pass 275 | 276 | else: 277 | 278 | continue 279 | 280 | 281 | print('Processed %d Files.' % (count)) -------------------------------------------------------------------------------- /Post-Install/Exported Settings/Debloating Software/Ultimate Windows Tweaker 4.8/uwt_11556.ini: -------------------------------------------------------------------------------- 1 | volume=False 2 | notifyarea=False 3 | network=False 4 | removeactioncenter=True 5 | clockforever=True 6 | removebattery=True 7 | taskbar=False 8 | taskbuttons=False 9 | ShowSecondsInClock=False 10 | ComboBox2=Never Group 11 | minthumbnail=200 12 | maxthumbnail=200 13 | topmargin=15 14 | bottommargin=15 15 | leftmargin=15 16 | rightmargin=15 17 | delaytime=1 18 | ShowUserFolderInNavPane=False 19 | showwindowsversion=True 20 | disableaeroshake=True 21 | enableautocolorization=False 22 | hidepreviewpane=True 23 | disableaeropeek=True 24 | disableaerosnap=True 25 | dontshowlowdisk=True 26 | showstatusbar=False 27 | disableinfotipfor=True 28 | launchfoldersina=False 29 | lastactivewindow=False 30 | enablecheckbox=False 31 | restorelastopened=False 32 | delpagefile=True 33 | CheckByDefaultDoForAllCurrent=False 34 | EnableAutoComplete=False 35 | DisableTaskbarAndStartJumplists=True 36 | RemoveDuplicateDrive=True 37 | DragAndDrop=DDmove 38 | ComboBox3=After Labels 39 | DuplicateDrive=downloadsfe 40 | ShowLibrariesBeforeThisPC=True 41 | ShowOneDriveInNavPane=False 42 | RemoveDoubleBlueArrows=False 43 | DisableLoginScreenBlur=True 44 | disablelockscr=True 45 | disablechanginglockscreenim=True 46 | enableuserswitching=False 47 | enableslideshow=False 48 | sevenonbattery=False 49 | usethosepicswhich=False 50 | enablefirstsignin=False 51 | turnonsmartscreenfilterstore=False 52 | disablelookfor=True 53 | disableyouhavenew=True 54 | disabletoastnotify=True 55 | enabletilelock=True 56 | DisableLiveTiles=True 57 | DisableBingWebResults=True 58 | notificationsdisplay=5 59 | showhibernate=False 60 | showsignout=True 61 | showsleep=False 62 | hideall=False 63 | showlock=False 64 | AppsUseLightTheme=True 65 | dontreplacecmd=True 66 | enableaccesstocamera=False 67 | ShowFreqFolders=False 68 | ShowRecentFiles=False 69 | UseNewBatteryFlyout=False 70 | UseNewVolume=False 71 | narrowdown=False 72 | useIncreasedTaskbarTransparency=True 73 | DisableQuickAction=True 74 | DisableEdgeTabPre=True 75 | EnableSharePage=False 76 | HideWinDefenderIcon=True 77 | DisableInkWorkspace=True 78 | DoYouWantToCloseAllTabs=True 79 | TabPreShowDelay=1000 80 | TabPreHideDelay=1000 81 | systemthispc=False 82 | actioncenterthispc=False 83 | poweroptions=False 84 | sysrestorethispc=False 85 | networksharing=False 86 | displaythispc=False 87 | folderoptionsthispc=False 88 | onedrive=False 89 | troubleshootingthispc=False 90 | controlpanelthispc=False 91 | programsandfeaturesthispc=False 92 | Useraccountsthispc=False 93 | recyclebinthispc=False 94 | personalizationthispc=False 95 | desktopthispc=True 96 | documentsthispc=True 97 | downloadsthispc=True 98 | musicthispc=False 99 | picturesthispc=False 100 | videosthispc=False 101 | ObjectsThisPC=False 102 | CheckBox1=False 103 | CheckBox2=True 104 | CheckBox4=True 105 | disableupdatinggroup=False 106 | disableswitching=False 107 | enablevirtualization=True 108 | enableadminapproval=False 109 | enabledetectionof=True 110 | enableverbose=False 111 | disablecad=False 112 | Textbox1= 113 | Richtextbox1= 114 | ComboBox1=Automatically restart 115 | DisableEdgePreloading=True 116 | DisableEdgeTabPreloading=True 117 | autoendnonrespon=True 118 | disablewintime=False 119 | restartshellauto=True 120 | disabletabletinout=True 121 | disablewinsecuritycenterservice=True 122 | disableautomaticfolderviewdis=True 123 | disableprefetchser=True 124 | turnoffsearchindexer=True 125 | disablesuperfe=True 126 | increasepriorityof=True 127 | disableprinterspool=True 128 | disablesmooth=True 129 | firstbar=2000 130 | secondbar=2000 131 | thirdbar=1000 132 | disableregedit=False 133 | disableuseraccountcontrol=False 134 | disablecontrlpanel=False 135 | disabletheabilityofshutdown=False 136 | disabletskmngr=False 137 | disabletheability=False 138 | disablewinkeyshortcuts=False 139 | disablecmndprompt=False 140 | disablesysrestore=True 141 | disablesnapins=False 142 | disableautologon=True 143 | disablefolderoptionsmenu=False 144 | disableadminshares=True 145 | disableencryptingfile=False 146 | disableexplorercontextmenu=False 147 | disablechangingwallpaper=True 148 | disableaccesstotaskbarcon=False 149 | turnoffuser=True 150 | restrictaccesstotaskbarandstart=False 151 | disabledisplayper=True 152 | disablewinerrorreporting=True 153 | disablewinmobilitycenter=True 154 | disablewindowsdefender=False 155 | disableonedrive=True 156 | disablewinupdate=False 157 | DisableTimeline=True 158 | disableapptelemetry=True 159 | DisableWinUpdateSharing=True 160 | disablebiometrics=True 161 | disablewindowsfeedback=True 162 | disableandresetadid=True 163 | disablepasswordreveal=True 164 | disablehanddatasharing=True 165 | Disablestepsrecorder=True 166 | Disablewebsearch=True 167 | disableinventorycollector=True 168 | disablecortana=True 169 | disableapplicationtel=True 170 | DisableWiFiSense=True 171 | DisableSyncSettings=True 172 | DisableLocationAccess=True 173 | DisableAppAccessCalender=True 174 | DisableAppAccessCamera=True 175 | DisableAppAccessMicrophone=True 176 | DisableAppAccessMessages=True 177 | DisableAppAccessUserAccount=True 178 | enablemenubar=False 179 | enablesuggeste=False 180 | enablecaret=False 181 | usecleartype=False 182 | disablecompati=True 183 | showtabsbelowaddress=False 184 | clearcacheon=True 185 | notifywhendownloadcompletes=True 186 | warnonclosingmultiple=True 187 | autohidetabbar=False 188 | speedupie=False 189 | loadinfullscreen=False 190 | enabledonottrac=True 191 | checkexecsign=True 192 | enableautoim=True 193 | allowrunningexec=True 194 | enablesomooth=True 195 | disableactivescripting=True 196 | showhttpserror=False 197 | disablescriptingofjava=True 198 | disablescriptdebug=True 199 | usesoftwarerendering=True 200 | enabledom=False 201 | enablethirdparty=False 202 | enablesmartscreen=False 203 | homepage=Error 204 | modnews=False 205 | modgames=False 206 | modtravel=False 207 | modweather=False 208 | modmaps=False 209 | modSports=False 210 | modpeople=False 211 | modCalender=False 212 | modmail=False 213 | modVideo=False 214 | modmusic=False 215 | modStore=False 216 | modfinance=False 217 | modreadinglist=False 218 | modEdge=False 219 | modSettings=False 220 | modAlarmsClock=False 221 | modOneNote=False 222 | cbnews=Middle 223 | cbtravel=Middle 224 | cbmaps=Middle 225 | cbpeople=Middle 226 | cbmail=Middle 227 | cbmusic=Middle 228 | cbfinance=Middle 229 | cbedge=Middle 230 | cbAlarmsClock=Middle 231 | cbgames=Middle 232 | cbweather=Middle 233 | cbsports=Middle 234 | cbcalender=Middle 235 | cbvideo=Middle 236 | cbstore=Middle 237 | cbreadinglist=Middle 238 | cbSettings=Middle 239 | cbOneNote=Middle 240 | ScreenSnip=False 241 | godmode=False 242 | calculator=False 243 | clearclipboard=False 244 | cmd1=False 245 | createrestorecontext=False 246 | iecontext=False 247 | magnifier=False 248 | narrator=False 249 | notepad=False 250 | onscreen=False 251 | paint1=False 252 | powershell=False 253 | regedit=False 254 | remotedesktop=False 255 | resmon=False 256 | restartdesktop=False 257 | shutdowndesktop=False 258 | snipping=False 259 | systemrestore=False 260 | taskmgr=False 261 | wmp=False 262 | characterMap=False 263 | controlPanel=False 264 | windowsUpdate=False 265 | CMDAdmin=False 266 | cbgodmode=Middle 267 | cbcalculator=Middle 268 | cbClearClipboard=Middle 269 | cbCMD=Middle 270 | cbCreateRestorePoint=Middle 271 | cbIE=Middle 272 | cbMagnifier=Middle 273 | cbNarrator=Middle 274 | cbNotepad=Middle 275 | cbPaint=Middle 276 | cbOnScreen=Middle 277 | cbPowershell=Middle 278 | cbRegistryEditor=Middle 279 | cbRemoteDesktop=Middle 280 | cbResourceMonitor=Middle 281 | cbRestart=Middle 282 | cbShutdown=Middle 283 | cbSnippingTool=Middle 284 | cbSystemRestore=Middle 285 | cbTaskManager=Middle 286 | cbWMP=Middle 287 | cbScreenSnip=Middle 288 | cbCharacterMap=Middle 289 | cbControlPanel=Middle 290 | cbWindowsUpdate=Middle 291 | cbCmdAdmin=Middle 292 | SCortana=False 293 | SSearch=False 294 | SApps=False 295 | wdopen=False 296 | wdquickscan=False 297 | wdfullscan=False 298 | wdupdate=False 299 | wdsettings=False 300 | addtakeownership=False 301 | addopencommand=True 302 | addcopyto=False 303 | addmoveto=False 304 | SSystem=False 305 | SDevices=False 306 | SNetworkInternet=False 307 | SPersonalization=False 308 | SAccounts=False 309 | STimeLang=False 310 | SEaseOfAccess=False 311 | SPrivacy=False 312 | SUpdateSecurity=False 313 | SPhone=False 314 | SGaming=False 315 | NewRTF=False 316 | NewTextDocument=True 317 | NewCompressed=False 318 | NewBitmap=False 319 | NewVBS=False 320 | NewCMD=False 321 | NewBAT=False 322 | NewREG=False 323 | NewPS1=True 324 | Remove3DBuilder=True 325 | ScanWithWindowsDef=True 326 | Edit3DPaint=True 327 | CastToDevice=True 328 | GiveAccessTo=True 329 | IncludeInLibrary=True 330 | RestorePreviousVersions=True 331 | ShareOCM=True 332 | useautoplayforall=True 333 | usesmalltaskbaricons=True 334 | hideinactiveicons=True 335 | turnoffautomatictermination=False 336 | EnabletheNetworkAdapterOnboardProcessor=True 337 | Preventnetworkautodiscovery=True 338 | Restrictaccessoveranonymousconnections=True 339 | HidecomputerfromtheBrowserlist=True 340 | DisablerecentsharesinNetworkPlaces=True 341 | enablentlm2=False 342 | disabledefaultadminand=True 343 | setglobalnetworkoff=False 344 | hideentire=True --------------------------------------------------------------------------------