Skip to content

Commit

Permalink
Update wloader.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
wuseman authored Dec 22, 2018
1 parent 93cf4ca commit 54d45e0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions wloader.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ cscript c:\windows\system32\slmgr.vbs /ato
reg add "HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v NoGenTicket /t REG_DWORD /d 1 /f
@echo
@echo We do not want alot of schedule running in background for system perfomence
@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
@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
schtasks /Change /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /disable >$null 2>&1
schtasks /Change /TN "Microsoft\Windows\Application Experience\AitAgent" /disable >$null 2>&1
schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable
Expand Down Expand Up @@ -229,10 +228,6 @@ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "N
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
@echo
@echo ..Done
@echo
@echo
@echo Sorry! Your version is not supported.
@echo
:halt
pause >$null 2>&1

0 comments on commit 54d45e0

Please sign in to comment.