Added Timeout Before Next Winget Install, Added Debloat on Login.
This commit is contained in:
parent
9508f7d842
commit
e6f4702e58
@ -13,6 +13,7 @@ powershell -ExecutionPolicy Bypass -File "C:\Scripts\Printers\01-Printer-Scripts
|
|||||||
echo Installing Adobe Reader...
|
echo Installing Adobe Reader...
|
||||||
:: C:\Users\Tech\AppData\Local\Microsoft\WindowsApps\winget.exe install Adobe.Acrobat.Reader.64-bit -h -s winget
|
:: C:\Users\Tech\AppData\Local\Microsoft\WindowsApps\winget.exe install Adobe.Acrobat.Reader.64-bit -h -s winget
|
||||||
winget install --exact --id Adobe.Acrobat.Reader.64-bit --silent --accept-source-agreements --accept-package-agreements
|
winget install --exact --id Adobe.Acrobat.Reader.64-bit --silent --accept-source-agreements --accept-package-agreements
|
||||||
|
timeout /t 60
|
||||||
|
|
||||||
:: Install Google Chrome Enterprise
|
:: Install Google Chrome Enterprise
|
||||||
echo Installing Google Chrome...
|
echo Installing Google Chrome...
|
||||||
|
|||||||
@ -18,6 +18,9 @@ C:\Scripts\Software\setuserfta.exe .html ChromeHTML
|
|||||||
C:\Scripts\Software\setuserfta.exe http ChromeHTML
|
C:\Scripts\Software\setuserfta.exe http ChromeHTML
|
||||||
C:\Scripts\Software\setuserfta.exe https ChromeHTML
|
C:\Scripts\Software\setuserfta.exe https ChromeHTML
|
||||||
|
|
||||||
|
:: Run Debloat Script
|
||||||
|
powershell -ExecutionPolicy Bypass -File "C:\Scripts\Software\Win11Debloat\Win11Debloat.ps1" -Silent -RemoveW11Outlook -DisableTelemetry -DisableBing -DisableSuggestions -DisableLockscreenTips -ShowKnownFileExt
|
||||||
|
|
||||||
:: Disable OneDrive Startup
|
:: Disable OneDrive Startup
|
||||||
echo Disable OneDrive Startup... >> "%LOGFILE%"
|
echo Disable OneDrive Startup... >> "%LOGFILE%"
|
||||||
powershell -ExecutionPolicy Bypass -File "C:\Scripts\Login\Disable-OneDriveStartup.ps1"
|
powershell -ExecutionPolicy Bypass -File "C:\Scripts\Login\Disable-OneDriveStartup.ps1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user