Update 'laptop.bat'

This commit is contained in:
nodemixaholic 2024-03-13 19:08:06 +00:00
parent 5e3a2dd3b9
commit a9e3a7c834

View file

@ -6,19 +6,6 @@ title [Laptop] Sams Chris Titus Overlay
echo Installing apps fron winget config file....
wingetl.bat
echo Stopping and Disabling Windows Update services...
net stop wuauserv
sc config wuauserv start= disabled
net stop bits
sc config bits start= disabled
net stop dosvc
sc config dosvc start= disabled
echo Setting region to Denmark....
PowerShell Set-WinHomeLocation -GeoID 61
common.bat
powershell -command "irm | 'http://nodemixaholic.com:3002/nodemixaholic/sams-christutus-overlay/raw/branch/main/common-stream.ps1' iex"
echo Done.
pause