Update 'laptop.bat'

This commit is contained in:
nodemixaholic 2024-03-13 18:05:32 +00:00
parent 7c43f08fc2
commit d9a1665188

View file

@ -1,31 +1,24 @@
@echo off @echo off
cd /D "%~dp0" cd /D "%~dp0"
color 0a color 0a
title [Laptop] Sams Chris Titus Overlay title [Laptop] Sams Chris Titus Overlay
echo Installing apps fron winget config file.... echo Installing apps fron winget config file....
wingetl.bat wingetl.bat
echo Running Shutup 10....
oosu10.exe shutmouth.cfg /quiet echo Stopping and Disabling Windows Update services...
net stop wuauserv
echo Stopping and Disabling Windows Update services... sc config wuauserv start= disabled
net stop wuauserv net stop bits
sc config wuauserv start= disabled sc config bits start= disabled
net stop bits net stop dosvc
sc config bits start= disabled sc config dosvc start= disabled
net stop dosvc
sc config dosvc start= disabled echo Setting region to Denmark....
PowerShell Set-WinHomeLocation -GeoID 61
echo Setting region to Denmark....
PowerShell Set-WinHomeLocation -GeoID 61 common.bat
echo Removing stuff CTT Utility missed.... echo Done.
Get-AppxPackage -alluser *Paint* | Remove-Appxpackage
Get-AppxPackage -alluser *Notepad* | Remove-Appxpackage
Get-AppxPackage -alluser *DevHome* | Remove-Appxpackage
Get-AppxPackage -alluser *YourPhone* | Remove-Appxpackage
Get-AppxPackage -alluser *WindowsStore* | Remove-Appxpackage
echo Done.
pause pause