Update w10/ltsc_batch.bat
This commit is contained in:
parent
81b8d5b64b
commit
dad715522c
1 changed files with 9 additions and 11 deletions
|
@ -1,12 +1,10 @@
|
|||
echo off
|
||||
title 1/4: Disabling Useless serivces
|
||||
C:\privacy11\w11\RunAsTI64.exe C:\privacy11\w11\ltsc_disableservices.bat
|
||||
title 2/4: Disabling Telemetry
|
||||
powershell -ExecutionPolicy Bypass -File C:\privacy11\w11\telemetry_ltsc.ps1
|
||||
del C:\Windows\System32\drivers\etc\hosts
|
||||
move C:\privacy11\w11\hosts C:\Windows\system32\drivers\etc\
|
||||
title 3/4: Installing Brave
|
||||
C:\privacy11\w11\bravestandalone.exe /silent /install
|
||||
taskkill /f /im brave.exe
|
||||
title 4/4: Removing Edge
|
||||
echo off
|
||||
title 1/3: Disabling Useless serivces and Telemetry
|
||||
C:\privacy11\w11\RunAsTI64.exe C:\privacy11\w11\ltsc_disableservices.bat
|
||||
del C:\Windows\System32\drivers\etc\hosts
|
||||
move C:\privacy11\w11\hosts C:\Windows\system32\drivers\etc\
|
||||
title 2/3: Installing Brave
|
||||
C:\privacy11\w11\bravestandalone.exe /silent /install
|
||||
taskkill /f /im brave.exe
|
||||
title 3/3: Removing Edge
|
||||
rd "C:\Program Files (x86)\Microsoft\Edge\Application" /s /q
|
Loading…
Add table
Reference in a new issue