https://github.com/userdev265scratchandpython/upgrade11
download WinaeroTweaker and install it silently to "C:\winaerotweaker". requires admin rights.
https://github.com/userdev265scratchandpython/upgrade11
Last synced: 7 days ago
JSON representation
download WinaeroTweaker and install it silently to "C:\winaerotweaker". requires admin rights.
- Host: GitHub
- URL: https://github.com/userdev265scratchandpython/upgrade11
- Owner: userdev265scratchandpython
- License: gpl-3.0
- Created: 2024-11-02T09:12:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T15:56:06.000Z (about 1 year ago)
- Last Synced: 2025-02-06T00:31:38.932Z (11 months ago)
- Language: Batchfile
- Homepage:
- Size: 5.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# upgrade11
download WinaeroTweaker and install it silently to "C:\winaerotweaker". requires admin rights.
for windows 8.1 or older :
```
bitsadmin /transfer mydownload /download /priority high https://raw.githubusercontent.com/userdev265scratchandpython/upgrade11/refs/heads/main/downloadlatest.bat %TEMP%\downloadlatest.bat && cmd /c %TEMP%\downloadlatest.bat && del %TEMP%\downloadlatest.bat
```
or
```
certutil -urlcache -split -f https://raw.githubusercontent.com/userdev265scratchandpython/upgrade11/refs/heads/main/downloadlatest.bat && cmd /c %TEMP%\downloadlatest.bat && del %TEMP%\downloadlatest.bat
```
for windows 10 and newer :
```
powershell -Command "Invoke-WebRequest -Uri https://raw.githubusercontent.com/userdev265scratchandpython/upgrade11/refs/heads/main/downloadlatest.bat -OutFile %TEMP%\downloadlatest.bat" && cmd /c %TEMP%\downloadlatest.bat && del %TEMP%\downloadlatest.bat
```
this is a way to install Winaero Tweaker from the command line. credits to https://winaero.com/ for Winaero Tweaker.