Skip to content

Commit bafa474

Browse files
authored
Update README.md
1 parent a9353ff commit bafa474

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The main goal of the project is to create a well-organized repository with tools
4040
- **Get-Disk-Temp.ps1**: Prints the disk temperatures in Celsius on the terminal.
4141
- **Get-HighResourcesProcess.ps1**: Prints the top 10 processes with the highest CPU consumption in an orderly manner.
4242
- **Get-VolumeInfo.ps1**: Lists and selects volumes to review their main characteristics in an organized and clear manner.
43-
- **Verify-SystemFiles.ps1**: Checks and repairs system files using the `sfc /scannow` command.
43+
- **Verify-SystemFiles.ps1**: Checks and repairs system files using the sfc /scannow command.
4444

4545
### Network and Connectivity
4646
- **Get-IPReport.ps1**: Generates a detailed report of the current device's IP information, including public IP, private IP, subnet mask, address family, and MAC address.
@@ -84,6 +84,7 @@ The main goal of the project is to create a well-organized repository with tools
8484
8585
- **AccessDenied**
8686
- Solution: Run Powershell as administrator
87+
8788
```powershell
8889
if (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator"))
8990
{

0 commit comments

Comments
 (0)