-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Batch-Scripts | ||
* Cleanup.bat - Cleanup of Windows machines to reclaim as much space as possible. | ||
* Info Tool.bat - Gather various pieces of info on Windows pc. | ||
* Repair.bat - Run SFC, DISM, and NTFS check commands. | ||
* Cleanup.bat - Cleanup of Windows PC to reclaim some space. | ||
* Outdated at this point as it was made for XP. Though much of it will likely still work. | ||
* Originally inspired by [Tron repo](https://github.com/bmrf/tron). | ||
* Info Tool.bat - Gather hardware and network info of Windows PC. Also perform some basic network tests. | ||
* Repair.bat - Runs SFC, DISM, CHKDSK, and CHKNTFS commands. |