├── .gitattributes ├── Audio Timer Monitor └── AudioTimer.exe ├── Batch ├── CHEF-KOCH's Hosts File.ps1 ├── Change IP Address.bat ├── DISM │ └── Dism restorehealt.bat ├── Delete Windows.old.bat ├── Disable Automatic Maintenance.bat ├── Disable Automatic Updates.bat ├── Disable Biometrics.bat ├── Disable Cortana and Web Search.bat ├── Disable Dynamic Ticks.bat ├── Disable Error Reporting.bat ├── Disable Experimentation.bat ├── Disable Hibernation and Fast Start.bat ├── Disable Hinbernate.bat ├── Disable HomeGroup.bat ├── Disable License Telemetry.bat ├── Disable MRT Reporting.bat ├── Disable Network Connectivity Testing.bat ├── Disable P2P Networking.bat ├── Disable Performance Counters.cmd ├── Disable Settings Sync.bat ├── Disable SmartScreen.bat ├── Disable Startup Delay.bat ├── Disable Sync Provider Notifications.bat ├── Disable System Restore.bat ├── Disable Tasks.bat ├── Disable Telemetry Features.bat ├── Disable User Account Control.bat ├── Disable Windows Defender.bat ├── Disable Windows Feedback.bat ├── Disable Windows Insider Panel.bat ├── Disable Windows Store.bat ├── Disable Windows Tips.bat ├── Disable Xbox Bar.bat ├── Enable Performance Counters (Default).cmd ├── Enable_Run_Command.bat ├── Increase Taskbar Transparency.bat ├── Maintenance.bat ├── NetFX3 USB Install.bat ├── OV & UV │ ├── CPU overclocking.bat │ └── CPU underclocking.bat ├── Open Pictures With Windows Photo Viewer.bat ├── Prevent MRT.bat ├── Remove Most Modern UI Apps.ps1 ├── Remove OneDrive.bat ├── Remove Windows Search.bat ├── SearchUI │ └── disable-searchUI.bat ├── Services.bat ├── Show All Folders in File Explorer Pane.bat ├── Software │ ├── Kaspersky reset example.bat │ ├── Low Integrity Firefox.bat │ ├── Opera set integrity level.bat │ └── Remove One-Drive.bat ├── Spinesnap WU Driver Disable.bat ├── Updates │ ├── Windows 10 migration uninstall.bat │ ├── Windows telementry package remover.bat │ ├── remove spsupersuded updates.bat │ └── trackingkbs.bat ├── Use Uncompressed JPEG Desktop Backgrounds.bat ├── VPN.AC OVPN Config example.ps1 ├── Windows Priority game tweak.bat ├── cleanup │ └── cleanmgr +shutdown.bat ├── fix broken services.msc.bat ├── install_wim_tweak │ ├── 1.cmd │ ├── 10.cmd │ ├── 11.cmd │ ├── 12.cmd │ ├── 13.cmd │ ├── 14.cmd │ ├── 2.cmd │ ├── 3.cmd │ ├── 4.cmd │ ├── 5.cmd │ ├── 6.cmd │ ├── 7.cmd │ ├── 8.cmd │ ├── 9.cmd │ ├── List Packages.cmd │ ├── README.md │ ├── Tests │ │ ├── AllJoyn.cmd │ │ ├── Biometrics.cmd │ │ ├── Geolocation.cmd │ │ ├── Miracast.cmd │ │ ├── OneDrive.cmd │ │ ├── Search.cmd │ │ ├── Telemetry.cmd │ │ └── Windows Defender.cmd │ └── install_wim_tweak.exe ├── pool.ntp.org Time Servers.bat ├── regedit_full_access.bat ├── registryadmin.bat ├── restart Explorer.bat ├── services │ ├── DisableDNSClient.bat │ └── EnableDNSClient.bat └── show_hidden_driver_corpses.bat ├── Boot └── Verbose Logon │ ├── Disable verbose logon.reg │ └── Enable verbose logon.reg ├── CMD └── Doskey support │ ├── install.cmd │ └── macros.doskey ├── Capslock └── Disable Capslock │ └── Disable capslock.reg ├── Change Icon Cache Size └── Change_Icon_Cache_Size.vbs ├── Change Owner and Support Info └── Change Owner and Support Info.reg ├── Context Menu ├── Command promt │ └── Command Prompt.reg ├── Copy Contents to Clipboard │ ├── Add Copy Contents to Clipboard.reg │ ├── Add Shift+ Copy Contents to Clipboard.reg │ └── Remove Copy Contents to Clipboard.reg ├── Copy and move to │ ├── Add Move To.reg │ └── Remove Copy Move-To.reg ├── Copy as Path Option in Windows │ ├── Add Copy as Path Option.reg │ └── Remove Copy as Path Option.reg ├── Customize tab │ ├── Add Customize tab.reg │ └── Remove Customize tab.reg ├── GIT promt │ └── git promt.reg ├── Open Open in new tab context menu │ ├── Add Open in new tab context menu.reg │ ├── Add Shift+Right-click to add Open in new tab context menu.reg │ └── Remove Open in new tab context menu.reg ├── Properties on Recycle Bin Context Menu │ ├── Add Properties to Recycle Bin context menu.bat │ └── Remove Properties from Recycle Bin context menu.bat ├── Recyle Bin │ ├── Add Empty Recycle Bin context menu.reg │ └── Remove Empty Recycle Bin context menu.reg ├── Register and unregister dll and ocx files context menus │ └── Register and unregister dll and ocx files context menus.reg ├── Right click .wim │ ├── Add WIM righ tclick.reg │ ├── Uninstall WIM righ tclick.reg │ └── WIMrightclick.png ├── Safe mode │ └── Add_Safe_Mode_to_Desktop_Context_Menu.zip ├── Secure Delete │ ├── Add Secure Delete context menu.reg │ ├── Add Secure Delete to Recycle Bin.reg │ ├── Eula.txt │ ├── Remove Secure Delete Context menu.reg │ ├── Remove Secure Delete to Recycle Bin.reg │ ├── Unpack dir.txt │ ├── sdelete.exe │ └── sdelete64.exe ├── TrueCrypt │ └── Truecrypt.reg ├── UEFI Firmware Settings │ ├── Add Boot to UEFI Firmware Settings to BOTTOM.reg │ ├── Add Boot to UEFI Firmware Settings to MIDDLE.reg │ ├── Add Boot to UEFI Firmware Settings to TOP.reg │ └── Remove Boot to UEFI Firmware Settings.reg ├── View Owner │ ├── Add View Owner.reg │ └── Remove View Owner.reg └── Windows Update Context Menu In Windows 10 │ └── Add Windows Update Context Menu In Windows 10.reg ├── Control Panel └── Unhide Control Panel items.reg ├── DISM ├── Clean Up Image Checkhealth.cmd ├── Clean Up Image Restorehealth (use source files).cmd ├── Clean Up Image Restorehealth.cmd ├── Clean Up Image Scanhealth.cmd ├── ComponentCleanup.cmd └── ComponentCleanupMakeUpdatesPerm.cmd ├── Default Browser ├── GPO.txt ├── Set Chrome as default Browser.reg ├── SetDefaultBrowser.exe └── via control.exe Firefox example.txt ├── Default File Extensions ├── AAC.reg ├── Defaul_XSL.reg ├── Default_3GP.reg ├── Default_3GPP.reg ├── Default_ANI.reg ├── Default_ASF.reg ├── Default_ASPX.reg ├── Default_ASX.reg ├── Default_AVI.reg ├── Default_AudioCD.reg ├── Default_BAS.reg ├── Default_BAT.reg ├── Default_BIN.reg ├── Default_BMP.reg ├── Default_Briefcase.reg ├── Default_CAB.reg ├── Default_CHM.reg ├── Default_CMD.reg ├── Default_COM.reg ├── Default_CSS.reg ├── Default_CUR.reg ├── Default_Contact.reg ├── Default_DB.reg ├── Default_DIC.reg ├── Default_DLL.reg ├── Default_DVR-MS.reg ├── Default_Directory.reg ├── Default_Drive.reg ├── Default_EXE.reg ├── Default_Folder.reg ├── Default_GIF.reg ├── Default_GZ.reg ├── Default_HLP.reg ├── Default_HTA.reg ├── Default_HTM.reg ├── Default_HTML.reg ├── Default_ICO.reg ├── Default_IMG.reg ├── Default_INF.reg ├── Default_INI.reg ├── Default_ISO.reg ├── Default_JNT.reg ├── Default_JPE.reg ├── Default_JPEG.reg ├── Default_JPG.reg ├── Default_JS.reg ├── Default_JSE.reg ├── Default_LNK_(Shortcut).reg ├── Default_LOG.reg ├── Default_Library-ms.reg ├── Default_M2T.reg ├── Default_M2TS.reg ├── Default_M3U.reg ├── Default_M4V.reg ├── Default_MKV.reg ├── Default_MOV.reg ├── Default_MP3.reg ├── Default_MP4.reg ├── Default_MPA.reg ├── Default_MPE.reg ├── Default_MPEG.reg ├── Default_MPG.reg ├── Default_MSC.reg ├── Default_MSI.reg ├── Default_MSP.reg ├── Default_MTS.reg ├── Default_OBJ.reg ├── Default_OTF.reg ├── Default_PBK.reg ├── Default_PDF.reg ├── Default_PNG.reg ├── Default_Package.reg ├── Default_REG.reg ├── Default_RTF.reg ├── Default_SCR.reg ├── Default_Search.reg ├── Default_TAR.reg ├── Default_TIF.reg ├── Default_TIFF.reg ├── Default_TMP.reg ├── Default_TS.reg ├── Default_TTF.reg ├── Default_TTS.reg ├── Default_TXT.reg ├── Default_URL.reg ├── Default_VBS.reg ├── Default_VOB.reg ├── Default_WMA.reg ├── Default_WMV.reg ├── Default_WSF.reg ├── Default_XML.reg ├── Default_XPS.reg ├── Default_ZIP.reg ├── Default_bak.reg ├── Default_cpp.reg ├── Default_dat.reg ├── Default_h.reg ├── Default_manifest.reg ├── Default_ps1.reg ├── Default_theme.reg ├── Default_themepack.reg ├── Default_wav.reg ├── Type.reg ├── Unknown.reg ├── ai.reg ├── cer.reg ├── crt.reg ├── default_cpl.reg ├── der.reg ├── m4a.reg ├── mapimail.reg ├── mhtml.reg ├── nfo.reg ├── psd.reg └── svg.reg ├── Delete Windows.OLD Folder └── Readme.txt ├── Delete files faster ├── Fast Deleting files.reg └── fastdel.bat ├── Disable Hybrid Sleep ├── off.txt └── on.txt ├── Enable verbose service startup shutdown messages └── Enable verbose service messages.reg ├── Explorer ├── Automatic Mounting of New Disks and Drives │ ├── Disable automatic mounting of new volumes.reg │ └── Enable automatic mounting of new volumes.reg ├── Classic Icons for ALT+TAB │ ├── Use Alt+Tab classic icons.bat │ └── Use Alt+Tab thumbnail previews.bat ├── Detailed Status Messages at Shut down │ ├── Disable highly detailed status messages.reg │ └── Enable highly detailed status messages.reg ├── Disable Windows Explorer StatusBar │ ├── Disable Windows Explorer StatusBar - Copy.reg │ └── Enable Windows Explorer StatusBar.reg ├── Display Full Path in Title Bar of File Explorer │ ├── Display Folder Name in Title Bar of File Explorer.bat │ └── Display Full Path in Title Bar of File Explorer.bat ├── Narrator Diagnostic Data │ ├── Disable Diagnostic Data of Narrator.reg │ └── Enable Diagnostic Data of Narrator.reg ├── Network Connectivity Status Indicator (NCSI) │ ├── Network Connectivity Status Indicator (NCSI) undo.reg │ └── Network Connectivity Status Indicator (NCSI).reg ├── Remove Compatibility tab from properties │ ├── Add Compatibility tab to properties.reg │ └── Remove Compatibility tab from properties.reg ├── Remove Details Tab from Properties Window │ ├── Remove Details Tab.reg │ └── Restore Details Tab.reg ├── Remove windows store taskbar │ └── Remove windows store taskbar.reg ├── Set Explorer's Folder properties │ └── Set Explorer's Folder properties.reg ├── Show shadows under windows │ └── Show shadows under windows.reg └── Size of Scroll Bars │ └── Default size of Scroll Bars.reg ├── External Software ├── AMD │ ├── Disable Load all devices and drivers.reg │ └── Enable Load all devices and drivers.reg ├── Adobe premiere Pro 2018 │ └── Premiere12Portable.reg ├── EMET │ ├── EMET cert pinning info.txt │ └── EMET v5.2.reg ├── Firefox │ ├── Block About Config pages │ │ ├── Block Firefox About pages.reg │ │ └── Unblock Firefox About pages.reg │ └── Disable Firefox Crash Reporter.reg ├── Games │ └── Resident Evil Operation Raccoon City │ │ └── surya.reg ├── Google Chrome │ └── Disable Google Chrome Sign In and Sync │ │ ├── Guest Mode │ │ ├── Disable Guest Mode (all users).reg │ │ ├── Disable Guest Mode (current users).reg │ │ ├── Enable Guest Mode (all users).reg │ │ └── Enable Guest Mode (current users).reg │ │ ├── Hide Bookmark Page │ │ ├── Hide Bookmarks Bar on New Tab Page.reg │ │ └── Show Bookmarks Bar on New Tab Page.reg │ │ └── Sign In and Sync │ │ └── Disable Sign In and Sync.reg ├── Intel MEI │ ├── DisableAutostart for MEI App.reg │ └── Enable Autostart for MEI App.reg ├── Intel RST │ └── DisableAN.reg ├── Internet Download Manager │ ├── IDMCleaner.bat │ └── Unregister.IDM.reg ├── Java │ └── Disable Java Auto-Update.reg ├── Kaspersky │ ├── Disable daily trial notification 2016.reg │ ├── Disable daily trial notification 2017.reg │ ├── Disable daily trial notification 2018.reg │ ├── Disable daily trial notification 2019.reg │ └── YOQ8GX.jpg ├── LibreOffice │ ├── Disable OpenGL.reg │ └── Enable OpenGL.reg ├── Local Group Policy Editor for every Windows Version │ ├── Policy Plus.exe │ └── Source.txt ├── MPC-HC BE │ └── Best Quality settings.reg ├── MPC-HC │ └── Clean all MPC-HC registry stuff.reg ├── O&O ShutUp10 │ ├── Readme.txt │ ├── batch tweaks.bat │ ├── ooshutup10_CK_settings.cfg │ └── reg tweaks.reg └── Office Telemetry │ ├── Disable data collection for Telemetry Agent │ ├── Disable data collection for Telemetry Agent.reg │ └── Enable data collection for Telemetry Agent.reg │ └── Enable file obfuscation │ ├── Disable file obfuscation .reg │ └── Enable file obfuscation.reg ├── GamingTweaks-master ├── .github │ ├── CONTRIBUTING.md │ ├── Pictures │ │ ├── Ansel │ │ │ └── Ansel.png │ │ ├── CRU │ │ │ ├── CRU.png │ │ │ └── CRUrestart.png │ │ ├── Driver Folders │ │ │ └── Driver Folder.png │ │ ├── FreeSync 2 │ │ │ └── FreeSync 2 Low Framerate Compensation.jpg │ │ ├── HPET │ │ │ └── HPET Intel and AMD April Update system timer resolution.png │ │ ├── ISLC │ │ │ └── ISLC v1.0.1.0.png │ │ ├── LatencyMon │ │ │ └── LatencyMon.png │ │ ├── Monitor │ │ │ └── Variable Refresh Rate.png │ │ ├── PCIe 4.0 │ │ │ ├── Gaming on PCIe 4.0.jpg │ │ │ └── PCIe 4.0 and Gaming impact.jpg │ │ ├── TCP settings │ │ │ ├── Default TCP settings Win 1803.png │ │ │ └── Not efficent!.png │ │ ├── TRIM │ │ │ └── enable-trim-support.jpg │ │ ├── Threadripper │ │ │ └── Threadripper core prio bug.png │ │ ├── Windows Ads │ │ │ └── explorer-ads.jpg │ │ └── Windows Gaming Tweaks.jpg │ ├── Powerplan │ │ └── AMD Ryzen │ │ │ ├── AMD Ryzen 3k.x Power-Plan-V3 by CHEF-KOCH.pow │ │ │ └── install.bat │ ├── Registry tweaks │ │ ├── Dithering │ │ │ └── AMD │ │ │ │ └── Disable dithering.reg │ │ ├── Intel │ │ │ ├── Intel Transactional Synchronization Extensions (TSX) │ │ │ │ ├── Disable Intel Transactional Synchronization Extensions (TSX) (default).reg │ │ │ │ └── Enable Intel Transactional Synchronization Extensions (TSX).reg │ │ │ └── Speculative execution │ │ │ │ ├── Disable speculative-execution INSECURE BUT MORE PERFORMANCE.reg │ │ │ │ └── default.reg │ │ ├── NTFS │ │ │ └── NtfsDisableLastAccessUpdate │ │ │ │ └── NtfsDisableLastAccessUpdate.reg │ │ ├── Obsolete │ │ │ ├── Autorun │ │ │ │ └── Disable CD autorun.reg │ │ │ ├── Desktop │ │ │ │ └── Restore classic contex menu │ │ │ │ │ └── Restore Personalize Context Item.reg │ │ │ ├── Explorer │ │ │ │ ├── Immersive Alt-Tab │ │ │ │ │ ├── Immersive Alt-Tab App Switcher.reg │ │ │ │ │ └── Legacy Alt-Tab App Switcher.reg │ │ │ │ └── Toast or Balloon Notifications │ │ │ │ │ ├── Immersive Toast Notifications.reg │ │ │ │ │ └── Legacy Balloon Notifications.reg │ │ │ ├── Immersive Menus │ │ │ │ └── Immersive Menues │ │ │ │ │ ├── Disable Immersive Menus.reg │ │ │ │ │ └── Use Immersive Menus.reg │ │ │ ├── Immersive Shell │ │ │ │ └── Battery Flyout │ │ │ │ │ ├── Immersive Battery Flyout.reg │ │ │ │ │ └── Legacy Battery Flyout.reg │ │ │ ├── LogonUI │ │ │ │ ├── Console or Immersive GUI Logon │ │ │ │ │ ├── Console Window Logon.reg │ │ │ │ │ └── Immersive GUI Logon Screen.reg │ │ │ │ └── UAC │ │ │ │ │ ├── Immersive UAC Prompt.reg │ │ │ │ │ └── Legacy UAC Prompt.reg │ │ │ ├── Network Latency │ │ │ │ └── Network Response.reg │ │ │ ├── Network Shares │ │ │ │ └── Remove Sharing Tab from Properties Window.reg │ │ │ ├── RadeonMod │ │ │ │ └── RadeonMod_1.0.16.zip │ │ │ ├── Responsiveness │ │ │ │ └── Make desktop menus snappier.reg │ │ │ ├── Screen Resolution Context menu │ │ │ │ └── Add Screen resolution to Desktop context menu.reg │ │ │ ├── Shadow Copy │ │ │ │ ├── Remove Previous Versions Option from Context Menu.reg │ │ │ │ └── Remove Previous Versions Tab from Properties Window.reg │ │ │ ├── Show all Icons │ │ │ │ └── Taskbar, Show all icons in taskbar.reg │ │ │ ├── Start With Context Menu │ │ │ │ └── Remove Share With Option from Context Menu.reg │ │ │ └── Themes │ │ │ │ └── Default Themes │ │ │ │ └── Default Themes.reg │ │ ├── Startup │ │ │ ├── Fast Startup │ │ │ │ └── Disable fast startup.reg │ │ │ └── Startup Delay │ │ │ │ ├── Default.reg │ │ │ │ └── Windows 10 Startup Delay tweak.reg │ │ ├── Task Scheduler & Anti-Telemetry script │ │ │ └── antitelemetry.cmd │ │ ├── Timestamps │ │ │ └── Disable Timestamps.reg │ │ └── Windows Update │ │ │ └── P2P │ │ │ └── Windows Update disable P2P.reg │ ├── eMail │ │ └── publickey.CHEF-KOCH@protonmail.com.asc │ └── stale.yml ├── Bios │ └── Readme.md ├── DirectX │ └── Readme.md ├── Docs │ ├── Official AMD Docs │ │ └── freesync-lfc.pdf │ ├── Official Intel Docs │ │ └── Reducing Interrupt Latency Through the Use of Message Signaled Interrupts.pdf │ ├── Official Microsoft Docs │ │ └── IRQL_thread.doc │ ├── Realtek ASIO, effects etc │ │ ├── Dell FF06.png │ │ ├── FF00, FF01, etc explained.md │ │ ├── FF01.png │ │ ├── FF03.jpg │ │ ├── Identify your Hardware ID.png │ │ ├── MSI FF03.jpg │ │ ├── Sound Extensions.md │ │ └── UADInfEditor_1.32.exe │ └── Trace DPCs ISRs │ │ └── Detecting Performance Issues.md ├── Drivers │ └── Readme.md ├── GPU │ ├── AMD │ │ └── Readme.md │ ├── Shader │ │ └── Readme.md │ └── nVidia │ │ ├── Is Negative LOD Bias manipulation a cheat.md │ │ └── Readme.md ├── Hardware (general) │ ├── Gaming Hardware Buyer's Guide.md │ └── Readme.md ├── KB problems │ └── Readme.md ├── Linux Gaming │ └── Readme.md ├── Monitor │ └── Readme.md ├── Mouse │ └── Readme.md ├── Myths │ └── Known Myths.md ├── Network │ └── Readme.md ├── OS (general) │ ├── Core Parking and Power Managment.md │ └── Readme.md ├── OS Settings │ ├── Add Group Policy to Windows 10 Home.zip │ ├── Old and redundant network tweaks.md │ └── Readme.md ├── Overclocking │ └── Readme.md ├── RAM │ └── Readme.md ├── Research │ └── Research.md ├── Retro Consoles │ └── Readme.md ├── SSD │ └── Readme.md ├── Sound │ └── Readme.md ├── Telemetry │ └── Readme.md ├── Tools │ ├── Compatibility & FSE Utility │ │ └── Compatibility & FSE Utility.exe │ ├── GameBarPresenceWriter │ │ ├── Disable GameBarPresenceWriter.bat │ │ └── nsudoc.exe │ ├── Latency │ │ ├── MSI_util_v2.rar │ │ ├── PCI devices.exe │ │ ├── PCI devices.rar │ │ ├── TimerTool.exe │ │ ├── TimerTool.rar │ │ ├── WinTimerTester 1.1.rar │ │ └── WinTimerTester.exe │ ├── Memory Compression │ │ ├── Disable Memory Compression.ps1 │ │ └── Enable Memory Compression (default).ps1 │ ├── Monitor │ │ └── Color Sustainer v1.05.zip │ ├── RAM │ │ ├── ASRock Timing Configuration Utility 4.0.4.exe │ │ ├── ISLC v1.0.1.1.exe │ │ └── PurgeMemCacheService.zip │ ├── Smartscreen │ │ ├── Disable smartscreen.bat │ │ └── Reset Smartscreen default permission.bat │ └── priority │ │ └── Windows Priority game tweak.bat └── registry │ └── Readme.md ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Audio Timer Monitor/AudioTimer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Audio Timer Monitor/AudioTimer.exe -------------------------------------------------------------------------------- /Batch/CHEF-KOCH's Hosts File.ps1: -------------------------------------------------------------------------------- 1 | Invoke-WebRequest "https://raw.githubusercontent.com/CHEF-KOCH/hosts/master/hosts" -OutFile "C:\Windows\System32\drivers\etc\hosts" 2 | ipconfig /flushdns 3 | reg add "HKLM\SYSTEM\CurrentControlSet\services\Dnscache\Parameters" /v "MaxNegativeCacheTtl" /t "REG_DWORD" /d "0" /f 4 | reg add "HKLM\SYSTEM\CurrentControlSet\services\Dnscache\Parameters" /v "MaxCacheTtl" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Change IP Address.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | ipconfig /flushdns 3 | ipconfig /release 4 | netsh interface ip set address "Local Area Connection" static 1.1.1.1 255.0.0.0 192.168.0.1 1 5 | netsh interface set interface "Local Area Connection" disable 6 | netsh interface ip set dns "Local Area Connection" dhcp 7 | netsh interface ip set address "Local Area Connection" dhcp 8 | echo Wait 1 minute... 9 | ping -n 60 -w 1000 0.0.0.1 > nul 10 | netsh interface set interface "Local Area Connection" enable -------------------------------------------------------------------------------- /Batch/DISM/Dism restorehealt.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | dism /Online /Cleanup-Image /RestoreHealth -------------------------------------------------------------------------------- /Batch/Delete Windows.old.bat: -------------------------------------------------------------------------------- 1 | ::Execute as Admin 2 | takeown /F C:\Windows.old\* /R /A 3 | pause 4 | cacls C:\Windows.old\*.* /T /grant administrators:F 5 | pause 6 | rmdir /S /Q C:\Windows.old\ 7 | pause -------------------------------------------------------------------------------- /Batch/Disable Automatic Maintenance.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance" /v "MaintenanceDisabled" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable Automatic Updates.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t "REG_DWORD" /d "0" /f 2 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "AUOptions" /t "REG_DWORD" /d "2" /f 3 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "ScheduledInstallDay" /t "REG_DWORD" /d "0" /f 4 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "ScheduledInstallTime" /t "REG_DWORD" /d "3" /f -------------------------------------------------------------------------------- /Batch/Disable Biometrics.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Biometrics\Credential Provider" /v "Enabled" /t "REG_DWORD" /d "0" /f -------------------------------------------------------------------------------- /Batch/Disable Cortana and Web Search.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d "0" /f -------------------------------------------------------------------------------- /Batch/Disable Dynamic Ticks.bat: -------------------------------------------------------------------------------- 1 | bcdedit /set "disabledynamictick" "Yes" -------------------------------------------------------------------------------- /Batch/Disable Error Reporting.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t REG_DWORD /d "1" /f 2 | reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v "Disabled" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable Experimentation.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\default\System\AllowExperimentation" /v "value" /t "REG_DWORD" /d "0" /f -------------------------------------------------------------------------------- /Batch/Disable Hibernation and Fast Start.bat: -------------------------------------------------------------------------------- 1 | powercfg /H off -------------------------------------------------------------------------------- /Batch/Disable Hinbernate.bat: -------------------------------------------------------------------------------- 1 | CLS 2 | 3 | @echo off 4 | TITLE Disable Hibernate 5 | 6 | powercfg -h off 7 | powercfg /hibernate off 8 | 9 | EXIT -------------------------------------------------------------------------------- /Batch/Disable HomeGroup.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\HomeGroup" /v "DisableHomeGroup" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable License Telemetry.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v "NoGenTicket" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable MRT Reporting.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable Network Connectivity Testing.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator" /v "NoActiveProbe" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable P2P Networking.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Peernet" /v "Disabled" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable Performance Counters.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | "%windir%\system32\lodctr.exe" /d:wsearchidxpi 3 | "%windir%\system32\lodctr.exe" /d:wmiaprpl 4 | "%windir%\system32\lodctr.exe" /d:usbhub 5 | "%windir%\system32\lodctr.exe" /d:ugthrsvc 6 | "%windir%\system32\lodctr.exe" /d:ugatherer 7 | "%windir%\system32\lodctr.exe" /d:termservice 8 | "%windir%\system32\lodctr.exe" /d:tcpip 9 | "%windir%\system32\lodctr.exe" /d:spooler 10 | "%windir%\system32\lodctr.exe" /d:"smsvchost 5.0.0.0" 11 | "%windir%\system32\lodctr.exe" /d:"smsvchost 4.0.0.0" 12 | "%windir%\system32\lodctr.exe" /d:"smsvchost 3.0.0.0" 13 | "%windir%\system32\lodctr.exe" /d:"servicemodelservice 3.0.0.0" 14 | "%windir%\system32\lodctr.exe" /d:tapisrv 15 | "%windir%\system32\lodctr.exe" /d:"windows workflow foundation 3.0.0.0" 16 | "%windir%\system32\lodctr.exe" /d:"windows workflow foundation 4.0.0.0" 17 | "%windir%\system32\lodctr.exe" /d:"windows workflow foundation 5.0.0.0" 18 | "%windir%\system32\lodctr.exe" /d:"servicemodeloperation 4.0.0.0" 19 | "%windir%\system32\lodctr.exe" /d:"servicemodeloperation 3.0.0.0" 20 | "%windir%\system32\lodctr.exe" /d:"servicemodelendpoint 4.0.0.0" 21 | "%windir%\system32\lodctr.exe" /d:"servicemodelendpoint 3.0.0.0" 22 | "%windir%\system32\lodctr.exe" /d:rdyboost 23 | "%windir%\system32\lodctr.exe" /d:perfproc 24 | "%windir%\system32\lodctr.exe" /d:perfos 25 | "%windir%\system32\lodctr.exe" /d:perfnet 26 | "%windir%\system32\lodctr.exe" /d:perfdisk 27 | "%windir%\system32\lodctr.exe" /d:outlook 28 | "%windir%\system32\lodctr.exe" /d:msscntrs 29 | "%windir%\system32\lodctr.exe" /d:"msdtc bridge 5.0.0.0" 30 | "%windir%\system32\lodctr.exe" /d:"msdtc bridge 4.0.0.0" 31 | "%windir%\system32\lodctr.exe" /d:"msdtc bridge 3.0.0.0" 32 | "%windir%\system32\lodctr.exe" /d:msdtc 33 | "%windir%\system32\lodctr.exe" /d:lsa 34 | "%windir%\system32\lodctr.exe" /d:esent 35 | "%windir%\system32\lodctr.exe" /d:remoteaccess 36 | "%windir%\system32\lodctr.exe" /d:bits 37 | "%windir%\system32\lodctr.exe" /d:aspnet_state 38 | "%windir%\system32\lodctr.exe" /d:asp.net_4.0.30319 39 | "%windir%\system32\lodctr.exe" /d:asp.net 40 | "%windir%\system32\lodctr.exe" /d:".netframework" 41 | "%windir%\system32\lodctr.exe" /d:".NET CLR Data" 42 | "%windir%\system32\lodctr.exe" /d:".NET CLR Networking" 43 | "%windir%\system32\lodctr.exe" /d:".NET CLR Networking 5.0.0.0" 44 | "%windir%\system32\lodctr.exe" /d:".NET CLR Networking 4.0.0.0" 45 | "%windir%\system32\lodctr.exe" /d:".NET Data Provider for Oracle" 46 | "%windir%\system32\lodctr.exe" /d:".NET Data Provider for SqlServer" 47 | "%windir%\system32\lodctr.exe" /d:".NET Memory Cache 4.0" 48 | "%windir%\system32\lodctr.exe" /d:".NET Memory Cache 4.1" 49 | echo Done! 'Standard' performance counters disabled. 50 | echo. 51 | echo. 52 | echo Press any key to exit... 53 | pause >nul -------------------------------------------------------------------------------- /Batch/Disable Settings Sync.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\Software\Policies\Microsoft\Windows\SettingSync" /v "DisableSettingSync" /t "REG_DWORD" /d "1" /f 2 | reg add "HKLM\Software\Policies\Microsoft\Windows\SettingSync" /v "DisableSettingSyncUserOverride" /t "REG_DWORD" /d "1" /f 3 | reg add "HKLM\Software\Policies\Microsoft\Windows\SettingSync" /v "EnableBackupForWin8Apps" /t "REG_DWORD" /d "0" /f -------------------------------------------------------------------------------- /Batch/Disable SmartScreen.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t "REG_SZ" /d "Off" /f 2 | reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost" /v "SmartScreenEnabled" /t "REG_SZ" /d "Off" /f -------------------------------------------------------------------------------- /Batch/Disable Startup Delay.bat: -------------------------------------------------------------------------------- 1 | reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v "StartupDelayInMSec" /t "REG_DWORD" /d "0" /f -------------------------------------------------------------------------------- /Batch/Disable Sync Provider Notifications.bat: -------------------------------------------------------------------------------- 1 | reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSyncProviderNotifications" /t "REG_DWORD" /d "0" /f -------------------------------------------------------------------------------- /Batch/Disable System Restore.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f 2 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f 3 | reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f 4 | reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable Tasks.bat: -------------------------------------------------------------------------------- 1 | schtasks /Change /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /disable 2 | schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /disable 3 | schtasks /Change /TN "Microsoft\Windows\Application Experience\AitAgent" /disable 4 | schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable 5 | schtasks /Change /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable 6 | schtasks /Change /TN "Microsoft\Windows\Application Experience\StartupAppTask" /disable 7 | schtasks /Change /TN "Microsoft\Windows\Autochk\Proxy" /disable 8 | schtasks /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /disable 9 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /disable 10 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable 11 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /disable 12 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Uploader" /disable 13 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /disable 14 | schtasks /Change /TN "Microsoft\Windows\Diagnosis\Scheduled" /disable 15 | schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable 16 | schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticResolver" /disable 17 | schtasks /Change /TN "Microsoft\Windows\DiskFootprint\Diagnostics" /disable 18 | schtasks /Change /TN "Microsoft\Windows\DiskFootprint\StorageSense" /disable 19 | schtasks /Change /TN "Microsoft\Windows\FileHistory\File History (maintenance mode)" /disable 20 | schtasks /Change /TN "Microsoft\Windows\Maintenance\WinSAT" /disable 21 | schtasks /Change /TN "Microsoft\Windows\Maps\MapsToastTask" /disable 22 | schtasks /Change /TN "Microsoft\Windows\Maps\MapsUpdateTask" /disable 23 | schtasks /Change /TN "Microsoft\Windows\NetTrace\GatherNetworkInfo" /disable 24 | schtasks /Change /TN "Microsoft\Windows\PI\Sqm-Tasks" /disable 25 | schtasks /Change /TN "Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable 26 | schtasks /Change /TN "Microsoft\Windows\RemoteAssistance\RemoteAssistanceTask" /disable 27 | schtasks /Change /TN "Microsoft\Windows\RetailDemo\CleanupOfflineContent" /disable 28 | schtasks /Change /TN "Microsoft\Windows\SettingSync\BackgroundUploadTask" /disable 29 | schtasks /Change /TN "Microsoft\Windows\SettingSync\BackupTask" /disable 30 | schtasks /Change /TN "Microsoft\Windows\SettingSync\NetworkStateChangeTask" /disable 31 | schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyMonitor" /disable 32 | schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyRefresh" /disable 33 | schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyUpload" /disable 34 | schtasks /Change /TN "Microsoft\Windows\SpacePort\SpaceAgentTask" /disable 35 | schtasks /Change /TN "Microsoft\Windows\SpacePort\SpaceManagerTask" /disable 36 | schtasks /Change /TN "Microsoft\Windows\Speech\SpeechModelDownloadTask" /disable 37 | schtasks /Change /TN "Microsoft\Windows\WDI\ResolutionHost" /disable 38 | schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance" /disable 39 | schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cleanup" /disable 40 | schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Scheduled Scan" /disable 41 | schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Verification" /disable 42 | schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable -------------------------------------------------------------------------------- /Batch/Disable Telemetry Features.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t "REG_DWORD" /d "0" /f -------------------------------------------------------------------------------- /Batch/Disable User Account Control.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t "REG_DWORD" /d "0" /f -------------------------------------------------------------------------------- /Batch/Disable Windows Defender.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable Windows Feedback.bat: -------------------------------------------------------------------------------- 1 | reg add "HKCU\SOFTWARE\Microsoft\Siuf\Rules" /v "NumberOfSIUFInPeriod" /t "REG_DWORD" /d "0" /f 2 | reg delete "HKCU\SOFTWARE\Microsoft\Siuf\Rules" /v "PeriodInNanoSeconds" /f -------------------------------------------------------------------------------- /Batch/Disable Windows Insider Panel.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility" /v "HideInsiderPage" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable Windows Store.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsStore" /v "RemoveWindowsStore" /t "REG_DWORD" /d "1" /f 2 | reg add "HKLM\SOFTWARE\Policies\Microsoft\WindowsStore" /v "DisableStoreApps" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable Windows Tips.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableSoftLanding" /t "REG_DWORD" /d "1" /f 2 | reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsSpotlightFeatures" /t "REG_DWORD" /d "1" /f 3 | reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v "DisableWindowsConsumerFeatures" /t "REG_DWORD" /d "1" /f 4 | reg add "HKLM\Software\Policies\Microsoft\Windows\DataCollection" /v "DoNotShowFeedbackNotifications" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Disable Xbox Bar.bat: -------------------------------------------------------------------------------- 1 | reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR" /v "AppCaptureEnabled" /t "REG_DWORD" /d "0" /f 2 | reg add "HKCU\System\GameConfigStore" /v "GameDVR_Enabled" /t "REG_DWORD" /d "0" /f -------------------------------------------------------------------------------- /Batch/Enable Performance Counters (Default).cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | "%windir%\system32\lodctr.exe" /e:wsearchidxpi 3 | "%windir%\system32\lodctr.exe" /e:wmiaprpl 4 | "%windir%\system32\lodctr.exe" /e:usbhub 5 | "%windir%\system32\lodctr.exe" /e:ugthrsvc 6 | "%windir%\system32\lodctr.exe" /e:ugatherer 7 | "%windir%\system32\lodctr.exe" /e:termservice 8 | "%windir%\system32\lodctr.exe" /e:tcpip 9 | "%windir%\system32\lodctr.exe" /e:spooler 10 | "%windir%\system32\lodctr.exe" /e:"smsvchost 5.0.0.0" 11 | "%windir%\system32\lodctr.exe" /e:"smsvchost 4.0.0.0" 12 | "%windir%\system32\lodctr.exe" /e:"smsvchost 3.0.0.0" 13 | "%windir%\system32\lodctr.exe" /e:"servicemodelservice 3.0.0.0" 14 | "%windir%\system32\lodctr.exe" /e:tapisrv 15 | "%windir%\system32\lodctr.exe" /e:"windows workflow foundation 3.0.0.0" 16 | "%windir%\system32\lodctr.exe" /e:"windows workflow foundation 4.0.0.0" 17 | "%windir%\system32\lodctr.exe" /e:"windows workflow foundation 5.0.0.0" 18 | "%windir%\system32\lodctr.exe" /e:"servicemodeloperation 4.0.0.0" 19 | "%windir%\system32\lodctr.exe" /e:"servicemodeloperation 3.0.0.0" 20 | "%windir%\system32\lodctr.exe" /e:"servicemodelendpoint 4.0.0.0" 21 | "%windir%\system32\lodctr.exe" /e:"servicemodelendpoint 3.0.0.0" 22 | "%windir%\system32\lodctr.exe" /e:rdyboost 23 | "%windir%\system32\lodctr.exe" /e:perfproc 24 | "%windir%\system32\lodctr.exe" /e:perfos 25 | "%windir%\system32\lodctr.exe" /e:perfnet 26 | "%windir%\system32\lodctr.exe" /e:perfdisk 27 | "%windir%\system32\lodctr.exe" /e:outlook 28 | "%windir%\system32\lodctr.exe" /e:msscntrs 29 | "%windir%\system32\lodctr.exe" /e:"msdtc bridge 5.0.0.0" 30 | "%windir%\system32\lodctr.exe" /e:"msdtc bridge 4.0.0.0" 31 | "%windir%\system32\lodctr.exe" /e:"msdtc bridge 3.0.0.0" 32 | "%windir%\system32\lodctr.exe" /e:msdtc 33 | "%windir%\system32\lodctr.exe" /e:lsa 34 | "%windir%\system32\lodctr.exe" /e:esent 35 | "%windir%\system32\lodctr.exe" /e:remoteaccess 36 | "%windir%\system32\lodctr.exe" /e:bits 37 | "%windir%\system32\lodctr.exe" /e:aspnet_state 38 | "%windir%\system32\lodctr.exe" /e:asp.net_4.0.30319 39 | "%windir%\system32\lodctr.exe" /e:asp.net 40 | "%windir%\system32\lodctr.exe" /e:".netframework" 41 | "%windir%\system32\lodctr.exe" /e:".NET CLR Data" 42 | "%windir%\system32\lodctr.exe" /e:".NET CLR Networking" 43 | "%windir%\system32\lodctr.exe" /e:".NET CLR Networking 5.0.0.0" 44 | "%windir%\system32\lodctr.exe" /e:".NET CLR Networking 4.0.0.0" 45 | "%windir%\system32\lodctr.exe" /e:".NET Data Provider for Oracle" 46 | "%windir%\system32\lodctr.exe" /e:".NET Data Provider for SqlServer" 47 | "%windir%\system32\lodctr.exe" /e:".NET Memory Cache 4.0" 48 | "%windir%\system32\lodctr.exe" /e:".NET Memory Cache 4.1" 49 | echo Done! 'Standard' performance counters enabled. 50 | echo. 51 | echo. 52 | echo Press any key to exit... 53 | pause >nul -------------------------------------------------------------------------------- /Batch/Enable_Run_Command.bat: -------------------------------------------------------------------------------- 1 | @ECHO Off 2 | REG delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /f -------------------------------------------------------------------------------- /Batch/Increase Taskbar Transparency.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "UseOLEDTaskbarTransparency" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Maintenance.bat: -------------------------------------------------------------------------------- 1 | "%windir%\system32\Dism.exe" /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth 2 | "%windir%\system32\sfc.exe" /scannow 3 | "%windir%\system32\cleanmgr.exe" 4 | "%windir%\system32\dfrgui.exe" 5 | -------------------------------------------------------------------------------- /Batch/NetFX3 USB Install.bat: -------------------------------------------------------------------------------- 1 | Dism /online /enable-feature /featurename:"NetFX3" /All /Source:"D:\sources\sxs" /LimitAccess 2 | -------------------------------------------------------------------------------- /Batch/OV & UV/CPU overclocking.bat: -------------------------------------------------------------------------------- 1 | CLS 2 | @ECHO OFF 3 | NET SESSION >nul 2>&1 4 | IF %ERRORLEVEL% EQU 0 ( 5 | @powercfg -setacvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 100 6 | @powercfg -setdcvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 100 7 | @Powercfg -setactive SCHEME_CURRENT 8 | @ECHO. 9 | @ECHO CPU Hochgetaktet. Windows jetzt bitte neustarten. 10 | @ECHO. 11 | @PAUSE 12 | ) ELSE ( 13 | @ECHO. 14 | @ECHO Fehler! Diese Datei bitte mit Administrations-Rechten ausfuehren! 15 | @ECHO. 16 | @PAUSE 17 | ) 18 | 19 | -------------------------------------------------------------------------------- /Batch/OV & UV/CPU underclocking.bat: -------------------------------------------------------------------------------- 1 | CLS 2 | @ECHO OFF 3 | NET SESSION >nul 2>&1 4 | IF %ERRORLEVEL% EQU 0 ( 5 | @powercfg -setacvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 74 6 | @powercfg -setdcvalueindex SCHEME_CURRENT SUB_PROCESSOR PROCTHROTTLEMAX 74 7 | @Powercfg -setactive SCHEME_CURRENT 8 | @ECHO. 9 | @ECHO CPU Runtergetaktet. Windows jetzt bitte neustarten. 10 | @ECHO. 11 | @PAUSE 12 | ) ELSE ( 13 | @ECHO. 14 | @ECHO Fehler! Diese Datei bitte mit Administrations-Rechten ausfuehren! 15 | @ECHO. 16 | @PAUSE 17 | ) 18 | 19 | -------------------------------------------------------------------------------- /Batch/Open Pictures With Windows Photo Viewer.bat: -------------------------------------------------------------------------------- 1 | reg add "HKCU\Software\Classes\.jpg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f 2 | reg add "HKCU\Software\Classes\.jpeg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f 3 | reg add "HKCU\Software\Classes\.gif" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f 4 | reg add "HKCU\Software\Classes\.png" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f 5 | reg add "HKCU\Software\Classes\.bmp" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f 6 | reg add "HKCU\Software\Classes\.tiff" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f 7 | reg add "HKCU\Software\Classes\.ico" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f -------------------------------------------------------------------------------- /Batch/Prevent MRT.bat: -------------------------------------------------------------------------------- 1 | reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Remove Most Modern UI Apps.ps1: -------------------------------------------------------------------------------- 1 | Get-AppxPackage -allusers | Remove-AppxPackage -------------------------------------------------------------------------------- /Batch/Remove OneDrive.bat: -------------------------------------------------------------------------------- 1 | taskkill /IM "OneDrive.exe" /F 2 | %windir%\SysWOW64\OneDriveSetup.exe /uninstall 3 | rmdir "%UserProfile%\OneDrive" "%ProgramData%\Microsoft OneDrive" "%LocalAppData%\Microsoft\OneDrive" "C:\OneDriveTemp" /S /Q 4 | reg delete "HKCR\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f 5 | reg delete "HKCR\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f -------------------------------------------------------------------------------- /Batch/Remove Windows Search.bat: -------------------------------------------------------------------------------- 1 | Dism /online /Disable-Feature /FeatureName:"SearchEngine-Client-Package" /Remove -------------------------------------------------------------------------------- /Batch/SearchUI/disable-searchUI.bat: -------------------------------------------------------------------------------- 1 | taskkill /F /IM SearchUI.exe 2 | move "%windir%\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy" "%windir%\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy.bak" 3 | -------------------------------------------------------------------------------- /Batch/Services.bat: -------------------------------------------------------------------------------- 1 | sc delete "AxInstSV" 2 | sc delete "AJRouter" 3 | sc config "BDESVC" start= "disabled" 4 | sc delete "wbengine" 5 | sc delete "CDPUserSvc" 6 | sc delete "CDPSvc" 7 | sc delete "DiagTrack" 8 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\PimIndexMaintenanceSvc" /v "Start" /t "REG_DWORD" /d "4" /f 9 | sc delete "DsSvc" 10 | sc config "DPS" start= "disabled" 11 | sc config "WdiServiceHost" start= "disabled" 12 | sc config "WdiSystemHost" start= "disabled" 13 | sc delete "dmwappushservice" 14 | sc delete "MapsBroker" 15 | sc delete "fhsvc" 16 | sc delete "lfsvc" 17 | sc delete "HomeGroupListener" 18 | sc delete "HomeGroupProvider" 19 | sc delete "HvHost" 20 | sc delete "vmickvpexchange" 21 | sc delete "vmicguestinterface" 22 | sc delete "vmicshutdown" 23 | sc delete "vmicheartbeat" 24 | sc delete "vmicvmsession" 25 | sc delete "vmicrdv" 26 | sc delete "vmictimesync" 27 | sc delete "vmicvss" 28 | sc delete "irmon" 29 | sc delete "MessagingService" 30 | sc delete "diagnosticshub.standardcollector.service" 31 | sc delete "wlidsvc" 32 | sc delete "swprv" 33 | sc delete "smphost" 34 | sc config "SmsRouter" start= "disabled" 35 | sc delete "NcbService" 36 | sc delete "PNRPsvc" 37 | sc delete "p2psvc" 38 | sc delete "p2pimsvc" 39 | sc delete "PerfHost" 40 | sc delete "pla" 41 | sc delete "PhoneSvc" 42 | sc delete "PNRPAutoReg" 43 | sc delete "wercplsupport" 44 | sc delete "SessionEnv" 45 | sc delete "TermService" 46 | sc delete "UmRdpService" 47 | sc delete "RemoteRegistry" 48 | sc delete "RetailDemo" 49 | sc delete "wscsvc" 50 | sc delete "SensorDataService" 51 | sc delete "SensrSvc" 52 | sc delete "SensorService" 53 | sc delete "OneSyncSvc" 54 | sc delete "TapiSrv" 55 | sc delete "TabletInputService" 56 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\UserDataSvc" /v "Start" /t "REG_DWORD" /d "4" /f 57 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\UnistoreSvc" /v "Start" /t "REG_DWORD" /d "4" /f 58 | sc delete "VSS" 59 | sc delete "WalletService" 60 | sc delete "SDRSVC" 61 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\WdNisSvc" /v "Start" /t "REG_DWORD" /d "4" /f 62 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\WinDefend" /v "Start" /t "REG_DWORD" /d "4" /f 63 | sc delete "WEPHOSTSVC" 64 | sc delete "WerSvc" 65 | sc delete "wisvc" 66 | sc delete "icssvc" 67 | sc delete "Ndu" 68 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\WpnUserService" /v "Start" /t "REG_DWORD" /d "4" /f 69 | sc delete "WinRM" 70 | sc delete "WSearch" 71 | sc delete "XblAuthManager" 72 | sc delete "XblGameSave" 73 | sc delete "XboxNetApiSvc" 74 | sc delete "WbioSrvc" 75 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\xbgm" /v "Start" /t "REG_DWORD" /d "4" /f 76 | sc delete "XboxGipSvc" 77 | sc delete "spectrum" 78 | sc delete "wisvc" 79 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\DevicesFlowUserSvc" /v "Start" /t "REG_DWORD" /d "4" /f 80 | sc delete "SEMgrSvc" 81 | sc delete "NaturalAuthentication" 82 | sc delete "WpnService" 83 | sc delete "cplspcon" 84 | sc delete "cphs" 85 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\Sense" /v "Start" /t "REG_DWORD" /d "4" /f 86 | sc delete "DcpSvc" 87 | sc delete "iaStorAfsService" 88 | reg add "HKLM\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener" /v "Start" /t REG_DWORD /d "4" /f 89 | reg add "HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener" /v "Start" /t REG_DWORD /d "4" /f 90 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /v "Start" /t "REG_DWORD" /d "4" /f -------------------------------------------------------------------------------- /Batch/Show All Folders in File Explorer Pane.bat: -------------------------------------------------------------------------------- 1 | reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneShowAllFolders" /t "REG_DWORD" /d "1" /f -------------------------------------------------------------------------------- /Batch/Software/Kaspersky reset example.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | if %processor_architecture% == AMD64 goto X64 3 | if %processor_architecture% == x86 goto X86 4 | :X86 5 | reg add HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\AVP15.0.2\environment /v TrialActCode_kis /t REG_SZ /d "DB AC A7 DB AC BF BF A9 AB BB A1 A9 A4 DB AD DB DA BD D9 D6 " /f 6 | :X64 7 | reg add HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\KasperskyLab\AVP15.0.2\environment /v TrialActCode_kis /t REG_SZ /d "DB AC A7 DB AC BF BF A9 AB BB A1 A9 A4 DB AD DB DA BD D9 D6 " /f -------------------------------------------------------------------------------- /Batch/Software/Low Integrity Firefox.bat: -------------------------------------------------------------------------------- 1 | icacls "C:\Program Files (x86)\Mozilla Firefox\Firefox.exe" /setintegritylevel low 2 | icacls "C:\Users\\AppData\Local\Temp" /setintegritylevel(oi)(ci) low /t 3 | icacls "C:\Users\\AppData\Local\Mozilla" /setintegritylevel(oi)(ci) low /t 4 | icacls "C:\Users\\AppData\Roaming\Mozilla" /setintegritylevel(oi)(ci) low /t 5 | icacls "C:\Users\\Downloads" /setintegritylevel(oi)(ci) low /t 6 | icacls "C:\Users\\AppData\Local\Temp" /setintegritylevel(oi)(ci) low /t 7 | icacls "C:\Users\\AppData\Local\Mozilla" /setintegritylevel(oi)(ci) low /t 8 | icacls "C:\Users\\AppData\Roaming\Mozilla" /setintegritylevel(oi)(ci) low /t 9 | icacls "C:\Users\\Downloads" /setintegritylevel(oi)(ci) low /t -------------------------------------------------------------------------------- /Batch/Software/Opera set integrity level.bat: -------------------------------------------------------------------------------- 1 | icacls "C:\program files\opera x64\opera.exe" /setintegritylevel low 2 | icacls "C:\Users\sec web\AppData\Local\Opera Software" /setintegritylevel(oi)(ci) low /t 3 | icacls "C:\Users\sec web\AppData\Roaming\Opera Software" /setintegritylevel(oi)(ci) low /t -------------------------------------------------------------------------------- /Batch/Software/Remove One-Drive.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cls 3 | 4 | set x86="%SYSTEMROOT%\System32\OneDriveSetup.exe" 5 | set x64="%SYSTEMROOT%\SysWOW64\OneDriveSetup.exe" 6 | 7 | echo Closing OneDrive process. 8 | echo. 9 | taskkill /f /im OneDrive.exe > NUL 2>&1 10 | ping 127.0.0.1 -n 5 > NUL 2>&1 11 | 12 | echo Uninstalling OneDrive. 13 | echo. 14 | if exist %x64% ( 15 | %x64% /uninstall 16 | ) else ( 17 | %x86% /uninstall 18 | ) 19 | ping 127.0.0.1 -n 5 > NUL 2>&1 20 | 21 | echo Removing OneDrive leftovers. 22 | echo. 23 | rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1 24 | rd "C:\OneDriveTemp" /Q /S > NUL 2>&1 25 | rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1 26 | rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1 27 | 28 | echo Removeing OneDrive from the Explorer Side Panel. 29 | echo. 30 | REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1 31 | REG DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1 32 | 33 | -------------------------------------------------------------------------------- /Batch/Spinesnap WU Driver Disable.bat: -------------------------------------------------------------------------------- 1 | :: Initial 2 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDs" /t "REG_DWORD" /d "1" /f 3 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDsRetroactive" /t "REG_DWORD" /d "0" /f 4 | 5 | :: Intel(R) HD Graphics 530 6 | ::reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "1" /t "REG_SZ" /d "PCI\VEN_8086&DEV_191B&SUBSYS_105B1025&REV_06" /f 7 | 8 | :: NVIDIA GeForce GTX 970M 9 | ::reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "2" /t "REG_SZ" /d "PCI\VEN_10DE&DEV_13D8&SUBSYS_105B1025&REV_A1" /f 10 | 11 | :: Realtek High Definition Audio 12 | ::reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "3" /t "REG_SZ" /d "HDAUDIO\FUNC_01&VEN_10EC&DEV_0255&SUBSYS_1025105B&REV_1000" /f 13 | 14 | ::Lift Restrictions 15 | ::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "1" /f 16 | ::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "2" /f 17 | ::reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "3" /f -------------------------------------------------------------------------------- /Batch/Updates/Windows 10 migration uninstall.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Windows 10 migration uninstall 3 | start /w wusa.exe /uninstall /kb:3021917 4 | for /L %%i in (1,1,6) do start /w wusa.exe /uninstall /kb:3035583 5 | start /w wusa.exe /uninstall /kb:2990214 6 | start /w wusa.exe /uninstall /kb:3050265 7 | start /w wusa.exe /uninstall /kb:3065987 8 | start /w wusa.exe /uninstall /kb:3075851 9 | start /w wusa.exe /uninstall /kb:3083324 10 | start /w wusa.exe /uninstall /kb:3083710 11 | start /w wusa.exe /uninstall /kb:3102810 12 | start /w wusa.exe /uninstall /kb:3112343 13 | for /L %%i in (1,1,16) do start /w wusa.exe /uninstall /kb:2952664 14 | start /w wusa.exe /uninstall /kb:2977759 15 | start /w wusa.exe /uninstall /kb:3135445 16 | start /w wusa.exe /uninstall /kb:3123862 17 | rem Telemetry service uninstall 18 | start /w wusa.exe /uninstall /kb:2882822 19 | start /w wusa.exe /uninstall /kb:3022345 20 | start /w wusa.exe /uninstall /kb:3068708 21 | start /w wusa.exe /uninstall /kb:3080149 22 | start /w wusa.exe /uninstall /kb:3075249 23 | start /w wusa.exe /uninstall /kb:3081954 -------------------------------------------------------------------------------- /Batch/Updates/Windows telementry package remover.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Uninstalling KB3021917 (Get Windows 10 preparation & telemetry for Win7) 3 | wusa /uninstall /KB:3021917 /norestart /quiet 4 | echo Uninstalling KB3050265 (update for "Windows Update" on Win7 Jun.2015) 5 | wusa /uninstall /KB:3050265 /norestart /quiet 6 | echo Uninstalling KB3035583 (Get Windows 10 for Win7sp1/8.1) 7 | wusa /uninstall /KB:3035583 /norestart /quiet 8 | echo Uninstalling KB2952664 (Get Windows 10 assistant) 9 | wusa /uninstall /KB:2952664 /norestart /quiet 10 | echo Uninstalling KB2952664 (Get Windows 10 assistant) 11 | for /L %%i in (1,1,13) do start /w wusa.exe /uninstall /kb:2952664 12 | echo Uninstalling KB2990214 (Get Windows 10 for Win7 without sp1) 13 | wusa /uninstall /KB:2990214 /norestart /quiet 14 | echo Uninstalling KB3068708 (telemetry) 15 | wusa /uninstall /KB:3068708 /norestart /quiet 16 | echo Uninstalling KB3022345 (telemetry & replaced the update KB3068708) 17 | wusa /uninstall /KB:3022345 /norestart /quiet 18 | 19 | echo Uninstalling KB3075851 (update for "Windows Update" on Win7/Server 2008R2 Aug.2015 replace KB 3065987) 20 | wusa /uninstall /KB:3075851 /norestart /quiet 21 | echo Uninstalling KB3045999 (MS15-038) 22 | wusa /uninstall /KB:3045999 /norestart /quiet 23 | 24 | echo Uninstalling KB3065987 (update for "Windows Update" on Win7/Server 2008R2 Jul.2015 KB3050265) 25 | wusa /uninstall /KB:3065987 /norestart /quiet 26 | echo Uninstalling KB2976978 (Get Windows 10 preparation for Win8/8.1) 27 | wusa /uninstall /KB:2976978 /norestart /quiet 28 | 29 | echo Uninstalling KB2919355 (ie11 for Win8.1RT/8.1/Server2012r2 Apr.2015 30 | wusa /uninstall /KB:2919355 /norestart /quiet 31 | 32 | echo Uninstalling KB2977759 (Get Windows 10 preparation for Win7 RTM) 33 | wusa /uninstall /KB:2977759 /norestart /quiet 34 | 35 | echo Uninstalling KB3075249 (telemetry for Win7/8.1) 36 | wusa /uninstall /KB:3075249 /norestart /quiet 37 | echo Uninstalling KB3080149 (telemetry for Win7/8.1) 38 | start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart 39 | 40 | echo Uninstalling KB3044374 (Get Windows 10 for Win8.1) 41 | wusa /uninstall /KB:3044374 /norestart /quiet 42 | 43 | wusa /uninstall /KB3075851 /norestart /quiet 44 | echo Uninstalling KB3050265 (update for "Windows Update" Group Police on Win7 Jun.2015 replace 2990214) 45 | wusa /uninstall /kb:3050265 /norestart /quiet 46 | echo Uninstalling KB3083324 (update for "Windows Update" on Win7sp1/Server 2008R2sp1 Sep.2015) 47 | wusa /uninstall /kb:3083324 /norestart /quiet 48 | echo Uninstalling KB2882822 (telemetry "ITraceRelogger" to Embedded Standard7sp1/Win7sp1/Server2008r2Sp1) 49 | wusa /uninstall /kb:2882822 /norestart /quiet 50 | echo Uninstalling KB3075249 (telemetry on Win8.1/RT8.1/Server2012r2/Win7sp1/Server2008r2Sp1) 51 | wusa /uninstall /kb:3075249 /norestart /quiet 52 | echo Uninstalling KB3083325 (update for "Windows Update" on Win8.1/Server2012r2 Sep.2015) 53 | wusa /uninstall /kb:3083325 /quiet /norestart 54 | echo Uninstalling KB3075853 (update for "Windows Update" on Win8.1/Server 2012R2 Aug.2015 replace KB3075851) 55 | wusa /uninstall /kb:3075853 /quiet /norestart 56 | echo Uninstalling KB2902907 (Microsoft Security Essentials) 57 | wusa /uninstall /kb:2902907 /quiet /norestart 58 | echo Uninstalling KB3068708 (telemetry "CEIP" on Win8.1/Server2012r2/Win7sp1/Server2008r2Sp1 59 | wusa /uninstall /kb:3068708 /quiet /norestart 60 | echo Uninstalling KB971033 (license validation) 61 | wusa /uninstall /kb:971033 /quiet /norestart 62 | echo Uninstalling KB2976987 (description not available) 63 | start /w wusa.exe /uninstall /kb:2976987 /quiet /norestart 64 | ECHO OFF 65 | ECHO All done. Press any key to exit. 66 | 67 | PAUSE 68 | 69 | EXIT -------------------------------------------------------------------------------- /Batch/Updates/remove spsupersuded updates.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | dism /online /cleanup-image /spsuperseded 3 | -------------------------------------------------------------------------------- /Batch/Updates/trackingkbs.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | ::=============================================================================================================== 3 | title Windows 7 - 10 spyware KB remover 4 | ::=============================================================================================================== 5 | :: GET ADMIN RIGHTS 6 | ::(NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>&1 7 | ::=============================================================================================================== 8 | :: General SYNTAX 9 | ::wmic qfe get "HotFixID" /format:table 10 | ::wmic qfe list brief /format:texttablewsys >"%Path_of_the_text_file%" 11 | ::wusa.exe /kb:%HotfixId% /uninstall /quiet /norestart 12 | ::=============================================================================================================== 13 | 14 | ::Delete KB2976978 (telemetry for Win8/8.1) 15 | 16 | start /w wusa.exe /uninstall /kb:2976978 /quiet /norestart 17 | 18 | ::Delete KB3075249 (telemetry for Win7/8.1) 19 | ::This update adds telemetry points to the User Account Control (UAC) feature in order to collect data on elevations that come from low integrity levels. 20 | 21 | start /w wusa.exe /uninstall /kb:3075249 /quiet /norestart 22 | 23 | ::Delete KB3080149 (telemetry for Win7/8.1) 24 | ::This package updates the Diagnostics and Telemetry tracking service to existing devices. 25 | 26 | start /w wusa.exe /uninstall /kb:3080149 /quiet /norestart 27 | 28 | ::Delete KB3021917 (telemetry for Win7) 29 | 30 | start /w wusa.exe /uninstall /kb:3021917 /quiet /norestart 31 | 32 | ::Delete KB3022345 (telemetry) 33 | ::(replaced by KB3068708) – This update adds the Diagnostics and Telemetry tracking service to in-market devices. 34 | 35 | start /w wusa.exe /uninstall /kb:3022345 /quiet /norestart 36 | 37 | ::Delete KB3068708 (telemetry) 38 | ::This update introduces the Diagnostics and Telemetry tracking service to existing devices. 39 | 40 | start /w wusa.exe /uninstall /kb:3068708 /quiet /norestart 41 | 42 | ::Delete KB3083324 (telemetry) 43 | ::This update introduces the Diagnostics and Telemetry tracking service to existing devices. 44 | 45 | start /w wusa.exe /uninstall /kb:KB3083324 /quiet /norestart 46 | 47 | ::Delete KB3044374 (Get Windows 10 for Win8.1) 48 | 49 | start /w wusa.exe /uninstall /kb:3044374 /quiet /norestart 50 | 51 | ::Delete KB3035583 (Get Windows 10 for Win7sp1/8.1) 52 | 53 | start /w wusa.exe /uninstall /kb:3035583 /quiet /norestart 54 | 55 | ::Delete KB2990214 (Get Windows 10 for Win7 without sp1) 56 | 57 | start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart 58 | 59 | ::Delete KB2990214 (Get Windows 10 for Win7) 60 | 61 | start /w wusa.exe /uninstall /kb:2990214 /quiet /norestart 62 | 63 | ::Delete KB2952664 (Get Windows 10 assistant) 64 | 65 | start /w wusa.exe /uninstall /kb:2952664 /quiet /norestart 66 | 67 | ::Delete KB3075853 (update for "Windows Update" on Win8.1/Server 2012R2) 68 | 69 | start /w wusa.exe /uninstall /kb:3075853 /quiet /norestart 70 | 71 | ::Delete KB3065987 (update for "Windows Update" on Win7/Server 2008R2) 72 | 73 | start /w wusa.exe /uninstall /kb:3065987 /quiet /norestart 74 | 75 | ::Delete KB3050265 (update for "Windows Update" on Win7) 76 | 77 | start /w wusa.exe /uninstall /kb:3050265 /quiet /norestart 78 | 79 | ::Delete KB3075851 (update for "Windows Update" on Win7) 80 | 81 | start /w wusa.exe /uninstall /kb:971033 /quiet /norestart 82 | 83 | ::Delete KB2902907 (description is not available) 84 | 85 | start /w wusa.exe /uninstall /kb:2902907 /quiet /norestart 86 | 87 | ::=============================================================================================================== 88 | :: Do this as bath process 89 | for %%a in ( 90 | KB2976978 91 | KB3075249 92 | KB3080149 93 | KB3021917 94 | KB3022345 95 | KB3068708 96 | KB3044374 97 | KB2902907 98 | KB3035583 99 | KB2990214 100 | KB2952664 101 | KB3075853 102 | KB3065987 103 | KB3050265 104 | KB971033 105 | KB2902907 106 | KB3083324 107 | 108 | ) do start "" /w wusa /uninstall /kb:%%a /passive /norestart 109 | -------------------------------------------------------------------------------- /Batch/Use Uncompressed JPEG Desktop Backgrounds.bat: -------------------------------------------------------------------------------- 1 | reg add "HKCU\Control Panel\Desktop" /v "JPEGImportQuality" /t "REG_DWORD" /d "100" /f -------------------------------------------------------------------------------- /Batch/VPN.AC OVPN Config example.ps1: -------------------------------------------------------------------------------- 1 | New-Item -ItemType Directory -Force -Path "~\OpenVPN\config" 2 | Invoke-WebRequest "https://vpn.ac/ovpn/AES-256-UDP/us-east_ashburn-aes256-udp.ovpn" -OutFile "~\OpenVPN\config\US East, Ashburn.ovpn" 3 | Invoke-WebRequest "https://vpn.ac/ovpn/AES-256-UDP/canada_toronto-aes256-udp.ovpn" -OutFile "~\OpenVPN\config\Canada, Toronto (P2P).ovpn" -------------------------------------------------------------------------------- /Batch/Windows Priority game tweak.bat: -------------------------------------------------------------------------------- 1 | start steam://rungameid/271590 2 | 3 | timeout 60 4 | 5 | wmic process where name="GTA5.exe" CALL setpriority "high priority" 6 | 7 | wmic process where name="gtavlauncher.exe" CALL setpriority "idle" 8 | 9 | wmic process where name="subprocess.exe" CALL setpriority "idle" 10 | -------------------------------------------------------------------------------- /Batch/cleanup/cleanmgr +shutdown.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | start /wait c:\windows\system32\cleanmgr /sagerun:1 3 | shutdown -s -------------------------------------------------------------------------------- /Batch/install_wim_tweak/1.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-Internet" /r 2 | install_wim_tweak.exe /o /c "Adobe-Flash" /r 3 | install_wim_tweak.exe /o /c "Microsoft-Windows-Cortana" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-Search2" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-SearchEngine" /r 6 | install_wim_tweak.exe /o /c "Microsoft-Windows-RetailDemo" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-ContactSupport" /r 8 | install_wim_tweak.exe /o /c "Microsoft-PPIProjection" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-Backup" /r 10 | install_wim_tweak.exe /o /c "Windows-Defender" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/10.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-OneCore-ApplicationModel-Sync" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-DeviceSync" /r 3 | install_wim_tweak.exe /o /c "Microsoft-Windows-EnterpriseClientSync" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-ShareMedia" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-Telnet" /r 6 | install_wim_tweak.exe /o /c "Microsoft-Windows-Serial" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-SenseClient" /r 8 | install_wim_tweak.exe /o /c "Microsoft-Windows-RDC" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-Proximity" /r 10 | install_wim_tweak.exe /o /c "Microsoft-Windows-Printing-PrintToPDFServices" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/11.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-PerformanceCounters" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-PeerToPeer" /r 3 | install_wim_tweak.exe /o /c "Microsoft-Windows-ParentalControls" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-OneDrive" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-OfflineFiles" /r 6 | install_wim_tweak.exe /o /c "Microsoft-Windows-NFS" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-NetworkDiagnostics" /r 8 | install_wim_tweak.exe /o /c "Microsoft-Windows-Network-QoS" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-MRT10" /r 10 | install_wim_tweak.exe /o /c "Microsoft-Windows-MobileBroadband" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/12.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-OneCore-EnergyEstimationEngine" /r 2 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Networking-MobileBroadbandApi" /r 3 | install_wim_tweak.exe /o /c "Microsoft-OneCore-PointOfService" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-ContentDeliveryManager" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-DataCenterBridging" /r 6 | install_wim_tweak.exe /o /c "Microsoft-Windows-Links" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-Migration" /r 8 | install_wim_tweak.exe /o /c "Microsoft-Windows-MobileCore" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-PeerDist" /r 10 | install_wim_tweak.exe /o /c "Microsoft-Windows-SnippingTool" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/13.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-Store" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-Common-Modem" /r 3 | install_wim_tweak.exe /o /c "DeviceAccess" /r 4 | install_wim_tweak.exe /o /c "Microsoft-OneCore-ESENT" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-InternetExplorer" /r 6 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Multimedia-MFPMP" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-DirectoryServices-ADAM" /r 8 | install_wim_tweak.exe /o /c "microsoft-windows-directoryservices-adam" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-WinRT" /r 10 | install_wim_tweak.exe /o /c "Microsoft-Windows-International" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/14.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-TerminalServices" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-TS" /r 3 | install_wim_tweak.exe /o /c "Microsoft-Windows-Provisioning" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-LanguageEnablingComponents" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/2.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Xbox" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-TroubleShooting" /r 3 | install_wim_tweak.exe /o /c "Microsoft-OneCore-TroubleShooting" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-LanguageFeatures" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-Legacy" /r 6 | install_wim_tweak.exe /o /c "Microsoft-OneCore-SpeechComponents" /r 7 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Gaming" /r 8 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Indexer" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-BioEnrollment" /r 10 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Biometrics" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/3.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-Printing-XPSServices" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-Xps" /r 3 | install_wim_tweak.exe /o /c "Microsoft-Windows-Geolocation" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-Compression" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-BusinessScanning" /r 6 | install_wim_tweak.exe /o /c "Microsoft-Windows-MediaPlayer" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-WindowsMediaPlayer" /r 8 | install_wim_tweak.exe /o /c "Microsoft-Windows-VirtualPC" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-VirtualXP" /r 10 | install_wim_tweak.exe /o /c "Microsoft-Windows-SystemRestore" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/4.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Server-Help" /r 2 | install_wim_tweak.exe /o /c "Sensors-Universal" /r 3 | install_wim_tweak.exe /o /c "MultiPoint-Help" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-WordBreaking" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-WorkplaceJoin" /r 6 | install_wim_tweak.exe /o /c "Microsoft-Windows-WinSATMediaFiles" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-WinOcr" /r 8 | install_wim_tweak.exe /o /c "Microsoft-Windows-WebcamExperience" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-Virtualization" /r 10 | install_wim_tweak.exe /o /c "Microsoft-Windows-TextPrediction" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/5.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "HyperV" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Hyper" /r 3 | install_wim_tweak.exe /o /c "Microsoft-OneCore-HyperV" /r 4 | install_wim_tweak.exe /o /c "Media-FaceAnalysis" /r 5 | install_wim_tweak.exe /o /c "Media-Ocr" /r 6 | install_wim_tweak.exe /o /c "Microsoft-Mobile" /r 7 | install_wim_tweak.exe /o /c "Microsoft-OneCore-AllJoyn" /r 8 | install_wim_tweak.exe /o /c "Microsoft-OneCore-AllowTelemetry" /r 9 | install_wim_tweak.exe /o /c "Microsoft-OneCore-BITS" /r 10 | install_wim_tweak.exe /o /c "Microsoft-OneCore-CameraCaptureUI" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/6.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Connectivity-NFC" /r 2 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Connectivity-Serial" /r 3 | install_wim_tweak.exe /o /c "Microsoft-OneCore-DebugCore" /r 4 | install_wim_tweak.exe /o /c "Microsoft-OneCore-InkPlatform" /r 5 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Maps" /r 6 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Miracast" /r 7 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Multimedia-CastingCommon" /r 8 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Multimedia-CastingReceiver" /r 9 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Multimedia-CastingTransmitter" /r 10 | install_wim_tweak.exe /o /c "Microsoft-OneCore-NowPlayingSessionManager" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/7.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-OneCore-RemoteDesktopServices" /r 2 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Sensors" /r 3 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Tethering" /r 4 | install_wim_tweak.exe /o /c "Microsoft-OneCore-UserDataAccess" /r 5 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Wallet" /r 6 | install_wim_tweak.exe /o /c "Microsoft-OneCore-WebService" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-3DAudio" /r 8 | install_wim_tweak.exe /o /c "Microsoft-Windows-AppCompat" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-BITS" /r 10 | install_wim_tweak.exe /o /c "Microsoft-Windows-Browser" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/8.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-Casting" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-CoreSystem-DebugTransports" /r 3 | install_wim_tweak.exe /o /c "Microsoft-Windows-Help" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-WMIPerf" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-IIS-WebServer" /r 6 | install_wim_tweak.exe /o /c "Microsoft-Windows-Killbits" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-Lxss" /r 8 | install_wim_tweak.exe /o /c "Microsoft-Windows-Media-Streaming" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-MiracastView" /r 10 | install_wim_tweak.exe /o /c "Microsoft-Windows-MobilePC" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/9.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-Shell-HomeGroup" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-Network-Connectivity-Assistant" /r 3 | install_wim_tweak.exe /o /c "Microsoft-Windows-QuickAssist" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-RemoteAssistance" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-RemoteFX" /r 6 | install_wim_tweak.exe /o /c "Microsoft-Windows-RemoteDesktop" /r 7 | install_wim_tweak.exe /o /c "Microsoft-Windows-TabletPC" /r 8 | install_wim_tweak.exe /o /c "Microsoft-Windows-SNMP" /r 9 | install_wim_tweak.exe /o /c "Microsoft-Windows-Skype" /r 10 | install_wim_tweak.exe /o /c "Microsoft-Windows-Shell-SettingSync" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/List Packages.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak /o /l -------------------------------------------------------------------------------- /Batch/install_wim_tweak/README.md: -------------------------------------------------------------------------------- 1 | The scripts here work on the Anniversary update but have not been tested/updated for Creators update. 2 | -------------------------------------------------------------------------------- /Batch/install_wim_tweak/Tests/AllJoyn.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-OneCore-AllJoyn" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/Tests/Biometrics.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Biometrics" /r 2 | install_wim_tweak.exe /o /c "Media-FaceAnalysis" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/Tests/Geolocation.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-Geolocation" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/Tests/Miracast.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Miracast" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-MiracastView" /r 3 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Multimedia-CastingCommon" /r 4 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Multimedia-CastingReceiver" /r 5 | install_wim_tweak.exe /o /c "Microsoft-OneCore-Multimedia-CastingTransmitter" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/Tests/OneDrive.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-OneDrive" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/Tests/Search.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-Windows-Cortana" /r 2 | install_wim_tweak.exe /o /c "Microsoft-OneCore-CortanaComponents" /r 3 | install_wim_tweak.exe /o /c "Microsoft-Windows-Search2" /r 4 | install_wim_tweak.exe /o /c "Microsoft-Windows-SearchEngine" /r 5 | install_wim_tweak.exe /o /c "Microsoft-Windows-ContentDeliveryManager" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/Tests/Telemetry.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Microsoft-OneCore-AllowTelemetry" /r 2 | install_wim_tweak.exe /o /c "Microsoft-Windows-TroubleShooting" /r 3 | install_wim_tweak.exe /o /c "Microsoft-OneCore-TroubleShooting" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/Tests/Windows Defender.cmd: -------------------------------------------------------------------------------- 1 | install_wim_tweak.exe /o /c "Windows-Defender" /r -------------------------------------------------------------------------------- /Batch/install_wim_tweak/install_wim_tweak.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Batch/install_wim_tweak/install_wim_tweak.exe -------------------------------------------------------------------------------- /Batch/pool.ntp.org Time Servers.bat: -------------------------------------------------------------------------------- 1 | w32tm /config /syncfromflags:manual /manualpeerlist:"0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org" -------------------------------------------------------------------------------- /Batch/regedit_full_access.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | ::needs PsExec.exe from Sysinternals Suite 3 | Start "" "C:\Program Files (x86)\Sysinternals Suite\PsExec.exe" -a -i -d -s C:\Windows\regedit.exe 4 | -------------------------------------------------------------------------------- /Batch/registryadmin.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | ::Get full access to all Registry related sub-keys 4 | subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f 5 | subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f 6 | subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f 7 | subinacl /subdirectories %SystemDrive% /grant=administrators=f 8 | subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f 9 | subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f 10 | subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f 11 | subinacl /subdirectories %SystemDrive% /grant=system=f 12 | 13 | @Echo ========================= 14 | @Echo Finished ٩๏̯͡๏۶ ! 15 | @Echo ========================= 16 | @pause 17 | -------------------------------------------------------------------------------- /Batch/restart Explorer.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | taskkill /f /im explorer.exe 3 | start explorer.exe 4 | cls 5 | exit 6 | -------------------------------------------------------------------------------- /Batch/services/DisableDNSClient.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Stop DNS Client 3 | net stop dnscache 4 | :: Disable DNS Client 5 | sc config dnscache start= disabled 6 | :: Exit batch file 7 | exit -------------------------------------------------------------------------------- /Batch/services/EnableDNSClient.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Enable DNS Client 3 | sc config dnscache start= auto 4 | :: Start DNS Client 5 | net start dnscache 6 | :: Exit batch file 7 | exit -------------------------------------------------------------------------------- /Batch/show_hidden_driver_corpses.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | set DEVMGR_SHOW_DETAILS=1 3 | set DEVMGR_SHOW_NONPRESENT_DEVICES=1 4 | call devmgmt.msc 5 | -------------------------------------------------------------------------------- /Boot/Verbose Logon/Disable verbose logon.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Boot/Verbose Logon/Disable verbose logon.reg -------------------------------------------------------------------------------- /Boot/Verbose Logon/Enable verbose logon.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Boot/Verbose Logon/Enable verbose logon.reg -------------------------------------------------------------------------------- /CMD/Doskey support/install.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | REM Needs administratives privileges! 3 | echo Placing your macros.doskey into your own folders. 4 | xcopy macros.doskey %USERPROFILE% /C /-Y /W 5 | echo Installing the registry key now. 6 | reg add "HKCU\Software\Microsoft\Command Processor" /v Autorun /d "doskey /macrofile=\"%USERPROFILE%\macros.doskey\"" /f 7 | echo Done! -------------------------------------------------------------------------------- /CMD/Doskey support/macros.doskey: -------------------------------------------------------------------------------- 1 | editlmhosts=notepad C:\Windows\System32\drivers\etc\hosts 2 | wpad="C:\Program Files\Windows NT\Accessories\wordpad.exe" $1 3 | onedrive="%AppData%\..\Local\Microsoft\OneDrive\OneDrive.exe" -------------------------------------------------------------------------------- /Capslock/Disable Capslock/Disable capslock.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Capslock/Disable Capslock/Disable capslock.reg -------------------------------------------------------------------------------- /Change Icon Cache Size/Change_Icon_Cache_Size.vbs: -------------------------------------------------------------------------------- 1 | ' Created by: Shawn Brink 2 | ' http://www.sevenforums.com 3 | ' Tutorial: http://www.sevenforums.com/tutorials/268478-icon-cache-size-change-windows.html 4 | 5 | 6 | If WScript.Arguments.Count = 0 Then 7 | Set objShell = CreateObject("Shell.Application") 8 | objShell.ShellExecute "wscript.exe", Chr(34) & WScript.ScriptFullName & Chr(34) & " Run", , "runas", 1 9 | Else 10 | const HKEY_LOCAL_MACHINE = &H80000002 11 | strComputer = "." 12 | Set objReg=GetObject( _ 13 | "winmgmts:{impersonationLevel=impersonate}!\\" & _ 14 | strComputer & "\root\default:StdRegProv") 15 | strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" 16 | strValueName = "Max Cached Icons" 17 | Call Reset 18 | 19 | Sub Reset 20 | Reset1 = MsgBox ("Would you like to reset the icon cache size back to default?" & vbNewLine & vbNewLine & "(Yes=Reset No=Change Cancel=Close)", VBYesNoCancel, "Reset Icon Cache Size?") 21 | If IsEmpty(Reset1) Then 22 | WScript.Quit 23 | ElseIf Reset1 = vbYes then 24 | objReg.DeleteValue HKEY_LOCAL_MACHINE,_ 25 | strKeyPath,strValueName 26 | Call Restart 27 | ElseIf Reset1 = vbNo then 28 | Change1 = MsgBox ("Would you like to set a custom icon cache size?" & vbNewLine & vbNewLine & "(Yes=Set Size No=Reset Cancel=Close)", VBYesNoCancel, "Change Icon Cache Size?") 29 | If IsEmpty(Change1) Then 30 | WScript.Quit 31 | ElseIf Change1 = vbNo then 32 | Call Reset 33 | ElseIf Change1 = vbYes then 34 | Call Input 35 | End if 36 | End if 37 | End sub 38 | 39 | 40 | Sub Input 41 | Input1 = InputBox("Enter a number for how many kilobytes you would like the icon cache size to be. (1024 KB = 1 MB)", "Set Icon Cache Size") 42 | Input2 = Input1 43 | If IsEmpty(Input1) Then 44 | WScript.Quit 45 | ElseIf Len(Input1) = 0 Then 46 | Call Input 47 | End if 48 | verify3 = MsgBox ("Is this the correct size in kilobytes?" & vbNewLine & vbNewLine & Input1 & " (1024 KB = 1 MB)", VBYesNo, "Verify Icon Cache Size") 49 | If verify3 = vbNo then 50 | Call Input 51 | ElseIf verify3 = vbYes then 52 | objReg.SetStringValue HKEY_LOCAL_MACHINE,_ 53 | strKeyPath,strValueName,Input2 54 | Call Restart 55 | End if 56 | End sub 57 | 58 | 59 | Sub Restart 60 | Restart1 = MsgBox ("Please Restart computer now to apply.", VBYesNo, "Successfully Finished") 61 | If Restart1 = vbNo then 62 | MsgBox "Please Restart computer soon to apply." 63 | WScript.Quit 64 | ElseIf Restart1 = vbYes then 65 | WScript.CreateObject("WScript.Shell").Run "shutdown.exe -R -F -T 0" 66 | End if 67 | End sub 68 | 69 | End if -------------------------------------------------------------------------------- /Change Owner and Support Info/Change Owner and Support Info.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Change Owner and Support Info/Change Owner and Support Info.reg -------------------------------------------------------------------------------- /Context Menu/Command promt/Command Prompt.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Command promt/Command Prompt.reg -------------------------------------------------------------------------------- /Context Menu/Copy Contents to Clipboard/Add Copy Contents to Clipboard.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Copy Contents to Clipboard/Add Copy Contents to Clipboard.reg -------------------------------------------------------------------------------- /Context Menu/Copy Contents to Clipboard/Add Shift+ Copy Contents to Clipboard.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Copy Contents to Clipboard/Add Shift+ Copy Contents to Clipboard.reg -------------------------------------------------------------------------------- /Context Menu/Copy Contents to Clipboard/Remove Copy Contents to Clipboard.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Copy Contents to Clipboard/Remove Copy Contents to Clipboard.reg -------------------------------------------------------------------------------- /Context Menu/Copy and move to/Add Move To.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Copy and move to/Add Move To.reg -------------------------------------------------------------------------------- /Context Menu/Copy and move to/Remove Copy Move-To.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Copy and move to/Remove Copy Move-To.reg -------------------------------------------------------------------------------- /Context Menu/Copy as Path Option in Windows/Add Copy as Path Option.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Copy as Path Option in Windows/Add Copy as Path Option.reg -------------------------------------------------------------------------------- /Context Menu/Copy as Path Option in Windows/Remove Copy as Path Option.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Copy as Path Option in Windows/Remove Copy as Path Option.reg -------------------------------------------------------------------------------- /Context Menu/Customize tab/Add Customize tab.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Customize tab/Add Customize tab.reg -------------------------------------------------------------------------------- /Context Menu/Customize tab/Remove Customize tab.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Customize tab/Remove Customize tab.reg -------------------------------------------------------------------------------- /Context Menu/GIT promt/git promt.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/GIT promt/git promt.reg -------------------------------------------------------------------------------- /Context Menu/Open Open in new tab context menu/Add Open in new tab context menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Open Open in new tab context menu/Add Open in new tab context menu.reg -------------------------------------------------------------------------------- /Context Menu/Open Open in new tab context menu/Add Shift+Right-click to add Open in new tab context menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Open Open in new tab context menu/Add Shift+Right-click to add Open in new tab context menu.reg -------------------------------------------------------------------------------- /Context Menu/Open Open in new tab context menu/Remove Open in new tab context menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Open Open in new tab context menu/Remove Open in new tab context menu.reg -------------------------------------------------------------------------------- /Context Menu/Properties on Recycle Bin Context Menu/Add Properties to Recycle Bin context menu.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REG Delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V NoPropertiesRecycleBin /F 4 | 5 | REG Delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V NoPropertiesRecycleBin /F 6 | 7 | taskkill /f /im explorer.exe 8 | start explorer.exe -------------------------------------------------------------------------------- /Context Menu/Properties on Recycle Bin Context Menu/Remove Properties from Recycle Bin context menu.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V NoPropertiesRecycleBin /T REG_DWORD /D 1 /F 4 | 5 | REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /V NoPropertiesRecycleBin /T REG_DWORD /D 1 /F 6 | 7 | taskkill /f /im explorer.exe 8 | start explorer.exe -------------------------------------------------------------------------------- /Context Menu/Recyle Bin/Add Empty Recycle Bin context menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Recyle Bin/Add Empty Recycle Bin context menu.reg -------------------------------------------------------------------------------- /Context Menu/Recyle Bin/Remove Empty Recycle Bin context menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Recyle Bin/Remove Empty Recycle Bin context menu.reg -------------------------------------------------------------------------------- /Context Menu/Register and unregister dll and ocx files context menus/Register and unregister dll and ocx files context menus.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Register and unregister dll and ocx files context menus/Register and unregister dll and ocx files context menus.reg -------------------------------------------------------------------------------- /Context Menu/Right click .wim/Add WIM righ tclick.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Right click .wim/Add WIM righ tclick.reg -------------------------------------------------------------------------------- /Context Menu/Right click .wim/Uninstall WIM righ tclick.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Right click .wim/Uninstall WIM righ tclick.reg -------------------------------------------------------------------------------- /Context Menu/Right click .wim/WIMrightclick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Right click .wim/WIMrightclick.png -------------------------------------------------------------------------------- /Context Menu/Safe mode/Add_Safe_Mode_to_Desktop_Context_Menu.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Safe mode/Add_Safe_Mode_to_Desktop_Context_Menu.zip -------------------------------------------------------------------------------- /Context Menu/Secure Delete/Add Secure Delete context menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Secure Delete/Add Secure Delete context menu.reg -------------------------------------------------------------------------------- /Context Menu/Secure Delete/Add Secure Delete to Recycle Bin.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Secure Delete/Add Secure Delete to Recycle Bin.reg -------------------------------------------------------------------------------- /Context Menu/Secure Delete/Remove Secure Delete Context menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Secure Delete/Remove Secure Delete Context menu.reg -------------------------------------------------------------------------------- /Context Menu/Secure Delete/Remove Secure Delete to Recycle Bin.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Secure Delete/Remove Secure Delete to Recycle Bin.reg -------------------------------------------------------------------------------- /Context Menu/Secure Delete/Unpack dir.txt: -------------------------------------------------------------------------------- 1 | C:\Windows\System32 2 | sdelete 3 | 4 | 5 | 6 | C:\Windows\SysWOW64 7 | sdelete64 -------------------------------------------------------------------------------- /Context Menu/Secure Delete/sdelete.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Secure Delete/sdelete.exe -------------------------------------------------------------------------------- /Context Menu/Secure Delete/sdelete64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Secure Delete/sdelete64.exe -------------------------------------------------------------------------------- /Context Menu/TrueCrypt/Truecrypt.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/TrueCrypt/Truecrypt.reg -------------------------------------------------------------------------------- /Context Menu/UEFI Firmware Settings/Add Boot to UEFI Firmware Settings to BOTTOM.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/UEFI Firmware Settings/Add Boot to UEFI Firmware Settings to BOTTOM.reg -------------------------------------------------------------------------------- /Context Menu/UEFI Firmware Settings/Add Boot to UEFI Firmware Settings to MIDDLE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/UEFI Firmware Settings/Add Boot to UEFI Firmware Settings to MIDDLE.reg -------------------------------------------------------------------------------- /Context Menu/UEFI Firmware Settings/Add Boot to UEFI Firmware Settings to TOP.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/UEFI Firmware Settings/Add Boot to UEFI Firmware Settings to TOP.reg -------------------------------------------------------------------------------- /Context Menu/UEFI Firmware Settings/Remove Boot to UEFI Firmware Settings.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/UEFI Firmware Settings/Remove Boot to UEFI Firmware Settings.reg -------------------------------------------------------------------------------- /Context Menu/View Owner/Add View Owner.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/View Owner/Add View Owner.reg -------------------------------------------------------------------------------- /Context Menu/View Owner/Remove View Owner.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/View Owner/Remove View Owner.reg -------------------------------------------------------------------------------- /Context Menu/Windows Update Context Menu In Windows 10/Add Windows Update Context Menu In Windows 10.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Context Menu/Windows Update Context Menu In Windows 10/Add Windows Update Context Menu In Windows 10.reg -------------------------------------------------------------------------------- /Control Panel/Unhide Control Panel items.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Control Panel/Unhide Control Panel items.reg -------------------------------------------------------------------------------- /DISM/Clean Up Image Checkhealth.cmd: -------------------------------------------------------------------------------- 1 | DISM.exe /Online /Cleanup-image /Checkhealth 2 | @pause -------------------------------------------------------------------------------- /DISM/Clean Up Image Restorehealth (use source files).cmd: -------------------------------------------------------------------------------- 1 | Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:J:\sources\install.wim:1 /limitaccess 2 | @pause -------------------------------------------------------------------------------- /DISM/Clean Up Image Restorehealth.cmd: -------------------------------------------------------------------------------- 1 | DISM.exe /Online /Cleanup-image /Restorehealth 2 | @pause -------------------------------------------------------------------------------- /DISM/Clean Up Image Scanhealth.cmd: -------------------------------------------------------------------------------- 1 | DISM.exe /Online /Cleanup-image /Scanhealth 2 | @pause -------------------------------------------------------------------------------- /DISM/ComponentCleanup.cmd: -------------------------------------------------------------------------------- 1 | dism.exe /online /Cleanup-Image /StartComponentCleanup 2 | @pause -------------------------------------------------------------------------------- /DISM/ComponentCleanupMakeUpdatesPerm.cmd: -------------------------------------------------------------------------------- 1 | dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase 2 | @pause -------------------------------------------------------------------------------- /Default Browser/GPO.txt: -------------------------------------------------------------------------------- 1 | https://docs.microsoft.com/en-us/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy -------------------------------------------------------------------------------- /Default Browser/Set Chrome as default Browser.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default Browser/Set Chrome as default Browser.reg -------------------------------------------------------------------------------- /Default Browser/SetDefaultBrowser.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default Browser/SetDefaultBrowser.exe -------------------------------------------------------------------------------- /Default Browser/via control.exe Firefox example.txt: -------------------------------------------------------------------------------- 1 | control.exe /name Microsoft.DefaultPrograms /page pageDefaultProgram\pageAdvancedSettings?pszAppName=Firefox -------------------------------------------------------------------------------- /Default File Extensions/AAC.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/AAC.reg -------------------------------------------------------------------------------- /Default File Extensions/Defaul_XSL.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Defaul_XSL.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_3GP.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_3GP.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_3GPP.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_3GPP.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_ANI.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_ANI.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_ASF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_ASF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_ASPX.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_ASPX.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_ASX.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_ASX.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_AVI.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_AVI.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_AudioCD.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_AudioCD.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_BAS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_BAS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_BAT.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_BAT.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_BIN.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_BIN.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_BMP.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_BMP.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_Briefcase.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_Briefcase.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_CAB.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_CAB.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_CHM.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_CHM.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_CMD.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_CMD.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_COM.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_COM.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_CSS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_CSS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_CUR.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_CUR.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_Contact.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_Contact.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_DB.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_DB.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_DIC.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_DIC.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_DLL.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_DLL.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_DVR-MS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_DVR-MS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_Directory.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_Directory.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_Drive.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_Drive.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_EXE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_EXE.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_Folder.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_Folder.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_GIF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_GIF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_GZ.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_GZ.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_HLP.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_HLP.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_HTA.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_HTA.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_HTM.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_HTM.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_HTML.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_HTML.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_ICO.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_ICO.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_IMG.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_IMG.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_INF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_INF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_INI.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_INI.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_ISO.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_ISO.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_JNT.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_JNT.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_JPE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_JPE.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_JPEG.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_JPEG.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_JPG.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_JPG.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_JS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_JS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_JSE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_JSE.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_LNK_(Shortcut).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_LNK_(Shortcut).reg -------------------------------------------------------------------------------- /Default File Extensions/Default_LOG.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_LOG.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_Library-ms.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_Library-ms.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_M2T.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_M2T.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_M2TS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_M2TS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_M3U.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_M3U.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_M4V.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_M4V.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MKV.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MKV.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MOV.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MOV.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MP3.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MP3.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MP4.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MP4.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MPA.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MPA.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MPE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MPE.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MPEG.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MPEG.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MPG.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MPG.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MSC.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MSC.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MSI.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MSI.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MSP.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MSP.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_MTS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_MTS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_OBJ.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_OBJ.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_OTF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_OTF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_PBK.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_PBK.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_PDF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_PDF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_PNG.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_PNG.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_Package.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_Package.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_REG.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_REG.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_RTF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_RTF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_SCR.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_SCR.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_Search.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_Search.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_TAR.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_TAR.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_TIF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_TIF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_TIFF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_TIFF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_TMP.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_TMP.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_TS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_TS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_TTF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_TTF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_TTS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_TTS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_TXT.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_TXT.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_URL.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_URL.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_VBS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_VBS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_VOB.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_VOB.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_WMA.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_WMA.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_WMV.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_WMV.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_WSF.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_WSF.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_XML.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_XML.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_XPS.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_XPS.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_ZIP.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_ZIP.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_bak.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_bak.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_cpp.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_cpp.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_dat.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_dat.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_h.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_h.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_manifest.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_manifest.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_ps1.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_ps1.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_theme.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_theme.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_themepack.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_themepack.reg -------------------------------------------------------------------------------- /Default File Extensions/Default_wav.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Default_wav.reg -------------------------------------------------------------------------------- /Default File Extensions/Type.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Type.reg -------------------------------------------------------------------------------- /Default File Extensions/Unknown.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/Unknown.reg -------------------------------------------------------------------------------- /Default File Extensions/ai.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/ai.reg -------------------------------------------------------------------------------- /Default File Extensions/cer.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/cer.reg -------------------------------------------------------------------------------- /Default File Extensions/crt.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/crt.reg -------------------------------------------------------------------------------- /Default File Extensions/default_cpl.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/default_cpl.reg -------------------------------------------------------------------------------- /Default File Extensions/der.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/der.reg -------------------------------------------------------------------------------- /Default File Extensions/m4a.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/m4a.reg -------------------------------------------------------------------------------- /Default File Extensions/mapimail.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/mapimail.reg -------------------------------------------------------------------------------- /Default File Extensions/mhtml.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/mhtml.reg -------------------------------------------------------------------------------- /Default File Extensions/nfo.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/nfo.reg -------------------------------------------------------------------------------- /Default File Extensions/psd.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/psd.reg -------------------------------------------------------------------------------- /Default File Extensions/svg.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Default File Extensions/svg.reg -------------------------------------------------------------------------------- /Delete Windows.OLD Folder/Readme.txt: -------------------------------------------------------------------------------- 1 | %SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535 -------------------------------------------------------------------------------- /Delete files faster/Fast Deleting files.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Delete files faster/Fast Deleting files.reg -------------------------------------------------------------------------------- /Delete files faster/fastdel.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | ECHO Delete Folder: %CD%? 3 | PAUSE 4 | SET FOLDER=%CD% 5 | CD / 6 | DEL /F/Q/S "%FOLDER%" > NUL 7 | RMDIR /Q/S "%FOLDER%" 8 | EXIT -------------------------------------------------------------------------------- /Disable Hybrid Sleep/off.txt: -------------------------------------------------------------------------------- 1 | Open cmd.exe as admin, type in: 2 | 3 | powercfg -h off -------------------------------------------------------------------------------- /Disable Hybrid Sleep/on.txt: -------------------------------------------------------------------------------- 1 | Open cmd.exe as admin, type in: 2 | 3 | powercfg -h on -------------------------------------------------------------------------------- /Enable verbose service startup shutdown messages/Enable verbose service messages.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Enable verbose service startup shutdown messages/Enable verbose service messages.reg -------------------------------------------------------------------------------- /Explorer/Automatic Mounting of New Disks and Drives/Disable automatic mounting of new volumes.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Automatic Mounting of New Disks and Drives/Disable automatic mounting of new volumes.reg -------------------------------------------------------------------------------- /Explorer/Automatic Mounting of New Disks and Drives/Enable automatic mounting of new volumes.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Automatic Mounting of New Disks and Drives/Enable automatic mounting of new volumes.reg -------------------------------------------------------------------------------- /Explorer/Classic Icons for ALT+TAB/Use Alt+Tab classic icons.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /V AltTabSettings /T REG_DWORD /D 1 /F 4 | 5 | taskkill /f /im explorer.exe 6 | start explorer.exe -------------------------------------------------------------------------------- /Explorer/Classic Icons for ALT+TAB/Use Alt+Tab thumbnail previews.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /V AltTabSettings /T REG_DWORD /D 0 /F 4 | 5 | taskkill /f /im explorer.exe 6 | start explorer.exe -------------------------------------------------------------------------------- /Explorer/Detailed Status Messages at Shut down/Disable highly detailed status messages.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Detailed Status Messages at Shut down/Disable highly detailed status messages.reg -------------------------------------------------------------------------------- /Explorer/Detailed Status Messages at Shut down/Enable highly detailed status messages.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Detailed Status Messages at Shut down/Enable highly detailed status messages.reg -------------------------------------------------------------------------------- /Explorer/Disable Windows Explorer StatusBar/Disable Windows Explorer StatusBar - Copy.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Disable Windows Explorer StatusBar/Disable Windows Explorer StatusBar - Copy.reg -------------------------------------------------------------------------------- /Explorer/Disable Windows Explorer StatusBar/Enable Windows Explorer StatusBar.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Disable Windows Explorer StatusBar/Enable Windows Explorer StatusBar.reg -------------------------------------------------------------------------------- /Explorer/Display Full Path in Title Bar of File Explorer/Display Folder Name in Title Bar of File Explorer.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState" /V FullPath /T REG_DWORD /D 0 /F 4 | 5 | taskkill /f /im explorer.exe 6 | start explorer.exe -------------------------------------------------------------------------------- /Explorer/Display Full Path in Title Bar of File Explorer/Display Full Path in Title Bar of File Explorer.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState" /V FullPath /T REG_DWORD /D 1 /F 4 | 5 | taskkill /f /im explorer.exe 6 | start explorer.exe -------------------------------------------------------------------------------- /Explorer/Narrator Diagnostic Data/Disable Diagnostic Data of Narrator.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Narrator Diagnostic Data/Disable Diagnostic Data of Narrator.reg -------------------------------------------------------------------------------- /Explorer/Narrator Diagnostic Data/Enable Diagnostic Data of Narrator.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Narrator Diagnostic Data/Enable Diagnostic Data of Narrator.reg -------------------------------------------------------------------------------- /Explorer/Network Connectivity Status Indicator (NCSI)/Network Connectivity Status Indicator (NCSI) undo.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Network Connectivity Status Indicator (NCSI)/Network Connectivity Status Indicator (NCSI) undo.reg -------------------------------------------------------------------------------- /Explorer/Network Connectivity Status Indicator (NCSI)/Network Connectivity Status Indicator (NCSI).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Network Connectivity Status Indicator (NCSI)/Network Connectivity Status Indicator (NCSI).reg -------------------------------------------------------------------------------- /Explorer/Remove Compatibility tab from properties/Add Compatibility tab to properties.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Remove Compatibility tab from properties/Add Compatibility tab to properties.reg -------------------------------------------------------------------------------- /Explorer/Remove Compatibility tab from properties/Remove Compatibility tab from properties.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Remove Compatibility tab from properties/Remove Compatibility tab from properties.reg -------------------------------------------------------------------------------- /Explorer/Remove Details Tab from Properties Window/Remove Details Tab.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Remove Details Tab from Properties Window/Remove Details Tab.reg -------------------------------------------------------------------------------- /Explorer/Remove Details Tab from Properties Window/Restore Details Tab.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Remove Details Tab from Properties Window/Restore Details Tab.reg -------------------------------------------------------------------------------- /Explorer/Remove windows store taskbar/Remove windows store taskbar.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Remove windows store taskbar/Remove windows store taskbar.reg -------------------------------------------------------------------------------- /Explorer/Set Explorer's Folder properties/Set Explorer's Folder properties.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Set Explorer's Folder properties/Set Explorer's Folder properties.reg -------------------------------------------------------------------------------- /Explorer/Show shadows under windows/Show shadows under windows.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Show shadows under windows/Show shadows under windows.reg -------------------------------------------------------------------------------- /Explorer/Size of Scroll Bars/Default size of Scroll Bars.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/Explorer/Size of Scroll Bars/Default size of Scroll Bars.reg -------------------------------------------------------------------------------- /External Software/AMD/Disable Load all devices and drivers.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/AMD/Disable Load all devices and drivers.reg -------------------------------------------------------------------------------- /External Software/AMD/Enable Load all devices and drivers.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/AMD/Enable Load all devices and drivers.reg -------------------------------------------------------------------------------- /External Software/Adobe premiere Pro 2018/Premiere12Portable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Adobe premiere Pro 2018/Premiere12Portable.reg -------------------------------------------------------------------------------- /External Software/EMET/EMET cert pinning info.txt: -------------------------------------------------------------------------------- 1 | EMET 5.1+ required 2 | 3 | EMET cert pinning is not only limited to Internet Explorer or Spartan, by modifing HKLM\SOFTWARE\Microsoft\EMET: EMET_CE value, we can protect any 3rd party browser as long as it uses OS cert store. 4 | -------------------------------------------------------------------------------- /External Software/EMET/EMET v5.2.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/EMET/EMET v5.2.reg -------------------------------------------------------------------------------- /External Software/Firefox/Block About Config pages/Block Firefox About pages.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Firefox/Block About Config pages/Block Firefox About pages.reg -------------------------------------------------------------------------------- /External Software/Firefox/Block About Config pages/Unblock Firefox About pages.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Firefox/Block About Config pages/Unblock Firefox About pages.reg -------------------------------------------------------------------------------- /External Software/Firefox/Disable Firefox Crash Reporter.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Firefox/Disable Firefox Crash Reporter.reg -------------------------------------------------------------------------------- /External Software/Games/Resident Evil Operation Raccoon City/surya.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Games/Resident Evil Operation Raccoon City/surya.reg -------------------------------------------------------------------------------- /External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Guest Mode/Disable Guest Mode (all users).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Guest Mode/Disable Guest Mode (all users).reg -------------------------------------------------------------------------------- /External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Guest Mode/Disable Guest Mode (current users).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Guest Mode/Disable Guest Mode (current users).reg -------------------------------------------------------------------------------- /External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Guest Mode/Enable Guest Mode (all users).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Guest Mode/Enable Guest Mode (all users).reg -------------------------------------------------------------------------------- /External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Guest Mode/Enable Guest Mode (current users).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Guest Mode/Enable Guest Mode (current users).reg -------------------------------------------------------------------------------- /External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Hide Bookmark Page/Hide Bookmarks Bar on New Tab Page.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Hide Bookmark Page/Hide Bookmarks Bar on New Tab Page.reg -------------------------------------------------------------------------------- /External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Hide Bookmark Page/Show Bookmarks Bar on New Tab Page.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Hide Bookmark Page/Show Bookmarks Bar on New Tab Page.reg -------------------------------------------------------------------------------- /External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Sign In and Sync/Disable Sign In and Sync.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Google Chrome/Disable Google Chrome Sign In and Sync/Sign In and Sync/Disable Sign In and Sync.reg -------------------------------------------------------------------------------- /External Software/Intel MEI/DisableAutostart for MEI App.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Intel MEI/DisableAutostart for MEI App.reg -------------------------------------------------------------------------------- /External Software/Intel MEI/Enable Autostart for MEI App.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Intel MEI/Enable Autostart for MEI App.reg -------------------------------------------------------------------------------- /External Software/Intel RST/DisableAN.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Intel RST/DisableAN.reg -------------------------------------------------------------------------------- /External Software/Internet Download Manager/IDMCleaner.bat: -------------------------------------------------------------------------------- 1 | :: IDM Registry Cleaner 2 | :: Completely cleans registry of all IDM fake serial leftovers 3 | 4 | @ECHO OFF 5 | @TITLE IDM Registry Cleaner 6 | @COLOR 0E 7 | @ECHO :: IDM Registry Cleaner 8 | @ECHO :: Compeletely cleans registry of all IDM fake serial leftovers 9 | @ECHO. 10 | 11 | TASKKILL /F /IM IDMan.exe 12 | @ECHO. 13 | 14 | @echo HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt 15 | @regini permdel.txt 16 | @echo HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >permdel.txt 17 | @regini permdel.txt 18 | @echo HKEY_CURRENT_USER\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt 19 | @regini permdel.txt 20 | @echo HKEY_CURRENT_USER\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >permdel.txt 21 | @regini permdel.txt 22 | @echo HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt 23 | @regini permdel.txt 24 | @echo HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >permdel.txt 25 | @regini permdel.txt 26 | @echo HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt 27 | @regini permdel.txt 28 | @echo HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} [7] >permdel.txt 29 | @regini permdel.txt 30 | @del permdel.txt 31 | 32 | @ECHO. 33 | REG DELETE HKCU\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f 34 | REG DELETE HKCU\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f 35 | REG DELETE HKCU\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f 36 | REG DELETE HKCU\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f 37 | REG DELETE HKLM\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f 38 | REG DELETE HKLM\Software\Classes\Wow6432Node\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f 39 | REG DELETE HKLM\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} /f 40 | REG DELETE HKLM\Software\Classes\CLSID\{5ED60779-4DE2-4E07-B862-974CA4FF2E9C} /f 41 | 42 | @ECHO. 43 | REG DELETE HKCU\Software\DownloadManager /v CheckUpdtVM /f 44 | REG DELETE HKCU\Software\DownloadManager /v scansk /f 45 | REG DELETE HKCU\Software\DownloadManager /v tvfrdt /f 46 | 47 | @ECHO. 48 | REG DELETE HKCU\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7} /f 49 | REG DELETE HKCU\Software\Classes\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192} /f 50 | REG DELETE HKCU\Software\Classes\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671} /f 51 | REG DELETE HKLM\Software\Classes\CLSID\{07999AC3-058B-40BF-984F-69EB1E554CA7} /f 52 | REG DELETE HKLM\Software\Classes\CLSID\{6DDF00DB-1234-46EC-8356-27E7B2051192} /f 53 | REG DELETE HKLM\Software\Classes\CLSID\{D5B91409-A8CA-4973-9A0B-59F713D25671} /f 54 | 55 | @ECHO. 56 | REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Internet Download Manager" /f 57 | REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Internet Download Manager" /f 58 | 59 | @ECHO. 60 | REG DELETE HKEY_CURRENT_USER\Software\DownloadManager /v FName /f 61 | REG DELETE HKEY_CURRENT_USER\Software\DownloadManager /v LName /f 62 | REG DELETE HKEY_CURRENT_USER\Software\DownloadManager /v Email /f 63 | REG DELETE HKEY_CURRENT_USER\Software\DownloadManager /v Serial /f 64 | REG DELETE HKEY_USERS\S-1-5-21-2754736582-2265559669-3571272114-1001\Software\DownloadManager /v FName /f 65 | REG DELETE HKEY_USERS\S-1-5-21-2754736582-2265559669-3571272114-1001\Software\DownloadManager /v LName /f 66 | REG DELETE HKEY_USERS\S-1-5-21-2754736582-2265559669-3571272114-1001\Software\DownloadManager /v Email /f 67 | REG DELETE HKEY_USERS\S-1-5-21-2754736582-2265559669-3571272114-1001\Software\DownloadManager /v Serial /f 68 | @ECHO. 69 | 70 | @ECHO :: IDM registry cleaning is complete. 71 | @ECHO :: Next step, block all IDM IPs via a firewall. 72 | @ECHO :: After, run IDM and register with a fake serial. 73 | 74 | @ECHO. 75 | @PAUSE -------------------------------------------------------------------------------- /External Software/Internet Download Manager/Unregister.IDM.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Internet Download Manager/Unregister.IDM.reg -------------------------------------------------------------------------------- /External Software/Java/Disable Java Auto-Update.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Java/Disable Java Auto-Update.reg -------------------------------------------------------------------------------- /External Software/Kaspersky/Disable daily trial notification 2016.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Kaspersky/Disable daily trial notification 2016.reg -------------------------------------------------------------------------------- /External Software/Kaspersky/Disable daily trial notification 2017.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Kaspersky/Disable daily trial notification 2017.reg -------------------------------------------------------------------------------- /External Software/Kaspersky/Disable daily trial notification 2018.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Kaspersky/Disable daily trial notification 2018.reg -------------------------------------------------------------------------------- /External Software/Kaspersky/Disable daily trial notification 2019.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Kaspersky/Disable daily trial notification 2019.reg -------------------------------------------------------------------------------- /External Software/Kaspersky/YOQ8GX.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Kaspersky/YOQ8GX.jpg -------------------------------------------------------------------------------- /External Software/LibreOffice/Disable OpenGL.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/LibreOffice/Disable OpenGL.reg -------------------------------------------------------------------------------- /External Software/LibreOffice/Enable OpenGL.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/LibreOffice/Enable OpenGL.reg -------------------------------------------------------------------------------- /External Software/Local Group Policy Editor for every Windows Version/Policy Plus.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Local Group Policy Editor for every Windows Version/Policy Plus.exe -------------------------------------------------------------------------------- /External Software/Local Group Policy Editor for every Windows Version/Source.txt: -------------------------------------------------------------------------------- 1 | https://github.com/Fleex255/PolicyPlus -------------------------------------------------------------------------------- /External Software/MPC-HC BE/Best Quality settings.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/MPC-HC BE/Best Quality settings.reg -------------------------------------------------------------------------------- /External Software/MPC-HC/Clean all MPC-HC registry stuff.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/MPC-HC/Clean all MPC-HC registry stuff.reg -------------------------------------------------------------------------------- /External Software/O&O ShutUp10/Readme.txt: -------------------------------------------------------------------------------- 1 | This is what the product do (without any gui). 2 | 3 | The .reg and .batch are the same tweaks in an different format. 4 | 5 | 6 | Original product page: 7 | http://www.oo-software.com/en/shutup10 -------------------------------------------------------------------------------- /External Software/O&O ShutUp10/ooshutup10_CK_settings.cfg: -------------------------------------------------------------------------------- 1 | ############################################################################ 2 | # This file was created with O&O ShutUp10 and can be imported onto another computer. 3 | # 4 | # Download the application at https://www.oo-software.com/en/shutup10 5 | # You can then import the file from within the program. 6 | # 7 | # Alternatively you can import it automatically over a command line. Simply use 8 | # the following parameter: 9 | # ooshutup10.exe 10 | # 11 | # Selecting the Option /quiet ends the app right after the import and the user does not 12 | # get any feedback about the import. 13 | # 14 | # We are always happy to answer any questions you may have! 15 | # (c) 2015-2018 O&O Software GmbH, Berlin. https://www.oo-software.com/ 16 | ############################################################################ 17 | 18 | [CHEF-KOCH\CHEF-KOCH\CHEF-KOCH\O&O ShutUp10\1.4] 19 | Initial State=P001 +|P002 +|P003 +|P004 +|P005 +|P006 +|P008 +|P017 +|P026 +|P027 +|P028 +|P009 +|P010 -|P015 +|P016 +|P007 +|P025 +|P023 +|P012 -|P013 -|P019 -|P020 +|P011 +|P018 +|P021 +|P022 +|P014 +|P029 +|P030 +|P031 +|P032 -|P024 +|S001 +|S002 +|S003 +|S004 +|S005 +|S008 +|S009 +|S010 +|E001 +|E002 +|E003 -|E008 -|E007 +|E010 -|E009 +|E004 +|E005 +|E006 +|Y001 +|Y002 +|Y003 +|Y004 +|Y005 +|Y006 +|Y007 +|C012 +|C002 +|C004 +|C005 +|C006 +|C007 +|C008 +|C009 +|C010 +|C011 -|L001 +|L002 +|L003 +|L004 +|L005 +|L006 +|L007 +|L008 +|U001 +|U002 +|U003 +|U004 +|W001 +|W002 +|W003 +|W011 +|W004 +|W005 -|W010 -|W009 +|W006 -|W007 -|W008 -|M006 +|M011 +|M010 +|O003 +|O001 +|S012 -|S013 -|S014 +|S011 +|K001 +|K002 +|K005 -|M001 +|M002 +|M003 +|M004 +|M005 +|M012 +|M013 +|M014 +|M015 +|N001 + 20 | Recent State=P001 +|P002 +|P003 +|P004 +|P005 +|P006 +|P008 +|P017 +|P026 +|P027 +|P028 +|P009 +|P010 -|P015 +|P016 +|P007 +|P025 +|P023 +|P012 -|P013 -|P019 -|P020 +|P011 +|P018 +|P021 +|P022 +|P014 +|P029 +|P030 +|P031 +|P032 -|P024 +|S001 +|S002 +|S003 +|S004 +|S005 +|S008 +|S009 +|S010 +|E001 +|E002 +|E003 +|E008 +|E007 +|E010 +|E009 +|E004 +|E005 +|E006 +|Y001 +|Y002 +|Y003 +|Y004 +|Y005 +|Y006 +|Y007 +|C012 +|C002 +|C004 +|C005 +|C006 +|C007 +|C008 +|C009 +|C010 +|C011 +|L001 +|L002 +|L003 +|L004 +|L005 +|L006 +|L007 +|L008 +|U001 +|U002 +|U003 +|U004 +|W001 +|W002 +|W003 +|W011 +|W004 +|W005 -|W010 -|W009 +|W006 -|W007 -|W008 -|M006 +|M011 +|M010 +|O003 +|O001 +|S012 +|S013 +|S014 +|S011 +|K001 +|K002 +|K005 +|M001 +|M002 +|M003 +|M004 +|M005 +|M012 +|M013 +|M014 +|M015 +|N001 + 21 | [O&O ShutUp10\1.6] 22 | WindowPosition=44|0|1|-1|-1|-1|-1|776|535|1335|176 23 | -------------------------------------------------------------------------------- /External Software/O&O ShutUp10/reg tweaks.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/O&O ShutUp10/reg tweaks.reg -------------------------------------------------------------------------------- /External Software/Office Telemetry/Disable data collection for Telemetry Agent/Disable data collection for Telemetry Agent.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Office Telemetry/Disable data collection for Telemetry Agent/Disable data collection for Telemetry Agent.reg -------------------------------------------------------------------------------- /External Software/Office Telemetry/Disable data collection for Telemetry Agent/Enable data collection for Telemetry Agent.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Office Telemetry/Disable data collection for Telemetry Agent/Enable data collection for Telemetry Agent.reg -------------------------------------------------------------------------------- /External Software/Office Telemetry/Enable file obfuscation/Disable file obfuscation .reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Office Telemetry/Enable file obfuscation/Disable file obfuscation .reg -------------------------------------------------------------------------------- /External Software/Office Telemetry/Enable file obfuscation/Enable file obfuscation.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/External Software/Office Telemetry/Enable file obfuscation/Enable file obfuscation.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | When contributing to my repository, please first discuss the change you wish to make via issue 4 | ticket, email, or any other method with the owners of this repository before making a change. 5 | 6 | Please note that I have a code of conduct, please follow it in all your interactions with the project. 7 | 8 | ## Pull Request Process 9 | 10 | 1. Ensure you fetch the latest versions. 11 | 2. Update the README.md with the changes which needs to be mention (in case something changed). 12 | 13 | 14 | ## Code of Conduct 15 | 16 | ### Our Pledge 17 | 18 | In the interest of fostering an open and welcoming environment, we as 19 | contributors and maintainers pledge to making participation in our project and 20 | our community a harassment-free experience for everyone, regardless of age, body 21 | size, disability, ethnicity, gender identity and expression, level of experience, 22 | nationality, personal appearance, race, religion, or sexual identity and 23 | orientation. 24 | 25 | ### Our Standards 26 | 27 | Examples of behavior that contributes to creating a positive environment 28 | include: 29 | 30 | * Using welcoming and inclusive language 31 | * Being respectful of differing viewpoints and experiences 32 | * Gracefully accepting constructive criticism 33 | * Focusing on what is best for the community 34 | * Showing empathy towards other community members 35 | 36 | Examples of unacceptable behavior by participants include: 37 | 38 | * The use of sexualized language or imagery and unwelcome sexual attention or 39 | advances 40 | * Trolling, insulting/derogatory comments, and personal or political attacks 41 | * Public or private harassment 42 | * Publishing others' private information, such as a physical or electronic 43 | address, without explicit permission 44 | * Other conduct which could reasonably be considered inappropriate in a 45 | professional setting 46 | * Submitting something without doing research, testing or something which was 47 | copied from the internet without any substantial evidence. 48 | 49 | ### Our Responsibilities 50 | 51 | Project maintainers are responsible for clarifying the standards of acceptable 52 | behavior and are expected to take appropriate and fair corrective action in 53 | response to any instances of unacceptable behavior. 54 | 55 | Project maintainers have the right and responsibility to remove, edit, or 56 | reject comments, commits, code, wiki edits, issues, and other contributions 57 | that are not aligned to this Code of Conduct, or to ban temporarily or 58 | permanently any contributor for other behaviors that they deem inappropriate, 59 | threatening, offensive, or harmful. 60 | 61 | ### Scope 62 | 63 | This Code of Conduct applies both within project spaces and in public spaces 64 | when an individual is representing the project or its community. Examples of 65 | representing a project or community include using an official project e-mail 66 | address, posting via an official social media account, or acting as an appointed 67 | representative at an online or offline event. Representation of a project may be 68 | further defined and clarified by project maintainers. 69 | 70 | ### Enforcement 71 | 72 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 73 | reported by contacting the project team via [eMail](https://github.com/CHEF-KOCH/GamingTweaks/blob/master/.github/eMail/publickey.CHEF-KOCH%40protonmail.com.asc). All 74 | complaints will be reviewed and investigated and will result in a response that 75 | is deemed necessary and appropriate to the circumstances. The project team is 76 | obligated to maintain confidentiality with regard to the reporter of an incident. 77 | Further details of specific enforcement policies may be posted separately. 78 | 79 | Project maintainers who do not follow or enforce the Code of Conduct in good 80 | faith may face temporary or permanent repercussions as determined by other 81 | members of the project's leadership. 82 | 83 | ### Attribution 84 | 85 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 86 | available at [http://contributor-covenant.org/version/1/4][version]. 87 | 88 | [homepage]: http://contributor-covenant.org 89 | [version]: http://contributor-covenant.org/version/1/4/ 90 | -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/Ansel/Ansel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/Ansel/Ansel.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/CRU/CRU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/CRU/CRU.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/CRU/CRUrestart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/CRU/CRUrestart.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/Driver Folders/Driver Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/Driver Folders/Driver Folder.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/FreeSync 2/FreeSync 2 Low Framerate Compensation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/FreeSync 2/FreeSync 2 Low Framerate Compensation.jpg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/HPET/HPET Intel and AMD April Update system timer resolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/HPET/HPET Intel and AMD April Update system timer resolution.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/ISLC/ISLC v1.0.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/ISLC/ISLC v1.0.1.0.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/LatencyMon/LatencyMon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/LatencyMon/LatencyMon.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/Monitor/Variable Refresh Rate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/Monitor/Variable Refresh Rate.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/PCIe 4.0/Gaming on PCIe 4.0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/PCIe 4.0/Gaming on PCIe 4.0.jpg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/PCIe 4.0/PCIe 4.0 and Gaming impact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/PCIe 4.0/PCIe 4.0 and Gaming impact.jpg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/TCP settings/Default TCP settings Win 1803.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/TCP settings/Default TCP settings Win 1803.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/TCP settings/Not efficent!.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/TCP settings/Not efficent!.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/TRIM/enable-trim-support.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/TRIM/enable-trim-support.jpg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/Threadripper/Threadripper core prio bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/Threadripper/Threadripper core prio bug.png -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/Windows Ads/explorer-ads.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/Windows Ads/explorer-ads.jpg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Pictures/Windows Gaming Tweaks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Pictures/Windows Gaming Tweaks.jpg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Powerplan/AMD Ryzen/AMD Ryzen 3k.x Power-Plan-V3 by CHEF-KOCH.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Powerplan/AMD Ryzen/AMD Ryzen 3k.x Power-Plan-V3 by CHEF-KOCH.pow -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Powerplan/AMD Ryzen/install.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo. 3 | echo ********************************************* 4 | echo * AMD Ryzen 3k.x Power-Plan-V3 by CHEF-KOCH * 5 | echo ********************************************* 6 | echo. 7 | echo Installing... 8 | echo. 9 | powercfg -import "%~dp0\AMD Ryzen 3k.x Power-Plan-V3 by CHEF-KOCH.pow" 10 | echo. 11 | echo. 12 | echo The power plan has been installed, please activate it via "power options" - "additional plans" 13 | echo. 14 | pause 15 | 16 | -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Dithering/AMD/Disable dithering.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | ; Test 4 | ; https://github.com/jursonovicst/gradient 5 | 6 | 7 | ; It's wrong that this is controlled by atikmdag.sys! 8 | ; DP = DisplayPort 9 | ; HDMI = HDMI 10 | ; TMDS = DVI 11 | 12 | [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}\0000] 13 | "DP_DisableDither"=dword:00000000 14 | "Embedded_DisableDither"=dword:00000001 15 | "HDMI_DisableDither"=dword:00000000 16 | "TMDS_DisableDither"=dword:00000000 17 | 18 | -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Intel/Intel Transactional Synchronization Extensions (TSX)/Disable Intel Transactional Synchronization Extensions (TSX) (default).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Intel/Intel Transactional Synchronization Extensions (TSX)/Disable Intel Transactional Synchronization Extensions (TSX) (default).reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Intel/Intel Transactional Synchronization Extensions (TSX)/Enable Intel Transactional Synchronization Extensions (TSX).reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Intel/Intel Transactional Synchronization Extensions (TSX)/Enable Intel Transactional Synchronization Extensions (TSX).reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Intel/Speculative execution/Disable speculative-execution INSECURE BUT MORE PERFORMANCE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Intel/Speculative execution/Disable speculative-execution INSECURE BUT MORE PERFORMANCE.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Intel/Speculative execution/default.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Intel/Speculative execution/default.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/NTFS/NtfsDisableLastAccessUpdate/NtfsDisableLastAccessUpdate.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/NTFS/NtfsDisableLastAccessUpdate/NtfsDisableLastAccessUpdate.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Autorun/Disable CD autorun.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Autorun/Disable CD autorun.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Desktop/Restore classic contex menu/Restore Personalize Context Item.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Desktop/Restore classic contex menu/Restore Personalize Context Item.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Explorer/Immersive Alt-Tab/Immersive Alt-Tab App Switcher.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Explorer/Immersive Alt-Tab/Immersive Alt-Tab App Switcher.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Explorer/Immersive Alt-Tab/Legacy Alt-Tab App Switcher.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Explorer/Immersive Alt-Tab/Legacy Alt-Tab App Switcher.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Explorer/Toast or Balloon Notifications/Immersive Toast Notifications.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Explorer/Toast or Balloon Notifications/Immersive Toast Notifications.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Explorer/Toast or Balloon Notifications/Legacy Balloon Notifications.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Explorer/Toast or Balloon Notifications/Legacy Balloon Notifications.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Immersive Menus/Immersive Menues/Disable Immersive Menus.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Immersive Menus/Immersive Menues/Disable Immersive Menus.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Immersive Menus/Immersive Menues/Use Immersive Menus.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Immersive Menus/Immersive Menues/Use Immersive Menus.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Immersive Shell/Battery Flyout/Immersive Battery Flyout.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Immersive Shell/Battery Flyout/Immersive Battery Flyout.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Immersive Shell/Battery Flyout/Legacy Battery Flyout.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Immersive Shell/Battery Flyout/Legacy Battery Flyout.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/LogonUI/Console or Immersive GUI Logon/Console Window Logon.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/LogonUI/Console or Immersive GUI Logon/Console Window Logon.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/LogonUI/Console or Immersive GUI Logon/Immersive GUI Logon Screen.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/LogonUI/Console or Immersive GUI Logon/Immersive GUI Logon Screen.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/LogonUI/UAC/Immersive UAC Prompt.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/LogonUI/UAC/Immersive UAC Prompt.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/LogonUI/UAC/Legacy UAC Prompt.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/LogonUI/UAC/Legacy UAC Prompt.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Network Latency/Network Response.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Network Latency/Network Response.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Network Shares/Remove Sharing Tab from Properties Window.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Network Shares/Remove Sharing Tab from Properties Window.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/RadeonMod/RadeonMod_1.0.16.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/RadeonMod/RadeonMod_1.0.16.zip -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Responsiveness/Make desktop menus snappier.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Responsiveness/Make desktop menus snappier.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Screen Resolution Context menu/Add Screen resolution to Desktop context menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Screen Resolution Context menu/Add Screen resolution to Desktop context menu.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Shadow Copy/Remove Previous Versions Option from Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Shadow Copy/Remove Previous Versions Option from Context Menu.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Shadow Copy/Remove Previous Versions Tab from Properties Window.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Shadow Copy/Remove Previous Versions Tab from Properties Window.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Show all Icons/Taskbar, Show all icons in taskbar.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Show all Icons/Taskbar, Show all icons in taskbar.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Start With Context Menu/Remove Share With Option from Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Start With Context Menu/Remove Share With Option from Context Menu.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Obsolete/Themes/Default Themes/Default Themes.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Obsolete/Themes/Default Themes/Default Themes.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Startup/Fast Startup/Disable fast startup.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Startup/Fast Startup/Disable fast startup.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Startup/Startup Delay/Default.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Startup/Startup Delay/Default.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Startup/Startup Delay/Windows 10 Startup Delay tweak.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Startup/Startup Delay/Windows 10 Startup Delay tweak.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Timestamps/Disable Timestamps.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Timestamps/Disable Timestamps.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/Registry tweaks/Windows Update/P2P/Windows Update disable P2P.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/.github/Registry tweaks/Windows Update/P2P/Windows Update disable P2P.reg -------------------------------------------------------------------------------- /GamingTweaks-master/.github/eMail/publickey.CHEF-KOCH@protonmail.com.asc: -------------------------------------------------------------------------------- 1 | -----BEGIN PGP PUBLIC KEY BLOCK----- 2 | Version: OpenPGP.js v4.4.6 3 | Comment: https://openpgpjs.org 4 | 5 | xsBNBFmGoKIBCADM7wSf4iq+x80IFYbHMxBumyUQqo3sjDUcSGHggpP4+E5H 6 | TpuUJ3nrVwLLQD9rD4r0gXb7suZmWZMWYemZnK6h/nJYxxDiGwYGD5O6V4Lq 7 | vKQEC9Et6UkDBHJF9qVthZI3uMJCYgz7aIBKlSQD5X92XJbFnabfMu83YGb8 8 | Zk/ONLP7wyUPzLkF4P0ziFdhLCBY/+PqqchN3QYTCdE3x+cjRhf7Nb5sfX/6 9 | +JOymV5kTWZu3Nq/twj62tByimlVWDAZ1Oalu44svO4jiquF2jLE+CapEZA/ 10 | A0vfboL5sjvsueKA1B4jBdovgj509gi0zjLufIO1eCSSm/8unQzZAAnBABEB 11 | AAHNM0NIRUYtS09DSEBwcm90b25tYWlsLmNvbSA8Q0hFRi1LT0NIQHByb3Rv 12 | bm1haWwuY29tPsLAfwQQAQgAKQUCWYagogYLCQcIAwIJEHawn1wUlduoBBUI 13 | CgIDFgIBAhkBAhsDAh4BAAoJEHawn1wUlduoU6cIAJIKRiUTH02N+zs0N4UK 14 | QH1sOZ6rxus8Z7GeEDnBVBmUePE0U2uv1iSV1rrn8I6978H1qdhxA62jX5Ck 15 | /gMTByyrZigPYmWIEpumGLT/rie7rglKnUsbuG/zc4EihxvWPVCX29fL9HAn 16 | 7PpbmSmc9VcH0pGiQplIhV8Z9WW/D/7xfKiVYcWspMwH6HC0HGCt7MwaXByi 17 | wjrD82A7Udk7b+5fhBGUzLUtt4apcBMFGmpD7D9nQ5GmDe1R3u0/ORrIyJBx 18 | j67w9rBqDTFGPPJRR8zKXKrHJSvLxyL4MomzK4KGAwMk1ZEJNcv0dI76PZWi 19 | Zf/MDxy9o/v1qbDwgBtemMnOwE0EWYagogEIALwgN+G+BiLSR21HP7YAZL+m 20 | RFnqwTBR9vozqJsKafdbVwXlS0HqJZ0KkApejtUVBG1wlQikMj0kab13g8pq 21 | O7EX8q5t32HPN4Rn6E+uB2gjhnzuYQauBTW58u/s9jn/oh8fZ6XVMtdZYnTO 22 | iFBllXcxu2hlm9OK9BRBQbmbKzkiXPRkwSw/EfO21MlC9vcc1p1MbJoUD5sd 23 | 3sthVYhYZAZkOOW1s8mOc1+u8iPRfist6cuRPK13nj3VWSIF9nYFvxu6esrZ 24 | z2eIG62s3kT+zIPvRrETBR9CrZZ2SXp42giE3GA1v9K6AjkhUOo2zCPnPysX 25 | BfRbI3dD925uTL+G9SkAEQEAAcLAaQQYAQgAEwUCWYagogkQdrCfXBSV26gC 26 | GwwACgkQdrCfXBSV26i/7Af/f39pq15SKrZU+2YCLKu9RkYhao/aDJM4UTBK 27 | Nr1I+aUtv0cs239lnhXoyqn+KtpfLBdF4py223ubkzQqGy93q5OI+jCvOjfS 28 | oOQUduhzrYQZN0DYD4Sn0NksKhhHa1JA197NK/OvrOq4ucYJVgv7QO5suhAS 29 | ciWtzzF3Is9T7OZO8PJBySZZ8MB1J5uHSAbeDPslPd1XgKBCw0/cWqC7mw9t 30 | 6Q8OA0pg3mx76xhT0hHpofPheHhV8pj7mNljxjk+pQwrqFjjwod6g1Pkiy+d 31 | uzIvPd21yUdlgK2GW9ZeGsEd491R16XG2x9E5dtlBeOxT68Oc9bNCrIGnXfN 32 | LOSHFw== 33 | =iyZs 34 | -----END PGP PUBLIC KEY BLOCK----- 35 | -------------------------------------------------------------------------------- /GamingTweaks-master/.github/stale.yml: -------------------------------------------------------------------------------- 1 | # Number of days of inactivity before an Issue or Pull Request becomes stale 2 | daysUntilStale: 90 3 | 4 | # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. 5 | # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. 6 | daysUntilClose: 14 7 | 8 | # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) 9 | onlyLabels: [] 10 | 11 | # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable 12 | exemptLabels: 13 | - pinned 14 | - security 15 | - Docs 16 | - AMD 17 | - Intel 18 | - Investigating 19 | - Question 20 | - "[Status] Maybe Later" 21 | 22 | # Set to true to ignore issues in a project (defaults to false) 23 | exemptProjects: false 24 | 25 | # Set to true to ignore issues in a milestone (defaults to false) 26 | exemptMilestones: false 27 | 28 | # Set to true to ignore issues with an assignee (defaults to false) 29 | exemptAssignees: false 30 | 31 | # Label to use when marking as stale 32 | staleLabel: Status: Stale 33 | 34 | # Comment to post when marking as stale. Set to `false` to disable 35 | markComment: > 36 | This issue has been automatically marked as stale because it has not had 37 | recent activity. It will be closed if no further activity occurs. Thank you 38 | for your contributions. 39 | 40 | # Comment to post when removing the stale label. 41 | # unmarkComment: > 42 | # Your comment here. 43 | 44 | # Comment to post when closing a stale Issue or Pull Request. 45 | # closeComment: > 46 | # Your comment here. 47 | 48 | # Limit the number of actions per hour, from 1-30. Default is 30 49 | limitPerRun: 30 50 | 51 | # Limit to only `issues` or `pulls` 52 | # only: issues 53 | 54 | # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': 55 | # pulls: 56 | # daysUntilStale: 30 57 | # markComment: > 58 | # This pull request has been automatically marked as stale because it has not had 59 | # recent activity. It will be closed if no further activity occurs. Thank you 60 | # for your contributions. 61 | 62 | # issues: 63 | # exemptLabels: 64 | # - confirmed 65 | -------------------------------------------------------------------------------- /GamingTweaks-master/Bios/Readme.md: -------------------------------------------------------------------------------- 1 | ### BIOS & UEFI Optimization(s) 2 | 3 | Since the BIOS might have the biggest effect (Overclocking (OC)/Underclocking (UC) & Undervolting (UV)) on your hardware/OS you should know what each toggle really does, every single setting is explained in the [BIOS Compendium](http://www.bios-info.de/download/dlkomp.htm), this is basically a _must read_ before you even think about changing something in your BIOS. Don't waste your time Googleing or search for YouTube Video's, read this, it's the best explanation and the most detailed one you can get. 4 | 5 | Use the following advice as per own needs (!), please do keep in mind that e.g. disabling Hyper-Threading (HT) increases the overall security since it reduce the possible attack surface however, at the same time it decreases the performance on e.g. using VM because it _cripples_ the IPC performance drastically on Intel systems. The mentioned settings are only basic examples, it's necessary to review all BIOS settings manually and make a decision yourself, the [BIOS Kompendium](http://www.bios-info.de) helps you since it explains every toggle with much details. 6 | 7 | * Disable Intel Software Guard Extensions ([SGX](https://www.theregister.co.uk/2019/02/12/intel_sgx_hacked/)), there is [no benefit using it](https://arxiv.org/abs/1902.03256) and it slightly affects the CPU performance (if used). 8 | * ~~Disable High Precision Event Timer (HPET)~~ (not needed after Windows April Update Build 1803 you can check the current status via _bcdedit /enum_) 9 | * Disable CPU Enhanced Halt (C1E), EIST (SpeedStep) & Cool'n'Quiet (if present and in case you OverClock) 10 | * Disable Intel Hyper-threading (_optional_ but recommend due to [security reasons](https://www.extremetech.com/computing/276138-is-hyper-threading-a-fundamental-security-risk)) 11 | * Set Performance Enhance/Mode to higher than Standard for faster memory timings 12 | * Set Robust Graphic Booster / PEG Link higher than Auto 13 | * Set CPU PLL Voltage to the most conservative option (Normal), this will improve your overclock reliability. More doesn't traduce to better for this setting. 14 | * Disable SecureBoot (_not recommend_, it has security implications on [both](https://www.securityweek.com/secure-boot-vulnerability-exposes-windows-devices-attacks) [sides](https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/oem-secure-boot)!) 15 | * CPU/PCI-E Clock Drive, CPU/MCH Clock Skew: keep them to the lowest possible (lower is better)! 16 | -------------------------------------------------------------------------------- /GamingTweaks-master/DirectX/Readme.md: -------------------------------------------------------------------------------- 1 | ### DirectX Control Panel 2 | 3 | Some old(er) Games (and Emulators) might suffering from and outdated Engine which aren't compatible anymore with the latest Windows 10 DirectX changes, the [DirectX Control Panel](http://www.sephiroth-j.de/1/downloads/diverses.php#windows_dxcpl) utility addresses some of those engine related problems which means you can for example re-enable Hardware Acceleration functions on them. 4 | 5 | Another way (without utility) would to do this manually for every Game via Registry but this is in most of the cases too complicated and not necessary since the utility is freeware and small in size it should be no problem to dl and use it, in most of the cases the program still does it's job. 6 | 7 | 8 | ### DirectX 11 vs 12 and FPS drops/stutters 9 | 10 | According to this [post](https://linustechtips.com/main/topic/564099-fresh-problems-for-nvidia-users-running-directx-12/) and [Computerbase benchmark](https://www.computerbase.de/2019-03/hitman-2-directx-12/) most (if not all) modern D3D12 games (with nVidia hardware) have a regression which means you lose like _5 ~ 10%_ in performance once you [DX12](https://www.extremetech.com/extreme/207598-demystifying-directx-12-support-what-amd-intel-and-nvidia-do-and-dont-deliver). This is not fixable and a problem on nVidia side (AMD is not affected also not with Vulkan API based games e.g. Doom 2016). nVidia itself mention ['Do's and Dont's'](https://developer.nvidia.com/dx12-dos-and-donts) but this doesn't help the enduser since this is depending on how the developer implements this suggestions in their game(s). 11 | 12 | Recommendations: 13 | - Switch back to DX11 or try to play Vulkan API based games (e.g. DOOM 2016). 14 | - Cap the FPS (FPS cap [no matter which hardware] **is a must if you stream or record the game!**) The reason is that capturing programs like OBS Studio/XSplit etc trying to get as much as possible on resources for their own progress, overall it's all about resource management. 15 | - Try to contact the developer and give him as much as details as you can provide, the best way would be to address this in a patch 16 | - Make sure you use the last Windows 10 version, since older versions might suffer from additional DX problems 17 | - Play (or try to switch [if possible]) Vulkan API based games such as Doom 2016 (this game runs the same on all hardware as proven [here](https://www.youtube.com/watch?v=1hnI6KGTfjI)). Personally it's beyond me why OBS Studio and several popular games does not supporting Vulkan API because it's known to run better than DirectX. _I assume it has something to do with exclusive Microsoft deals to keep this alive_ or due to backward compatibility. 18 | -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Official AMD Docs/freesync-lfc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Docs/Official AMD Docs/freesync-lfc.pdf -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Official Intel Docs/Reducing Interrupt Latency Through the Use of Message Signaled Interrupts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Docs/Official Intel Docs/Reducing Interrupt Latency Through the Use of Message Signaled Interrupts.pdf -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Official Microsoft Docs/IRQL_thread.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Docs/Official Microsoft Docs/IRQL_thread.doc -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Realtek ASIO, effects etc/Dell FF06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Docs/Realtek ASIO, effects etc/Dell FF06.png -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Realtek ASIO, effects etc/FF01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Docs/Realtek ASIO, effects etc/FF01.png -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Realtek ASIO, effects etc/FF03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Docs/Realtek ASIO, effects etc/FF03.jpg -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Realtek ASIO, effects etc/Identify your Hardware ID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Docs/Realtek ASIO, effects etc/Identify your Hardware ID.png -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Realtek ASIO, effects etc/MSI FF03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Docs/Realtek ASIO, effects etc/MSI FF03.jpg -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Realtek ASIO, effects etc/Sound Extensions.md: -------------------------------------------------------------------------------- 1 | What is the difference between HDA and UAD? 2 | ========= 3 | 4 | HDA (High Definition Audio Drivers) 5 | 6 | These drivers are the based on the old win32 API. 7 | 8 | These are the generic drivers which are working on all Windows versions. The driver is much bigger because it also includes 'software' to control some extra audio effects. 9 | 10 | 11 | UAD (Universal Audio Drivers) 12 | 13 | These drivers are UWP ready (win32 application replacement which is more efficent). 14 | 15 | These drivers are for Windows 10 RS2/RS3 & RS4 only. They contain only the driver files and (sometimes) audio effects among ASIO etc in it. The benefit is that they are smaller in size, work for all manufractures (except if it's an specific OEM release only) and they have no extra audio effect software in it because Windows controls it automatically with the new Audio Interface and their options (e.g. Spatial sound). 16 | 17 | UAD will replace HDA drivers over the long run. 18 | 19 | 20 | Structure 21 | ========= 22 | 23 | ```bash 24 | /Config = Configuration files 25 | /Win64 contains the OEM specific inf (driver) 26 | /Win64/Realtek/ 27 | * Codecs 28 | * ASIO 29 | * HSA 30 | * Service 31 | * Creative 32 | 33 | /Win64/ThirdParty/ 34 | * Nahimic with A-Volute APO SWC and MSI Oem INF extension (A-Volute APO - SWC) 35 | * OEM INF Extension - MSI (A-Volute Nh3 Audio Effects Component) 36 | * Creative SB Cinema v 2 DSP with Creative SBC, extension and component 37 | 38 | ``` 39 | 40 | 41 | You usually can't install the 'incorrect' driver if you install it via Setup.exe, in case your driver is incompatible you get after the new driver Installation process an error before any files are been copied. 42 | 43 | In case you manual install the driver (via .inf) ensure your ID really matches the OEM specific ID. If an UAD is offered over WUS, then you can simply let the driver assistant search for the correct .inf file (some WSUS driver don't have any Setup.exe - the ones which are coming in .cab files or via Update catalogue). 44 | 45 | 46 | 47 | Realtek Audio Control: 48 | * https://www.microsoft.com/en-us/store/p/realtek-audio-control/9p2b8mcsvpln 49 | 50 | 51 | Realtek WSUS (replace search number with realtek or another number): 52 | * https://www.catalog.update.microsoft.com/Search.aspx?q=6.0.1.8464 -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Realtek ASIO, effects etc/UADInfEditor_1.32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Docs/Realtek ASIO, effects etc/UADInfEditor_1.32.exe -------------------------------------------------------------------------------- /GamingTweaks-master/Docs/Trace DPCs ISRs/Detecting Performance Issues.md: -------------------------------------------------------------------------------- 1 | ### How can I easily detect performance problems and debug it? 2 | 3 | [LatencyMon](http://www.resplendence.com/latencymon) might not correct everything correctly, so there is an "official" and better way to do this. 4 | 5 | 6 | ### Requirements 7 | 8 | * Windows 10 OS 9 | * [Windows Performance Toolkit](https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install) 10 | 11 | 12 | ### HowTo 13 | 14 | Launch elevated command prompt and execute to start the trace 15 | 16 | ```bash 17 | cd "C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit" 18 | xperf -on base+interrupt+dpc 19 | ``` 20 | 21 | 1. Run the game, the video, or whatever you are trying to troubleshoot. 22 | 23 | 2. Return to command prompt to stop the trace and to save the trace file: 24 | 25 | ```bash 26 | xperf -d c:\temp\trace.etl 27 | ``` 28 | 29 | Choose your own path and name for that trace file. 30 | 31 | Generate the text report file for DPCs and ISRs: 32 | 33 | ```bash 34 | xperf -i c:\temp\trace.etl -o c:\temp\report.txt -a dpcisr 35 | ``` 36 | 37 | Now you can open that text report file to browse quite detailed info about DPCs & ISRs. 38 | 39 | 40 | ### Legend 41 | 42 | * us/usec/usecs = microseconds 43 | -------------------------------------------------------------------------------- /GamingTweaks-master/GPU/AMD/Readme.md: -------------------------------------------------------------------------------- 1 | ### FreeSync Gaming on AMD 2 | 3 | An official guide is available over [here](https://www.amd.com/en/support/kb/faq/dh-019). 4 | 5 | ```bash 6 | Windows Registry Editor Version 5.00 7 | 8 | [HKEY_LOCAL_MACHINE\SOFTWARE\AMD\Chill] 9 | "ChillLevelDefault"=dword:00000002 10 | "MaxFramerateDefault"=dword:00000046 11 | "MinFramerateDefault"=dword:00000040 12 | "MaxFramerateRange"=dword:00000064 13 | "MinFramerateRange"=dword:0000001e 14 | "ProfileEnableDefault"=dword:00000000 15 | 16 | CN response time: 17 | [HKEY_LOCAL_MACHINE\SOFTWARE\AMD\CN] 18 | "PreloadDelay"=dword:000000c8 19 | "UnloadDelay"=dword:000000c8 20 | ``` 21 | 22 | 23 | ### AMD (Image Quality [IQ] improvements) 24 | 25 | * Anti-Aliasing Mode > Enhance application settings 26 | * Anti-Aliasing Mode > Morphological filtering 27 | * Anti-Aliasing Filter > Edge-detect 28 | * Texture Filtering Quality > High Quality 29 | * Adaptive Anti-Aliasing > Quality > Method Super-sampling > Enabled 30 | 31 | 32 | ### AMD specific bug (caused by Windows) which causes massive performance issue 33 | 34 | According to [LeveloneTechs](https://level1techs.com/article/unlocking-2990wx-less-numa-aware-apps) [Video](https://www.youtube.com/watch?v=M2LOMTpCtLA&feature=youtu.be) Windows has a kernel issue which prevents Epyc/Threadripper (Zen 2) CPU's to get the maximum performance out of all cores. There is currently no fix for that but as a workaround you can use [Coreprio](https://bitsum.com/portfolio/coreprio/). 35 | 36 | 37 | Microsoft & AMD needs to inspect, verify and maybe fix it. -------------------------------------------------------------------------------- /GamingTweaks-master/GPU/Shader/Readme.md: -------------------------------------------------------------------------------- 1 | ### ReShadeFX vs SweetFX 2 | 3 | [ReShadeFX should be preferred](https://www.reddit.com/r/sweetfx/comments/3aafg7/what_is_the_difference_between_sweetfx_and_reshade/) in order to apply shaders to your game, it's no a cheat but some AV programs flagging it because it injects some code into the executable file in order to apply the filter (which you can choose or code on your own). ReShade is well known and does work for D3D9, D3D10, D3D11 and OpenGL based games just fine. This is not banned in eSports. -------------------------------------------------------------------------------- /GamingTweaks-master/GPU/nVidia/Is Negative LOD Bias manipulation a cheat.md: -------------------------------------------------------------------------------- 1 | ### Texture Filtering - Negative LOD Bias (LOD-BIAS) - Is it cheating or not? 2 | 3 | On nVidia graphic cards (GPU's) you can use nVidia Inspector in order to change the [LOD-BIAS offset which make you game look like a cartoon](https://www.hardocp.com/news/2019/01/21/does_adjusting_graphics_settings_lower_than_game_allows_constitute_cheating63/) while I would argue that this has to be patched out of the game (because this can't be used by AMD users and gives you a unfair benefit) I overall say that this doesn't deserves to be banned. 4 | 5 | Keep in mind that this isn't allowed in eSports and even a banned topic/"trick" on a normal casual game like Battlefield 5, Overwatch and Quake Champions. 6 | 7 | However, it's true that his gives you a massive FPS boost. -------------------------------------------------------------------------------- /GamingTweaks-master/GPU/nVidia/Readme.md: -------------------------------------------------------------------------------- 1 | ### FreeSync Gaming on Nvidia (Adaptive Sync) 2 | 3 | Open the Nvidia Control Panel, browse to “Set up G-Sync”, then select your FreeSync monitor. From here, make sure both the “enable G-Sync, G-Sync compatible” checkbox and the “enable settings for the selected display model” checkbox are ticked. The second checkbox doesn’t appear if the monitor is G-Sync certified. Then click Apply, your monitor will restart and adaptive sync will be enabled. 4 | 5 | 6 | ### Control Panel and it's toggles 7 | 8 | [TweakGuides](http://www.tweakguides.com/NVFORCE_6.html) has a full documentation what each toggle/settings in the nVidia Control Panel (NVCP) does, I highly suggest that you read it before you touch any of the settings. The Guide constantly gets updates as soon nVidia changes something in the NVCP. The default settings are usually fine and you might only want to tweak the application/game settings related profiles, which you can do via the NVCP or [nVidia Inspector](https://github.com/DeadManWalkingTO/NVidiaProfileInspectorDmW) (unofficial utility). 9 | 10 | 11 | ### nVidia Shader Cache on a HDD 12 | 13 | Shaders are loaded by the game itself, like any other of their assets, and sent to the driver for compilation (meaning transformed from source code form into binary form that can be used by the GPU.) The driver compiles them and sends the results back to the game. The compilation happens by the CPU, not the GPU, and is slow. A shader cache doesn't get rid of the loading-from-disk step. It only replaces the compilation step with a second loading step (loading the previously compiled form of the shader from disk and sending that to the game.) Even with a very slow disk, loading small already compiled shader files from said disk is much faster than generating them again. The shader cache is meant to persist between reboots. Putting them on a RAM disk meaning losing the cache on reboot - unless you're syncing the RAM disk to disk on reboot. 14 | 15 | 16 | ### How to get Windows 10 custom resolutions in any aspect ratio you want 17 | 18 | [jim2point0](https://www.deadendthrills.com/forum/discussion/504/how-to-custom-aspect-ratios-and-resolutions-via-dsr-nvidia-only) wrote an excellent guide how to _optimize_ nVidia's DSR via registry in order to get any resolution you want. 19 | -------------------------------------------------------------------------------- /GamingTweaks-master/KB problems/Readme.md: -------------------------------------------------------------------------------- 1 | ## Patch Related Performance Impact 2 | 3 | ### KB4482887 4 | 5 | [KB4482887](https://support.microsoft.com/en-au/help/4482887/windows-10-update-kb4482887) does _for some users_ decrease the gaming performance, however it does [not have anything to do with Retpoline](https://old.reddit.com/r/microsoft/comments/ax18s7/kb4482887_caused_major_performance_issues_for_me/ehrtr4b/) changes because it's [not enabled by default](https://www.borncity.com/blog/2019/03/05/windows-10-retpoline-spectre-2-schutz-manuell-aktivieren/). Microsoft official says that you can ignore/uninstall or [hide](https://support.microsoft.com/de-de/help/4026726/windows-hide-windows-updates-or-driver-updates) the update. They promise to fix the performance issue with the next patchday. 6 | 7 | ``` 8 | // Microsoft statement 9 | After installing KB4482887, users may notice graphics and mouse performance degradation with desktop gaming when playing certain games (eg: Destiny 2)"... 10 | ``` 11 | 12 | Fixed with Windows 10 Build 17763.379 and [KB4489899](https://support.microsoft.com/en-us/help/4489899/windows-10-update-kb4489899). 13 | 14 | 15 | ## Build 1809 17763.503 - KB4494441 16 | 17 | [Retpoline](https://techcommunity.microsoft.com/t5/Windows-Kernel-Internals/Mitigating-Spectre-variant-2-with-Retpoline-on-Windows/ba-p/295618) is activated by default with [KB4494441](https://support.microsoft.com/en-us/help/4494441/windows-10-update-kb4494441) if Spectre Variante 2 (CVE-2017-5715) was activated (manually) before the KB was installed. 18 | 19 | 20 | ## Build 1903 - KB4515384 (Audio Gaming Issue) 21 | 22 | This KB introduced several Audio API changes, as a result people reported that their in-game sound was very low, muffled or "strange". Some people even said that this might causes several games to "hang" (Overwatch, Apex Legends, WoW Classic, and PlayerUnknown's Battlegrounds (PUBG)) for a short amount of time. 23 | 24 | Microsoft seems aware of the issue and provides a workaround. 25 | 26 | > "To mitigate the issue, open settings in the impacted game and disable multi-channel audio, if this option is available. You can also search in the Windows Control Panel for third-party audio device control panels and disable Multi-channel audio or Virtual Surround Sound, if these options are available. 27 | 28 | > We are working on a resolution and estimate a solution will be available in late September." 29 | 30 | Another workaround is, in case a game does not provides such an option, to change your audio properties within your sound cards control panel. It's not recommend to uninstall the update because it fixes over 79 vulnerabilities, it also fixes a SearchUI.exe CPU usage problem. -------------------------------------------------------------------------------- /GamingTweaks-master/Mouse/Readme.md: -------------------------------------------------------------------------------- 1 | ### Mouse 2 | * Change your [mouse polling rate](https://www.howtogeek.com/182702/mouse-dpi-and-polling-rates-explained-do-they-matter-for-gaming/) down from 1000hz to 250hz/120hz (sometimes it does redude the mouse lag for some games). Keep in mind that this tweak is _optional_ because in most of the cases 1000hz works just fine (depending on the used mouse driver). 3 | * Take your [mouse sensitivity from another game](https://www.mouse-sensitivity.com/), see if it helps you but at the end you must decide if you like it or not. 4 | * There is no 'pro aim' tweak, just give yourself time to progress. Play hard go pro - yep it's true! 5 | -------------------------------------------------------------------------------- /GamingTweaks-master/OS Settings/Add Group Policy to Windows 10 Home.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/OS Settings/Add Group Policy to Windows 10 Home.zip -------------------------------------------------------------------------------- /GamingTweaks-master/OS Settings/Old and redundant network tweaks.md: -------------------------------------------------------------------------------- 1 | The following tweaks are not needed anymore: 2 | ------------------- 3 | 4 | * PowerShell.exe Set-NetTCPSettings -Settings internet -AutoTuningLevelLocal normal (default: normal) 5 | * PowerShell.exe Set-NetTCPSettings -Settings internet -ScalingHeuristics disabled (default: default, based on hardware) 6 | * netsh int tcp set supplemental internet congestionprovider=ctcp (default: driver usually uses ctcp already) 7 | * netsh int tcp set global rsc=enabled (default: default, based on hardware but handled by OS) 8 | * netsh int tcp set global rss=enabled (default: default, based on hardware but handled by OS) 9 | * PowerShell.exe Disable-NetAdapterLso - Name * (Large Send Offload can be controlled by the Driver itself + it's Advance Options based on needs) 10 | * PowerShell.exe Enable-NetAdapterChecksumOffload - Name * (Checksum Offload can be controlled by the Driver itself + it's Advance Options based on needs) 11 | * MaxConnectionsPer_0Server affects only explorer.exe + iexplorer.exe (Default 4) RFC 2616 12 | * MaxConnectionsPerServer affects only explorer.exe + iexplorer.exe (Default 2) RFC 2616 13 | * Toggling the Windows Game Mode status (Windows 1803+). 14 | 15 | 16 | ### Priority tweaks 17 | 18 | This is handled internally now by the OS. 19 | ``` 20 | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider 21 | "Class"=dword:00000008 22 | "DnsPriority"=dword:00000006 23 | "HostsPriority"=dword:00000005 24 | "LocalPriority"=dword:00000004 25 | "NetbtPriority"=dword:00000007 26 | ``` 27 | 28 | 29 | ### Only until <= Windows 7 30 | * MaxNegativeCacheTtl 31 | * NegativeCacheTime 32 | * NetFailureCacheTime 33 | * NegativeSOACacheTime 34 | * Disabling Nagle's Algorithm (Windows 10 uses a more efficient algorithm called "CUBIC" and "NewReno") 35 | 36 | -------------------------------------------------------------------------------- /GamingTweaks-master/RAM/Readme.md: -------------------------------------------------------------------------------- 1 | ### RAM & Windows game stutter 2 | 3 | On AMD Threadripper systems you can enable Dynamic Local Mode, which acts like something which prioritize the RAM (needs a restart). In the future [AMD is going to do this with a software automatically in the background](https://community.amd.com/community/gaming/blog/2018/10/05/previewing-dynamic-local-mode-for-the-amd-ryzen-threadripper-wx-series-processors). Dynamic Local Mode (DLM) can be controlled via a Windows Service (on/off) and the needed update in order to get this automatically controlled will be introduced October 29. 2018 with an chipset driver update (and is for now an [Windows exclusive function](https://en.m.wikipedia.org/wiki/SCHED_DEADLINE) because Linux already handles it better). 4 | 5 | ### General Game stuttering (every xyz seconds) 6 | 7 | * Check your OS Event Reporter tools for signs of hardware failures 8 | * Check the PSU (and the rest of your hardware components) 9 | * Is your Sound card/GPU/SSD/M.2 in the correct slot? 16x and not 1x/4x? 10 | * Have you checked your PSU again? 11 | 12 | Assuming that your hardware is 100% perfect and working you can use one of these tools in order to workaround the Windows integrated compression bug, see [here](https://github.com/CHEF-KOCH/GamingTweaks/tree/master/Tools/RAM). 13 | -------------------------------------------------------------------------------- /GamingTweaks-master/SSD/Readme.md: -------------------------------------------------------------------------------- 1 | ### SSD 2 | 3 | Setting `fsutil behavior set disablelastaccess 1` still needs to be set manually. There is research on this available [here](https://translate.google.com/translate?hl=en&sl=ja&u=http://blog.livedoor.jp/nichepcgamer/archives/1071061265.html&prev=search). 4 | 5 | ### TRIM 6 | 7 | Since Windows 10, the OS usually checks the [TRIM](https://en.wikipedia.org/wiki/Trim_(computing)) status on his own, but in order to verify it simply run `fsutil behavior query DisableDeleteNotify`. If TRIM is running it will return `DisableDeleteNotify=0` or `DisableDeleteNotify=1` if TRIM is not functioning. 8 | 9 | ### Disk Defragmentation 10 | 11 | You don't need to disable the internal Disk defragmentation program, it detects which kind of storage you use and start/stop the progress on it's own. There was a Bug with >1607 Builds to detect it, but was fixed later by Microsoft. There is no benefit disabling the schedule (Hibernation) via `powercfg -h off`. 12 | 13 | ### Enable Write Caching for SSDs 14 | 15 | Write caching can theoretically improve performance of both SSDs & HDDs. It's usually enabled by default. 16 | 17 | ### Write-cache Buffer Flushing 18 | 19 | Using this is not recommended in case of a power failure you might loose your data. 20 | 21 | ### Disable Prefetch and Superfetch 22 | 23 | SuperFetch (SysMain) indexes your SSD/HDD which means when you search for certain things, the results are showing up faster (in theory). If you use search utilities like [Everything](https://www.voidtools.com/downloads/) you don't need such function. 24 | 25 | 26 | ```bash 27 | EnablePrefetcher (DWORD value doesn't exist by default and to disable it the value must be 0) 28 | EnableSuperfetch (DWORD value defaults to 3, to disable = 0) 29 | HKEY_LOCAL_MACHINE\Current\ControlSet\Control\Session Manager\Memory Management\PrefetchParameters 30 | ``` 31 | 32 | In Windows RS 5 Build 1809 the service is renamed to SysMain (under services.msc). I could not notice any performance difference but [some people reporting that some application might crashing leaving this service enabled](https://www.tenforums.com/general-support/118718-no-superfetch-service-1809-a-post1477496.html?s=eef7013da02a202c620d0f84ec73f88f#post1477496). 33 | 34 | 35 | ### Optimize or Disable Page File for SSDs 36 | 37 | Tweaking this is a myth, the OS and some applications handle it (if needed). Some games/applications can [crash if you disable it entirely](https://lifehacker.com/understanding-the-windows-pagefile-and-why-you-shouldnt-5426041). 38 | 39 | 40 | ### Update Drivers and Firmware 41 | 42 | This is maybe the best advice you can find because this [not only closes possible security holes](https://techcrunch.com/2018/11/05/crucial-samsung-solid-state-drives-busted-encryption/) it might fixes performance issues. The rest can be covered by observing [S.M.A.R.T](https://en.wikipedia.org/wiki/S.M.A.R.T.) with a simple check (Windows internal tools or external ones) in order to check the health. 43 | 44 | 45 | Reference: 46 | 47 | * [https://www.howtogeek.com/256859/dont-waste-time-optimizing-your-ssd-windows-knows-what-its-doing/](https://www.howtogeek.com/256859/dont-waste-time-optimizing-your-ssd-windows-knows-what-its-doing/) 48 | * [Why disable SuperFetch on ssd, if RAM is much faster than ssd?](https://answers.microsoft.com/en-us/windows/forum/all/why-disable-superfetch-on-ssd-if-ram-is-much/61b6b215-0f27-473b-9490-b8b297899ac7) 49 | -------------------------------------------------------------------------------- /GamingTweaks-master/Sound/Readme.md: -------------------------------------------------------------------------------- 1 | ### Sound 2 | * Always select 2/2.1 Speakers for your headphones if you want the full dynamic range unless you have a real (not virtual) e.g. 7.1 Headset otherwise you might get sound disorientation, especially FPS benefit from a proper setup. 3 | * Since Windows April Update (Build 1803) you not need any external audio routing software in order to route the audio trough a specific device/channel, this is [explained in detail over here](https://www.groovypost.com/howto/new-sound-settings-windows-10-1803-april-update/). 4 | * Old Realtek drivers (up to Win 10 Redstone 2) are packaged in 200+ MB files, this has changed and improved since Windows RS 3 which means the Universal Audio Drivers (UAD) are now coming in smaller packages 20-40 MB max. Depending which audio effects your OEM supports an d which you can additional install like ASIO, DSP, Creative or Windows Effects. However, normal non-OEM packages (the ones which are offered by Windows Update or Update Catalogue) usually exclude them (for no reason). So you can 'tweak' your latency via ASIO and 'pimp' your Effects by installing additional I upload them separately under `Realtek ASIO, effects etc` so you can drop them in to the installation folder or right click on the .inf and 'Install' it in order to unlock it. 5 | * Universal Audio driver (UAD) and High Definition Drivers (HDA) drivers including the latest UWP apps are available [here](https://github.com/alanfox2000/realtek-universal-audio-driver). -------------------------------------------------------------------------------- /GamingTweaks-master/Telemetry/Readme.md: -------------------------------------------------------------------------------- 1 | ### Integrated Telemetry into games (e.g. DRM, Redshell & Co.) and Game Clients 2 | 3 | Some games (not all) including copyright systems like Denuvo (DRM) checks or [Redshell](https://docs.google.com/spreadsheets/d/e/2PACX-1vQz1d2jf15nHZE8GaRDAWCVMWuYkhip_cwkDUD3fo9dn0EiDRG3crtNXNhPESz8ZLL2KVDULnm9D-VB/pubhtml) in order to spy & log the gamers activity which has an negative impact of the game performance itself ([longer loading times](https://www.youtube.com/watch?v=ByfLg9wGB4o), FPS drops or even crashes). A filter-list to prevent such stuff can be found [here](https://github.com/CHEF-KOCH/CKs-FilterList). 4 | 5 | Keep in mind that [telemetry](https://en.wikipedia.org/wiki/Telemetry) has (in normal circumstances) no effect (or less) on the gaming performance (if it was proper implemented) and you should _consider to leave it enabled_ in order to help the game developers (e.g. for crash reports or to improve the anti-cheat mechanism) however, such systems scanning your entire OS and this might invade your privacy. I highly recommend that you read the terms of service before you opt-in. 6 | 7 | The biggest impact on the game performance itself is done by the copyright-protection system and its implementation and _can have_ a negative impact which results in longer loading times or _small_ FPS drops. The rumour that Denuvo cripples your performance is not _entirely_ true, it's depending on several factors in most cases you [lose around 2-3 FPS](https://www.extremetech.com/gaming/282924-denuvo-really-does-cripple-pc-gaming-performance) (which is considerable not "crippled" - depending how you see it). 8 | 9 | 10 | #### My advice in general is: 11 | 12 | - Use [GOG](https://www.gog.com/) releases because they are DRM free, some Epic Game Store and Steam Store Games are also DRM free but the Client itself is not. 13 | - Play cracked versions (_possible malware risk_) or emulate them in a VM/Wine/Sandbbox. You still can support the game developer by buying the game, just don't install it via _official ways_. 14 | - Check if there are _confirmed_ and _clean_ cracks from [trusted groups](https://crackwatch.com/) which avoids losing some performance via VM/Sandbox (as mentioned above) but the risk is still there (!) that you get infected (via re-packs, drive-by, Malvertising etc). _It is up to you._ 15 | - Check if you [need the Game Client](https://www.resetera.com/threads/developing-epic-games-launcher-appears-to-collect-your-steam-friends-play-history-epic-responds-see-op.105385/) and read the privacy policy before you install it on your OS! 16 | - Manually removing the analytics code requires to manipulate the game client and it's files and is _dangerous_ because that might result in a ban, the game client should provide an opt-out toggle for such tracking. A better method is to block the request with a firewall/hosts file. 17 | 18 | 19 | ## In which cases Telemetry has no impact on the OS or gaming performance 20 | 21 | - Depending how well it was [implemented (example)](https://github.com/matthewhorridge/telemetry), telemetry (the running processes) never uses much resources (_depending how you define "much"_). 22 | - Telemetry can run in the background or even without user consent, the best scenario would be if you can [manually control it opt-in/opt-out](https://blogs.windows.com/buildingapps/2014/03/20/instrumenting-your-app-for-telemetry-and-analytics/) and submit only telemetry when you want it 23 | - Checks could be integrated to scan the current running applications and if they are currently in fullscreen or not (e.g games) 24 | - The Telemetry and his task schedule can be configured to run only on specific circumstances e.g. if the PC is idle 25 | - Depending on how big the submitted data are or how small they are you will never notice it (not in-game and not while you use other applications) 26 | -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Compatibility & FSE Utility/Compatibility & FSE Utility.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/Compatibility & FSE Utility/Compatibility & FSE Utility.exe -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/GameBarPresenceWriter/Disable GameBarPresenceWriter.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | CD /D "%~dp0" 3 | REM Xbox Game Bar calls amebarpresencewrite.exe automatically, this script can disable it once and for all. 4 | REM Source & Credit for NSudo: https://github.com/M2Team/NSudo 5 | set nscexe="%CD%\nsudoc.exe" 6 | if NOT exist %nscexe% echo nsudoc.exe was not found. & echo. & echo Press any key to exit . . . & pause >nul & exit 7 | goto checkadmin 8 | 9 | :checkadmin 10 | echo Elevating to Administrator permissions . . . 11 | echo. 12 | NET FILE>nul 2>&1||goto elevate 13 | goto elevated 14 | 15 | :elevate 16 | echo.CreateObject^("Shell.Application"^).ShellExecute%0,,,"RunAs",1 >"%CD%\runas.vbs" 17 | cscript //Nologo "%CD%\runas.vbs" >nul 18 | del /q "%CD%\runas.vbs" 19 | exit 20 | 21 | :elevated 22 | NET FILE>nul 2>&1||exit 23 | echo Elevating to TrustedInstaller permissions . . . 24 | echo. 25 | whoami /groups | find /C "TrustedInstaller" >nul 26 | if %ERRORLEVEL% EQU 0 goto start 27 | %nscexe% -U:T -P:E %0 28 | exit 29 | 30 | :start 31 | REM To re-enable the process, run the script again but change the 0 to 1! 32 | REM DO NOT use this (it will break too much) tenforums.com/gaming/86858-how-remove-gaming-settings.html 33 | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Gaming.GameBar.PresenceServer.Internal.PresenceWriter" /v "ActivationType" /t REG_DWORD /d 0 /f 34 | echo. 35 | echo Press any key to exit . . . 36 | pause >nul 37 | exit -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/GameBarPresenceWriter/nsudoc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/GameBarPresenceWriter/nsudoc.exe -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Latency/MSI_util_v2.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/Latency/MSI_util_v2.rar -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Latency/PCI devices.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/Latency/PCI devices.exe -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Latency/PCI devices.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/Latency/PCI devices.rar -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Latency/TimerTool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/Latency/TimerTool.exe -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Latency/TimerTool.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/Latency/TimerTool.rar -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Latency/WinTimerTester 1.1.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/Latency/WinTimerTester 1.1.rar -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Latency/WinTimerTester.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/Latency/WinTimerTester.exe -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Memory Compression/Disable Memory Compression.ps1: -------------------------------------------------------------------------------- 1 | #Requires -RunAsAdministrator 2 | 3 | # Disable Memory Compression 4 | Disable-MMAgent -mc 5 | 6 | # Get current Compresion Status 7 | #Get-MMAgent 8 | 9 | # Kill Sysmain if present (former Superfetch) 10 | Get-Service "SysMain" | Set-Service -StartupType Disabled -PassThru | Stop-Service 11 | -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Memory Compression/Enable Memory Compression (default).ps1: -------------------------------------------------------------------------------- 1 | #Requires -RunAsAdministrator 2 | 3 | # Disable Memory Compression 4 | Enable-MMAgent -mc 5 | 6 | # Get current Compresion Status 7 | #Get-MMAgent 8 | 9 | # Kill Sysmain if present (former Superfetch) 10 | Get-Service "SysMain" | Set-Service -StartupType Enabled -PassThru | Start-Service 11 | -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Monitor/Color Sustainer v1.05.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/Monitor/Color Sustainer v1.05.zip -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/RAM/ASRock Timing Configuration Utility 4.0.4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/RAM/ASRock Timing Configuration Utility 4.0.4.exe -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/RAM/ISLC v1.0.1.1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/RAM/ISLC v1.0.1.1.exe -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/RAM/PurgeMemCacheService.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interlunar/win10-regtweak/adc4b28dd6e125a2a2f05bd110d8004a83a01d39/GamingTweaks-master/Tools/RAM/PurgeMemCacheService.zip -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Smartscreen/Disable smartscreen.bat: -------------------------------------------------------------------------------- 1 | takeown /f "%systemroot%\System32\smartscreen.exe" /a 2 | icacls %systemroot%\System32\smartscreen.exe" /reset 3 | taskkill /im smartscreen.exe /f 4 | icacls %systemroot%\System32\smartscreen.exe" /inheritance:r /remove *S-1-5-32-544 *S-1-5-11 *S-1-5-32-545 *S-1-5-18 5 | -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/Smartscreen/Reset Smartscreen default permission.bat: -------------------------------------------------------------------------------- 1 | takeown /f "%systemroot%\System32\smartscreen.exe" /a 2 | icacls %systemroot%\System32\smartscreen.exe" /reset 3 | icacls %systemroot%\System32\smartscreen.exe" /setowner *S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464 4 | 5 | -------------------------------------------------------------------------------- /GamingTweaks-master/Tools/priority/Windows Priority game tweak.bat: -------------------------------------------------------------------------------- 1 | start steam://rungameid/271590 2 | 3 | timeout 60 4 | 5 | wmic process where name="GTA5.exe" CALL setpriority "high priority" 6 | 7 | wmic process where name="gtavlauncher.exe" CALL setpriority "idle" 8 | 9 | wmic process where name="subprocess.exe" CALL setpriority "idle" 10 | -------------------------------------------------------------------------------- /GamingTweaks-master/registry/Readme.md: -------------------------------------------------------------------------------- 1 | . --------------------------------------------------------------------------------