Upload files to "w11"

This commit is contained in:
blackctac 2025-08-12 19:36:24 +00:00
parent 3442765d86
commit ed078ee41e
5 changed files with 52 additions and 0 deletions

BIN
w11/branding.reg Normal file

Binary file not shown.

17
w11/hosts Normal file
View file

@ -0,0 +1,17 @@
0.0.0.0 vortex.data.microsoft.com
0.0.0.0 settings-win.data.microsoft.com
0.0.0.0 telemetry.microsoft.com
0.0.0.0 mobile.events.data.microsoft.com
0.0.0.0 fs.microsoft.com
0.0.0.0 officeclient.microsoft.com
0.0.0.0 edge.microsoft.com
0.0.0.0 graph.microsoft.com
0.0.0.0 client.wns.windows.com
0.0.0.0 activity.windows.com
0.0.0.0 wns2-par02p.wns.windows.com
0.0.0.0 cxcs.microsoft.net
0.0.0.0 msedge.b.tlu.dl.delivery.mp.microsoft.com
0.0.0.0 star.b.tlu.dl.delivery.mp.microsoft.com
0.0.0.0 b10.events.data.microsoft.com
0.0.0.0 win-global-asimov-leafs-events-data.trafficmanager.net
0.0.0.0 licensing.mp.microsoft.com

14
w11/ltsc_batch.bat Normal file
View file

@ -0,0 +1,14 @@
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
rd "C:\Program Files (x86)\Microsoft\Edge\Application"
title Applying Branding
reg import C:\privacy11\w11\branding.reg

View file

@ -0,0 +1,18 @@
echo off
clear
sc stop AppXSvc
sc stop wuauserv
sc stop XblGameSave
sc stop XboxNetApiSvc
sc stop XblAuthManager
sc stop AppIDSvc
sc stop lfsvc
sc stop SDRSVC
sc config SDRSVC start=disabled
sc config lfsvc start= disabled
sc config AppIDSvc start= disabled
sc config XblAuthManager start= disabled
sc config XboxNetApiSvc start= disabled
sc config XblGameSave start= disabled
sc config wuauserv start= disabled
sc config AppXSvc start= disabled

3
w11/regular_batch.bat Normal file
View file

@ -0,0 +1,3 @@
echo off
echo hello regular 11
pause