mirror of
https://github.com/Sneed-Group/maxs-titus-overlay
synced 2024-12-23 11:12:27 -06:00
Upload files to ''
This commit is contained in:
parent
6862486908
commit
b2bd07ed24
2 changed files with 31 additions and 21 deletions
26
common.bat
Normal file
26
common.bat
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
@echo off
|
||||||
|
|
||||||
|
PowerShell -command "irm https://community.chocolatey.org/install.ps1 | iex"
|
||||||
|
|
||||||
|
PowerShell -command "winget"
|
||||||
|
|
||||||
|
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
|
26
desktop.bat
26
desktop.bat
|
@ -1,29 +1,13 @@
|
||||||
@echo off
|
@echo off
|
||||||
cd /D "%~dp0"
|
cd /D "%~dp0"
|
||||||
|
color 0a
|
||||||
|
title [Desktop] Sams Chris Titus Overlay
|
||||||
|
|
||||||
|
echo Doing common stuff...
|
||||||
|
common.bat
|
||||||
|
|
||||||
echo Installing apps fron winget config file....
|
echo Installing apps fron winget config file....
|
||||||
wingetd.bat
|
wingetd.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 Done.
|
||||||
pause
|
pause
|
Loading…
Reference in a new issue