From ffd4e70a2fab61ca547f3edacd0ca56d82a200eb Mon Sep 17 00:00:00 2001 From: JG <it@hgw-tornesch.de> Date: Tue, 3 May 2022 09:49:06 +0200 Subject: [PATCH] Unified use of exit and empty last line --- Fix Outlook Temp folder.bat | 2 +- Fix printer not install- and selectable.bat | 2 +- Fix prompt for password change.bat | 3 ++- Fix winmail.dat - Disable RTF & TNEF.reg | Bin 290 -> 282 bytes Fix work file not createable.bat | 1 + Remove Java remains.bat | 1 + Windows activation helper.bat | 3 ++- 7 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Fix Outlook Temp folder.bat b/Fix Outlook Temp folder.bat index 9d77215..88bdf9a 100644 --- a/Fix Outlook Temp folder.bat +++ b/Fix Outlook Temp folder.bat @@ -2,4 +2,4 @@ del /Q /F %localappdata%\Temp\* echo Outlook Temp folder cleared. pause -exit \ No newline at end of file +exit diff --git a/Fix printer not install- and selectable.bat b/Fix printer not install- and selectable.bat index 65a5916..17659ba 100644 --- a/Fix printer not install- and selectable.bat +++ b/Fix printer not install- and selectable.bat @@ -8,4 +8,4 @@ popd net start spooler echo Done. pause -exit \ No newline at end of file +exit diff --git a/Fix prompt for password change.bat b/Fix prompt for password change.bat index 451a3ba..398de67 100644 --- a/Fix prompt for password change.bat +++ b/Fix prompt for password change.bat @@ -1,3 +1,4 @@ @echo off wmic UserAccount set PasswordExpires=False -pause \ No newline at end of file +pause +exit diff --git a/Fix winmail.dat - Disable RTF & TNEF.reg b/Fix winmail.dat - Disable RTF & TNEF.reg index 38d8303aa2726b0aeb4e3dbc1f0c37759eff02bf..74e2ea2bb2667f9617c8535e3dc3a31f85f6f3f7 100644 GIT binary patch delta 7 OcmZ3)G>d726e9o$&;kqq delta 16 VcmbQmw1{bg6e9;O0~Z4b0{|Uh0zv=) diff --git a/Fix work file not createable.bat b/Fix work file not createable.bat index d7c6663..3048432 100644 --- a/Fix work file not createable.bat +++ b/Fix work file not createable.bat @@ -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 diff --git a/Remove Java remains.bat b/Remove Java remains.bat index 36431db..6850d10 100644 --- a/Remove Java remains.bat +++ b/Remove Java remains.bat @@ -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 diff --git a/Windows activation helper.bat b/Windows activation helper.bat index 9a3bd9e..140d58c 100644 --- a/Windows activation helper.bat +++ b/Windows activation helper.bat @@ -1,4 +1,5 @@ @echo off echo Input the following key at "Activate/Change Key": wmic path softwarelicensingservice get OA3xOriginalProductKey -pause \ No newline at end of file +pause +exit -- GitLab