diff --git a/Documentation/changelog.md b/Documentation/changelog.md index cfd86e0..0dc56a3 100644 --- a/Documentation/changelog.md +++ b/Documentation/changelog.md @@ -7,6 +7,8 @@ Added new functions to the script: - Disk Cleaning through the script. - Trace route (tracert) through the script. +Tweaked a small error in the nav-menu: didn't display the new features... + ## 22-11-2022 - @BigoStream - Full Version Release 1.5.9 Changed some colors. diff --git a/Documentation/releases.md b/Documentation/releases.md index 32f973d..27525a6 100644 --- a/Documentation/releases.md +++ b/Documentation/releases.md @@ -6,7 +6,7 @@ For now only the version names will be displayed, in the future there might be e # Current Version(s) Full Release - v1.5.9 (Stable) -Beta Release - v1.6.0-beta +Beta Release - v1.6.1-beta Alpha Release - v0.2.1-alpha (PowerShell) ## Older Releases @@ -31,6 +31,7 @@ Here you can see a overview of the older version. ### Beta Release(s) +- Beta Release - v1.6.1-beta - Beta Release - v1.6.0-beta - Beta Release - v1.5.7-beta - Beta Release - v1.5.5-beta diff --git a/README.md b/README.md index 789b3de..5fab4a4 100644 --- a/README.md +++ b/README.md @@ -43,19 +43,22 @@ Otherwise I can keep no promise to that statement. 5. Option 3. and 4. combined. (Puts both commands behind eachother) 6. Generate a battery report. (To see how your laptop battery is doing) 7. Shortcut to Windows Update. -8. Short ping test. (Do I have internet?) -9. Continues ping test. (Does my internet stop at certain times?) -10. Fetches updates for system programs, updates them too if needed. -11. Re-enables the drivers, it restarts the audio drivers. (Having issues with sound?) -12. Re-open the battery report. (Can't find my generated report anymore? Try opening it this way) -13. Re-open the CBS.log (DISM log, report from option 4.) -14. Get your Ninite! (Standard program downloader/updater; Chrome, Edge, VLC and 7Zip) -15. Check your Windows License Key. -16. BIOS password recovery. -17. Shutdown, reboot and/or logout from the system. -18. Open the other menu, it's called 'Programs'. -19. Returning to the previous menu, main-menu. -20. Close the script. +8. Open a menu regarding disk optimization, this is a standard Windows function. +9. Opens and starts a disk clean program, this is a standard Windows function. +10. Short ping test. (Do I have internet?) +11. Continues ping test. (Does my internet stop at certain times?) +12. Starts the function 'TRACERT' and traces how many hops your system has to make before establishing an connection with the host. (Google) +13. Fetches updates for system programs, updates them too if needed. +14. Re-enables the drivers, it restarts the audio drivers. (Having issues with sound?) +15. Re-open the battery report. (Can't find my generated report anymore? Try opening it this way) +16. Re-open the CBS.log (DISM log, report from option 4.) +17. Get your Ninite! (Standard program downloader/updater; Chrome, Edge, VLC and 7Zip) +18. Check your Windows License Key. +19. BIOS password recovery. +20. Shutdown, reboot and/or logout from the system. +21. Open the other menu, it's called 'Programs'. +22. Returning to the previous menu, main-menu. +23. Close the script. #### Programs menu: diff --git a/Scripts/CMD/pcHealth.bat b/Scripts/CMD/pcHealth.bat index 54ad55a..df5dba4 100644 --- a/Scripts/CMD/pcHealth.bat +++ b/Scripts/CMD/pcHealth.bat @@ -29,7 +29,7 @@ if '%errorlevel%' NEQ '0' ( :-------------------------------------- :: MainCode @echo off -title pcHealth - Check your PC's Health! - version 1.6.0-beta +title pcHealth - Check your PC's Health! - version 1.6.1-beta cd / color D cls @@ -42,7 +42,7 @@ echo Thanks for downloading and using pcHealth! echo Please be sure that you are running this Batch file in Administrator mode. echo. echo Made by REALSDEALS - Licensed under GNU-3 (You are free to use, but not to change or to remove this line.) -echo You are now using version 1.6.0-beta +echo You are now using version 1.6.1-beta echo. echo %DATE%, %TIME% echo. @@ -72,20 +72,22 @@ echo Enter number 4 to try and repair missing/corrupt files. echo Enter number 5 to run a system scan and to start an attempt on repairing missing/corrupt files. echo Enter number 6 to generate a battery report. (Laptop only) echo Enter number 7 to open the GUI to Windows Updates. -echo Enter number 8 to start a short ping test. -echo Enter number 9 to start a continues ping test. -echo Enter number 10 to start a trace route to Google. -echo Enter number 11 to update system programs. -echo Enter number 12 to re-start the audio drivers of your system. -echo Enter number 13 to re-open the generated battery report file. -echo Enter number 14 to re-open the CBS.log (AKA DISM.log) -echo Enter number 15 to get your Ninite! Includes Edge, Chrome, VLC and 7Zip. -echo Enter number 16 to see your systems Windows License key. -echo Enter number 17 BIOS Password Recovery. -echo Enter number 18 to shutdown, reboot or log off from your PC/laptop. -echo Enter number 19 to open the programs menu. -echo Enter number 20 to return to the previous menu. -echo Enter number 21 to close this batch file. +echo Enter number 8 to open a menu regarding Disk Optimization. (Windows Function) +echo Enter number 9 to start Disk cleaner to clean your drive(s). (Windows Function) +echo Enter number 10 to start a short ping test. +echo Enter number 11 to start a continues ping test. +echo Enter number 12 to start a trace route to Google. +echo Enter number 13 to update system programs. +echo Enter number 14 to re-start the audio drivers of your system. +echo Enter number 15 to re-open the generated battery report file. +echo Enter number 16 to re-open the CBS.log (AKA DISM.log) +echo Enter number 17 to get your Ninite! Includes Edge, Chrome, VLC and 7Zip. +echo Enter number 18 to see your systems Windows License key. +echo Enter number 19 BIOS Password Recovery. +echo Enter number 20 to shutdown, reboot or log off from your PC/laptop. +echo Enter number 21 to open the programs menu. +echo Enter number 22 to return to the previous menu. +echo Enter number 23 to close this batch file. echo ........................................................... echo.