typos
This commit is contained in:
parent
063d2730ae
commit
ffd67d58fa
1 changed files with 4 additions and 2 deletions
|
@ -264,6 +264,8 @@ PowerShell -Command "Expand-Archive -Path '%TEMP%\WindowsInk.zip' -DestinationPa
|
||||||
:: "Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
:: "Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
||||||
:: "cd $env:TEMP;" ^
|
:: "cd $env:TEMP;" ^
|
||||||
:: "Expand-Archive -Path $archive -DestinationPath '%ProgramFiles%\Topgrade' -Force"
|
:: "Expand-Archive -Path $archive -DestinationPath '%ProgramFiles%\Topgrade' -Force"
|
||||||
|
:: REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\Topgrade" /f /v DisplayName /t REG_SZ /d "Topgrade"
|
||||||
|
:: REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\Topgrade" /f /v InstallLocation /t REG_SZ /d "%ProgramFiles%\Topgrade"
|
||||||
|
|
||||||
:: === Miscellaneous ==
|
:: === Miscellaneous ==
|
||||||
:: Rename shortcut for Minecraft
|
:: Rename shortcut for Minecraft
|
||||||
|
@ -295,7 +297,7 @@ RENAME "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Prism Launcher.lnk" Mine
|
||||||
:: "Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
:: "Invoke-WebRequest -Uri $link -OutFile $outfile;" ^
|
||||||
:: "cd $env:TEMP;" ^
|
:: "cd $env:TEMP;" ^
|
||||||
:: "Expand-Archive -Path $archive -DestinationPath $env:TEMP -Force;" ^
|
:: "Expand-Archive -Path $archive -DestinationPath $env:TEMP -Force;" ^
|
||||||
:: "$exe = $env:TEMP + '\' + $file.Substring(0, $file.Length - 4) + 'exe';" ^
|
:: "$exe = $env:TEMP + '\' + $file.Substring(0, $file.Length - 3) + 'exe';" ^
|
||||||
:: "Start-Process $exe /S"
|
:: "Start-Process $exe /S"
|
||||||
|
|
||||||
:: Setup WindowsAutoNightMode
|
:: Setup WindowsAutoNightMode
|
||||||
|
|
Loading…
Reference in a new issue