Skip to content

Commit

Permalink
Fixed spelling mistake
Browse files Browse the repository at this point in the history
Fixed DontRunOnStartup.bat
  • Loading branch information
ZXTube committed Nov 2, 2022
1 parent 82ec56f commit e3a1d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DontRunOnStartup.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off

del "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\TwentyTwentyTwenty.exe" && echo Sucess! This app shouldn't run on startup now
del "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\TwentyTwentyTwenty.lnk" && echo Success! This app shouldn't run on startup now

timeout /t 5
2 changes: 1 addition & 1 deletion RunOnStartup.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off

powershell "$s=(New-Object -COM WScript.Shell).CreateShortcut('%userprofile%\Start Menu\Programs\Startup\TwentyTwentyTwenty.lnk');$s.TargetPath='%~dp0/TwentyTwentyTwenty.exe';$s.Save()" && echo Sucess! This app should run on startup now
powershell "$s=(New-Object -COM WScript.Shell).CreateShortcut('%userprofile%\Start Menu\Programs\Startup\TwentyTwentyTwenty.lnk');$s.TargetPath='%~dp0/TwentyTwentyTwenty.exe';$s.Save()" && echo Success! This app should run on startup now

timeout /t 5

0 comments on commit e3a1d25

Please sign in to comment.