Skip to content
Snippets Groups Projects
Commit ffd4e70a authored by JG's avatar JG
Browse files

Unified use of exit and empty last line

parent 3187136c
Branches
No related tags found
No related merge requests found
@echo off
wmic UserAccount set PasswordExpires=False
pause
exit
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -18,3 +18,4 @@ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Fold
echo.
echo Done. Please log off & on and try if the problem was resolved.
pause
exit
......@@ -6,3 +6,4 @@ del deljava.txt
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\wow6432node\JavaSoft\Java Runtime Environment" /f
pause
exit
......@@ -2,3 +2,4 @@
echo Input the following key at "Activate/Change Key":
wmic path softwarelicensingservice get OA3xOriginalProductKey
pause
exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment