Skip to content

Commit

Permalink
Remove: Removed Powershell
Browse files Browse the repository at this point in the history
Removed: Powershell has been removed from the pcHealth script.

This is due to a future archive of this repository. Read and/or see the changelog.md for more information.
  • Loading branch information
REALSDEALS committed Nov 2, 2023
1 parent cdb3edc commit 2e26018
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 154 deletions.
9 changes: 9 additions & 0 deletions Documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog.md - pcHealth

## 02-11-2023 - @REALSDEALS

In this release the Powershell capability has been removed from the script.
This is due to the fact that .bat won't be supported in upcoming releases of Windows. Or the rumors are there that it won't be supported anymore.

Because of the fact that .bat might not survive the next Windows release (W12.) I will be archiving this repository and will be working on a new project regarding the functionality of pcHealth but in Powershell. This repository will be named pcHealthPlus.

I'm currently in the first phase of the project, so it will take some time before it will be released.

## 29-03-2023 - @REALSDEALS

Added some new functionality to the PowerShell script.
Expand Down
3 changes: 2 additions & 1 deletion Documentation/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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)
Full Release - v1.6.0 (Stable)
Beta Release - v1.6.5-beta
Alpha Release - v0.2.1-alpha (PowerShell)

Expand All @@ -15,6 +15,7 @@ Here you can see a overview of the older version.

### Full Release(s)

- Full Release - v1.6.0
- Full Release - v1.5.9
- Full Release - v1.5.8
- Full Release - v1.5.6
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ It really means a lot to me!
If you have any tips/tricks or remarks?
Feel free to contact me on discord: REALSDEALS#6353

Sidenote: since version 1.6 and onwards, the Powershell section has been removed from the script. To read more about this decision, please read the changelog.

### More information regarding on how to install and use it:

- Download this repository.
- Extract it to the desktop to be sure that it will run with full permissions.
- Open the `scripts` folder and choose your preferred method by choosing the `CMD` or `PowerShell` folder.
- Open the file in the chosen folder and read the rules carefully.
- Open the `scripts` folder and open the CMD folder in there.
- Open the file in the CMD folder and read the rules/commands carefully.
- Enter in the number of the desired command that you want to run. (Number + ENTER)
- Patiently wait for the script to finish.
- You can chose, depending on the command, what you want to do next. (Open logs ect.)
Expand Down
4 changes: 2 additions & 2 deletions Scripts/CMD/pcHealth.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if '%errorlevel%' NEQ '0' (
:--------------------------------------
:: MainCode
@echo off
title pcHealth - Check your PC's Health! - version 1.6.5-beta
title pcHealth - Check your PC's Health! - version 1.7.0
cd /
color D
cls
Expand All @@ -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.5-beta
echo You are now using version 1.7.0 of pcHealth.
echo.
echo %DATE%, %TIME%
echo.
Expand Down
149 changes: 0 additions & 149 deletions Scripts/PowerShell/pcHealth.ps1

This file was deleted.

0 comments on commit 2e26018

Please sign in to comment.