mirror of
https://github.com/Sneed-Group/maxs-titus-overlay
synced 2024-12-23 11:12:27 -06:00
Update 'laptop.bat'
This commit is contained in:
parent
7c43f08fc2
commit
d9a1665188
1 changed files with 23 additions and 30 deletions
53
laptop.bat
53
laptop.bat
|
@ -1,31 +1,24 @@
|
|||
@echo off
|
||||
cd /D "%~dp0"
|
||||
color 0a
|
||||
title [Laptop] Sams Chris Titus Overlay
|
||||
|
||||
echo Installing apps fron winget config file....
|
||||
wingetl.bat
|
||||
|
||||
echo Running Shutup 10....
|
||||
oosu10.exe shutmouth.cfg /quiet
|
||||
|
||||
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
|
||||
|
||||
echo Removing stuff CTT Utility missed....
|
||||
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.
|
||||
@echo off
|
||||
cd /D "%~dp0"
|
||||
color 0a
|
||||
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
|
||||
|
||||
echo Done.
|
||||
pause
|
Loading…
Reference in a new issue