Download scripts
This commit is contained in:
parent
84bab90990
commit
c11a14e956
1 changed files with 6 additions and 0 deletions
|
@ -113,6 +113,12 @@ echo Ensuite, utilise W10Privacy (https://www.w10privacy.de/deutsch-start/downlo
|
|||
powershell -Command "Install-PackageProvider -Name NuGet -Force"
|
||||
powershell -Command "Install-Module -Name PSWindowsUpdate -Force"
|
||||
|
||||
:: === Scripts ==
|
||||
mkdir %HOMEPATH%\Documents\Local
|
||||
powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/windows/ctmpf.bat -OutFile %HOMEPATH%\Documents\Local\ctmpf.bat"
|
||||
powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/windows/spotx.bat -OutFile %HOMEPATH%\Documents\Local\spotx.bat"
|
||||
powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/windows/update.bat -OutFile %HOMEPATH%\Documents\Local\update.bat"
|
||||
|
||||
:: === Miscellaneous ==
|
||||
:: Rename shortcut for Minecraft
|
||||
C:\Users\anri\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
|
||||
|
|
Loading…
Reference in a new issue