privacy11_installer_script/w10/ltsc_batch.bat

10 lines
430 B
Batchfile
Raw Normal View History

2025-08-17 19:49:06 +00:00
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
2025-08-12 19:37:21 +00:00
rd "C:\Program Files (x86)\Microsoft\Edge\Application" /s /q