diff --git a/Fix Outlook Temp folder.bat b/Fix Outlook Temp folder.bat index 9d772154c4bb5d67f99b99c70c8a3d9901210380..88bdf9a8f5144ec411d47a3c2c73bcc672d96562 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 65a5916100f2cd441268dc8835fbef7099fcb14a..17659baee3a59067af12173c7a7ce2b9f3a1e349 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 451a3badb94a29e4fe2cb8748c0909db645510da..398de676df1eb40090e7e3eb5502280f613a6ce3 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 Binary files a/Fix winmail.dat - Disable RTF & TNEF.reg and b/Fix winmail.dat - Disable RTF & TNEF.reg differ diff --git a/Fix work file not createable.bat b/Fix work file not createable.bat index d7c6663ec45714ebebbda4eca62d8afca7207efc..30484324933b09d0e9ecbcb790c28ee1c186ebfa 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 36431db1ec1524473bee9fde1aaf0a43206513a1..6850d10eb65436dea6638bd8298c3082a1614c18 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 9a3bd9e9b4f47aa7f161e8cf01065245af60c020..140d58cf8f2bfe8a8d90e83dce7b54102d7eb0ea 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