├── wloader.gif ├── README.md └── wloader.ps1 /wloader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GhettoGeek/WLOADER/HEAD/wloader.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WLOADER 2 | 3 | Windows 10 PRO Activator without using any backdoor loader from China and neither you will need any crack anymore that is valid for a week or two. This is script is written for cmd. This script will 4 | also removing all bloatware from Windows 10. Edit script after your needs. 5 | 6 | # PREVIEW: 7 | ![Screnshot](wloader.gif) 8 | 9 | # SLMGR Commands 10 | 11 | slmgr.exe -ato Activate Windows license and product key against Microsoft’s server. 12 | slmgr.exe -atp Confirmation_ID Activate Windows with user-provided Confirmation ID. 13 | slmgr.exe -ckms Clear the name of KMS server used to default and port to default. 14 | slmgr.exe -cpky Clear product key from the registry (prevents disclosure attacks). 15 | slmgr.exe -dli Display the current license information with activation status and partial product key. 16 | slmgr.exe -dlv Verbose, similar to -dli but with more information. 17 | slmgr.exe -dti Display Installation ID for offline activation. 18 | slmgr.exe -ipk Key Enter a new product key supplied as xxxxx-xxxxx-xxxxx-xxxxx-xxxxx. 19 | slmgr.exe -ilc License_file Install license. 20 | slmgr.exe -rilc Re-install system license files. 21 | slmgr.exe -rearm Reset the evaluation period/licensing status and activation state of the machine. 22 | slmgr.exe -skms activationservername:port Set the Volume Licensing KMS server and/or the port used for KMS activation (where supported by your Windows edition). 23 | slmgr.exe -skhc Enable KMS host caching (default), this blocks the use of DNS priority and weight after the initial discovery of a working KMS host. 24 | slmgr.exe -ckhc Disable KMS host caching. This setting instructs the client to use DNS auto-discovery each time it attempts KMS activation 25 | slmgr.exe -sai interval Sets the interval in minutes for unactivated clients to attempt KMS connection. The activation interval must be between 15 - 30 days 26 | slmgr.exe -sri interval Sets the renewal interval in minutes for activated clients to attempt KMS connection. The renewal interval must be between 27 | slmgr.exe -spri Set the KMS priority to normal (default) 28 | slmgr.exe -cpri Set the KMS priority to low. 29 | slmgr.exe -sprt port Sets the port on which the KMS host listens for client activation requests. The default TCP port is 1688. 30 | slmgr.exe -sdns Enable DNS publishing by the KMS host (default). 31 | slmgr.exe -cdns Disable DNS publishing by the KMS host. 32 | slmgr.exe -upk Uninstall current installed product key and return license status back to trial state. 33 | slmgr.exe -xpr Show the expiry date of current license (if not permanently activated). Token-based activation: 34 | slmgr.exe -lil List the installed token-based activation issuance licenses. 35 | slmgr.exe -ril ILID ILvID Remove an installed token-based activation issuance license. 36 | slmgr.exe -stao Set the Token-based Activation Only flag, disabling automatic KMS activation. 37 | slmgr.exe -ctao Clear the Token-based Activation Only flag (default), enabling automatic KMS activation. 38 | slmgr.exe -ltc List valid token-based activation certificates that can activate installed software 39 | slmgr.exe -fta Certificate Thumbprint Force token-based activation using the identified certificate. 40 | 41 | #### REQUIREMENTS 42 | 43 | A running Windows 10 Pro, works for any version you will find your keys from Microsoft here: https://docs.microsoft.com/sv-se/windows-server/get-started/kmsclientkeys 44 | 45 | #### CONTACT 46 | 47 | If you have problems, questions, ideas or suggestions please contact 48 | us by posting to wuseman@nr1.nu 49 | 50 | #### WEB SITE 51 | 52 | Visit our homepage for the latest info and updated tools 53 | 54 | https://github.com/wuseman 55 | 56 | #### END! 57 | 58 | -------------------------------------------------------------------------------- /wloader.ps1: -------------------------------------------------------------------------------- 1 | title Activater For Windows 10 PRO - wuseman @ 2o18 - https://github.com/wuseman 2 | 3 | cscript c:\windows\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX 4 | set i=1 5 | :server 6 | if %i%==1 set KMS_Sev=kms7.MSGuides.com 7 | if %i%==2 set KMS_Sev=kms8.MSGuides.com 8 | if %i%==3 set KMS_Sev=kms9.MSGuides.com 9 | if %i%==4 goto notsupported 10 | cscript //nologo c:\windows\system32\slmgr.vbs /skms %KMS_Sev% >$null 2>&1 11 | cscript c:\windows\system32\slmgr.vbs /ato 12 | @echo 13 | @echo ..Done.. windows is now verified, have fun! 14 | @echo 15 | @echo Removing verification lookup 16 | reg add "HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v NoGenTicket /t REG_DWORD /d 1 /f 17 | @echo 18 | @echo We do not want alot of schedule running in background for system perfomence 19 | @echo Windows 10 has a huge amount of scheduled tasks that may report some data. Type these commands in the command prompt to remove them: >$null 2>&1 20 | schtasks /Change /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /disable >$null 2>&1 21 | schtasks /Change /TN "Microsoft\Windows\Application Experience\AitAgent" /disable >$null 2>&1 22 | schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable 23 | schtasks /Change /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable >$null 2>&1 24 | schtasks /Change /TN "Microsoft\Windows\Application Experience\StartupAppTask" /disable >$null 2>&1 25 | schtasks /Change /TN "Microsoft\Windows\Autochk\Proxy" /disable >$null 2>&1 26 | schtasks /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /disable >$null 2>&1 27 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /disable >$null 2>&1 28 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable >$null 2>&1 29 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /disable >$null 2>&1 30 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Uploader" /disable >$null 2>&1 31 | schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /disable >$null 2>&1 32 | schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable >$null 2>&1 33 | schtasks /Change /TN "Microsoft\Windows\DiskFootprint\Diagnostics" /disable >$null 2>&1 34 | schtasks /Change /TN "Microsoft\Windows\FileHistory\File History (maintenance mode)" /disable >$null 2>&1 35 | schtasks /Change /TN "Microsoft\Windows\Maintenance\WinSAT" /disable >$null 2>&1 36 | schtasks /Change /TN "Microsoft\Windows\PI\Sqm-Tasks" /disable >$null 2>&1 37 | schtasks /Change /TN "Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable >$null 2>&1 38 | schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyMonitor" /disable >$null 2>&1 39 | schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyRefresh" /disable >$null 2>&1 40 | schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyUpload" /disable >$null 2>&1 41 | schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable >$null 2>&1 42 | schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\Automatic App Update" /disable >$null 2>&1 43 | schtasks /Change /TN "Microsoft\Windows\License Manager\TempSignedLicenseExchange" /disable >$null 2>&1 44 | schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\Automatic App Update" /disable >$null 2>&1 45 | schtasks /Change /TN "Microsoft\Windows\Clip\License Validation" /disable >$null 2>&1 46 | schtasks /Change /TN "\Microsoft\Windows\ApplicationData\DsSvcCleanup" /disable >$null 2>&1 47 | schtasks /Change /TN "\Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable >$null 2>&1 48 | schtasks /Change /TN "\Microsoft\Windows\PushToInstall\LoginCheck" /disable >$null 2>&1 49 | schtasks /Change /TN "\Microsoft\Windows\PushToInstall\Registration" /disable >$null 2>&1 50 | schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyMonitor" /disable >$null 2>&1 51 | schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyMonitorToastTask" /disable >$null 2>&1 52 | schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyRefreshTask" /disable >$null 2>&1 53 | schtasks /Change /TN "\Microsoft\Windows\Subscription\EnableLicenseAcquisition" /disable >$null 2>&1 54 | schtasks /Change /TN "\Microsoft\Windows\Subscription\LicenseAcquisition" /disable >$null 2>&1 55 | del /F /Q "C:\Windows\System32\Tasks\Microsoft\Windows\SettingSync\*" >$null 2>&1 56 | @echo 57 | @echo ..Done 58 | @echo 59 | @echo 60 | @echo Turn of all auto updates from Microsoft Windows, it´s our choice if we wanna use this. eh? 61 | @echo 62 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 0 /f >$null 2>&1 63 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 2 /f >$null 2>&1 64 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallDay /t REG_DWORD /d 0 /f >$null 2>&1 65 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallTime /t REG_DWORD /d 3 /f >$null 2>&1 66 | @echo 67 | @echo ..Done 68 | @echo 69 | @echo 70 | @echo Set windows defender permanent off (This will take a while ~1-5min) 71 | @echo 72 | reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d "0" /f >$null 2>&1 73 | reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t 74 | REG_DWORD /d "0" /f >$null 2>&1 75 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f >$null 2>&1 76 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v SpyNetReporting /t REG_DWORD /d 0 /f >$null 2>&1 77 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v SubmitSamplesConsent /t REG_DWORD /d 2 /f >$null 2>&1 78 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v DontReportInfectionInformation /t REG_DWORD /d 1 /f >$null 2>&1 79 | reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sense" /f >$null 2>&1 80 | reg delete "HKLM\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /f >$null 2>&1 81 | reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d 1 /f >$null 2>&1 82 | reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d 1 /f >$null 2>&1 83 | reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "SecurityHealth" /f >$null 2>&1 84 | reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run" /v "SecurityHealth" /f >$null 2>&1 85 | reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\SecHealthUI.exe" /v Debugger /t REG_SZ /d "%windir%\System32\taskkill.exe" /f >$null 2>&1 86 | install_wim_tweak /o /c Windows-Defender /r >$null 2>&1 87 | install_wim_tweak /o /c Microsoft-Windows-ContentDeliveryManager /r >$null 2>&1 88 | install_wim_tweak /o /c Microsoft-Windows-Store /r 89 | # reg add "HKLM\Software\Policies\Microsoft\WindowsStore" /v RemoveWindowsStore /t REG_DWORD /d 1 /f >$null 2>&1 90 | # reg add "HKLM\Software\Policies\Microsoft\WindowsStore" /v DisableStoreApps /t REG_DWORD /d 1 /f >$null 2>&1 91 | # reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d 0 /f >$null 2>&1 92 | # reg add "HKLM\SOFTWARE\Policies\Microsoft\PushToInstall" /v DisablePushToInstall /t REG_DWORD /d 1 /f >$null 2>&1 93 | # reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v SilentInstalledAppsEnabled /t REG_DWORD /d 0 /f >$null 2>&1 94 | # sc delete PushToInstall 95 | # sc delete InstallService 96 | @echo 97 | @echo ..Done 98 | @echo 99 | @echo 100 | @echo We do not play xbox360 or DVR, so we shut down that shit. 101 | @echo 102 | Get-AppxPackage -AllUsers *xbox* | Remove-AppxPackage >$null 2>&1 103 | sc delete XblAuthManager >$null 2>&1 104 | sc delete XblGameSave >$null 2>&1 105 | sc delete XboxNetApiSvc >$null 2>&1 106 | sc delete XboxGipSvc >$null 2>&1 107 | reg delete "HKLM\SYSTEM\CurrentControlSet\Services\xbgm" /f >$null 2>&1 108 | schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /disable >$null 2>&1 109 | schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTaskLogon" /disable >$null 2>&1 110 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v AllowGameDVR /t REG_DWORD /d 0 /f >$null 2>&1 111 | @echo 112 | @echo ..Done 113 | @echo 114 | @echo 115 | @echo Removing windows maps 116 | @echo 117 | Get-AppxPackage -AllUsers *maps* | Remove-AppxPackage >$null 2>&1 118 | sc delete MapsBroker >$null 2>&1 119 | sc delete lfsvc >$null 2>&1 120 | schtasks /Change /TN "\Microsoft\Windows\Maps\MapsUpdateTask" /disable >$null 2>&1 121 | @echo 122 | @echo ..Done 123 | @echo 124 | @echo 125 | @echo Removing alarms and clock, we use alarm on phone nowadays. 126 | @echo 127 | Get-AppxPackage -AllUsers *alarms* | Remove-AppxPackage >$null 2>&1 128 | Get-AppxPackage -AllUsers *people* | Remove-AppxPackage >$null 2>&1 129 | @echo 130 | @echo ..Done 131 | @echo 132 | @echo 133 | @echo Removing Paint 3D and VR Features 134 | @echo 135 | install_wim_tweak /o /c Microsoft-Windows-Holographic /r >$null 2>&1 136 | Get-AppxPackage -AllUsers *holo* | Remove-AppxPackage >$null 2>&1 137 | Get-AppxPackage -AllUsers *3db* | Remove-AppxPackage >$null 2>&1 138 | Get-AppxPackage -AllUsers *3dv* | Remove-AppxPackage >$null 2>&1 139 | Get-AppxPackage -AllUsers *paint* | Remove-AppxPackage >$null 2>&1 140 | Get-AppxPackage -AllUsers *mixed* | Remove-AppxPackage >$null 2>&1 141 | Get-AppxPackage -AllUsers *print3d* | Remove-AppxPackage >$null 2>&1 142 | @echo 143 | @echo ..Done 144 | @echo 145 | @echo 146 | @echo Removing Sound Recorder 147 | @echo 148 | Get-AppxPackage -AllUsers *soundrec* | Remove-AppxPackage >$null 2>&1 149 | @echo 150 | @echo Removing Contacts, Support, Get Help 151 | @echo 152 | install_wim_tweak /o /c Microsoft-Windows-ContactSupport /r >$null 2>&1 153 | Get-AppxPackage -AllUsers *GetHelp* | Remove-AppxPackage >$null 2>&1 154 | Get-AppxPackage -AllUsers *sketch* | Remove-AppxPackage >$null 2>&1 155 | schtasks /Change /TN "\Microsoft\Windows\HelloFace\FODCleanupTask" /Disable >$null 2>&1 156 | @echo 157 | @echo Removing Cortana 158 | @echo 159 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v AllowCortana /t REG_DWORD /d 0 /f >$null 2>&1 160 | reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules" /v "{2765E0F4-2918-4A46-B9C9-43CDD8FCBA2B}" /t REG_SZ /d 161 | "BlockCortana|Action=Block|Active=TRUE|Dir=Out|App= C:\windows\systemapps\microsoft.windows.cortana_cw5n1h2txyewy\searchui.exe|Name=Search and Cortana 162 | application|AppPkgId=S-1-15-2-1861897761-1695161497-2927542615-642690995-327840285-2659745135-2630312742|" /f >$null 2>&1 163 | @echo 164 | @echo ..Done 165 | @echo 166 | @echo 167 | @echo Turn off Windows Error Reporting 168 | @echo 169 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting" /v Disabled /t REG_DWORD /d 1 /f >$null 2>&1 170 | reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v Disabled /t REG_DWORD /d 1 /f >$null 2>&1 171 | @echo 172 | @echo ..Done 173 | @echo 174 | @echo 175 | @echo Turn off License checking 176 | @echo 177 | reg add "HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v NoGenTicket /t REG_DWORD /d 1 /f >$null 2>&1 178 | @echo 179 | @echo ..Done 180 | @echo 181 | @echo 182 | @echo Turn off all windows tips that is useless 183 | @echo 184 | reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSoftLanding /t REG_DWORD /d 1 /f >$null 2>&1 185 | reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsSpotlightFeatures /t REG_DWORD /d 1 /f >$null 2>&1 186 | reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsConsumerFeatures /t REG_DWORD /d 1 /f >$null 2>&1 187 | reg add "HKLM\Software\Policies\Microsoft\Windows\DataCollection" /v DoNotShowFeedbackNotifications /t REG_DWORD /d 1 /f >$null 2>&1 188 | reg add "HKLM\Software\Policies\Microsoft\WindowsInkWorkspace" /v AllowSuggestedAppsInWindowsInkWorkspace /t REG_DWORD /d 0 /f >$null 2>&1 189 | @echo 190 | @echo ..Done 191 | @echo 192 | @echo 193 | @echo Removing Telemetry and other unnecessary services 194 | @echo 195 | sc delete DiagTrack >$null 2>&1 196 | sc delete dmwappushservice >$null 2>&1 197 | sc delete WerSvc >$null 2>&1 198 | sc delete OneSyncSvc >$null 2>&1 199 | sc delete MessagingService >$null 2>&1 200 | sc delete wercplsupport >$null 2>&1 201 | sc delete PcaSvc >$null 2>&1 202 | sc config wlidsvc start=demand >$null 2>&1 203 | sc delete wisvc >$null 2>&1 204 | sc delete RetailDemo >$null 2>&1 205 | sc delete diagsvc >$null 2>&1 206 | sc delete shpamsvc >$null 2>&1 207 | for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "wscsvc" ^| find /i "wscsvc"') do (reg delete %I /f) >$null 2>&1 208 | for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "OneSyncSvc" ^| find /i "OneSyncSvc"') do (reg delete %I /f) >$null 2>&1 209 | for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "MessagingService" ^| find /i "MessagingService"') do (reg delete %I /f) >$null 2>&1 210 | for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "PimIndexMaintenanceSvc" ^| find /i "PimIndexMaintenanceSvc"') do (reg delete %I /f) >$null 2>&1 211 | for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "UserDataSvc" ^| find /i "UserDataSvc"') do (reg delete %I /f) >$null 2>&1 212 | for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "UnistoreSvc" ^| find /i "UnistoreSvc"') do (reg delete %I /f) >$null 2>&1 213 | for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "BcastDVRUserService" ^| find /i "BcastDVRUserService"') do (reg delete %I /f) >$null 2>&1 214 | for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "Sgrmbroker" ^| find /i "Sgrmbroker"') do (reg delete %I /f) >$null 2>&1 215 | for /f "tokens=1" %I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /k /f "ClipSVC" ^| find /i "ClipSVC"') do (reg delete %I /f) >$null 2>&1 216 | sc delete diagnosticshub.standardcollector.service >$null 2>&1 217 | reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules" /v "NumberOfSIUFInPeriod" /t REG_DWORD /d 0 /f >$null 2>&1 218 | reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules" /v "PeriodInNanoSeconds" /f >$null 2>&1 219 | reg add "HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener" /v Start /t REG_DWORD /d 0 /f >$null 2>&1 220 | reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v AITEnable /t REG_DWORD /d 0 /f >$null 2>&1 221 | reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisableInventory /t REG_DWORD /d 1 /f >$null 2>&1 222 | reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisablePCA /t REG_DWORD /d 1 /f >$null 2>&1 223 | reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisableUAR /t REG_DWORD /d 1 /f >$null 2>&1 224 | reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f >$null 2>&1 225 | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d 0 /f >$null 2>&1 226 | reg add "HKCU\Software\Microsoft\Internet Explorer\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f >$null 2>&1 227 | reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoRecentDocsHistory" /t REG_DWORD /d 1 /f >$null 2>&1 228 | reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\CompatTelRunner.exe" /v Debugger /t REG_SZ /d "%windir%\System32\taskkill.exe" /f >$null 2>&1 229 | @echo 230 | @echo ..Done 231 | :halt 232 | pause >$null 2>&1 233 | 234 | --------------------------------------------------------------------------------