Skip to content

Commit bcee9bb

Browse files
authored
Update README.md
1 parent 4178ebb commit bcee9bb

1 file changed

Lines changed: 133 additions & 1 deletion

File tree

README.md

Lines changed: 133 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,133 @@
1-
# Windows-Tools
1+
# Windows Tools Manager
2+
3+
A comprehensive Windows system management tool developed by **reztdev** that provides essential Windows administration features in a user-friendly GUI interface.
4+
5+
## 🔧 Features
6+
7+
### Core Functions
8+
- **Windows Update Management**: Enable or disable Windows Update services completely
9+
- **Windows/Office Activation**: Automated activation tool for Windows and Office products
10+
- **Group Policy Editor (Gpedit)**: Enable Group Policy Editor on Windows Home editions
11+
- **Sharing & Network Fix**: Repair folder and printer sharing functionality
12+
13+
### System Information Display
14+
- Real-time system detection (OS, Architecture, Build)
15+
- Hardware information (CPU, RAM with DDR type, GPU)
16+
- Detailed process logging
17+
18+
## 🚀 Usage
19+
20+
### Initial Setup
21+
1. **Administrator Privileges Required**: The application must be run as administrator to modify system settings
22+
2. **License Authentication**: Enter the daily license code (8-digit code) provided by the developer
23+
3. **Serial Number**: Your hardware serial is displayed for license key requests
24+
25+
### Main Operations
26+
27+
#### Windows Update Management
28+
- **Disable Windows Update**:
29+
- Stops all Windows Update services (wuauserv, UsoSvc, uhssvc, WaaSMedicSvc)
30+
- Disables scheduled tasks related to updates
31+
- Removes SoftwareDistribution directory
32+
- Modifies registry settings to prevent automatic updates
33+
34+
- **Enable Windows Update**:
35+
- Restores all Windows Update services
36+
- Re-enables scheduled tasks
37+
- Restores original registry settings
38+
- Allows normal Windows Update functionality
39+
40+
#### Windows/Office Activation
41+
- Automated activation process for Windows and Office products
42+
- Uses PowerShell-based activation methods
43+
- No manual key entry required
44+
45+
#### Enable Group Policy Editor (Gpedit)
46+
- Enables Group Policy Editor on Windows Home editions
47+
- Uses DISM to install required packages:
48+
- Microsoft-Windows-GroupPolicy-ClientExtensions-Package
49+
- Microsoft-Windows-GroupPolicy-ClientTools-Package
50+
- Requires system restart after completion
51+
52+
#### Fix Sharing (Folder & Printer)
53+
- Repairs common network sharing issues
54+
- Enables SMB protocols (SMB1Protocol, SMB1Protocol-Client, SMB1Protocol-Server)
55+
- Configures registry settings for guest authentication
56+
- Starts essential services:
57+
- TCP/IP NetBIOS Helper (lmhosts)
58+
- Server (File & Printer Sharing)
59+
- Workstation service
60+
- Requires system restart for full effect
61+
62+
#### Ghost ToolBox (More Features)
63+
- Author : https://github.com/Batlez/Ghost-Toolbox
64+
65+
## 🛡️ Security Features
66+
67+
### License Protection
68+
- Daily license code system using HMAC-SHA256 authentication
69+
- Hardware-based serial number (HWID) binding
70+
- Rate limiting: 5 attempts with 30-second lockout
71+
- Contact developer with your serial number for license codes
72+
73+
### Single Instance Protection
74+
- Prevents multiple instances of the application running simultaneously
75+
- Uses Windows mutex for process management
76+
77+
## 📋 System Requirements
78+
79+
- **Operating System**: Windows 8/8.1/10/11 (32-bit or 64-bit)
80+
- **Privileges**: Administrator rights required
81+
- **Internet Connection**: Required for downloading utilities and activation processes
82+
83+
## 🔍 Process Logging
84+
85+
The application provides detailed logging for all operations:
86+
- Real-time process monitoring
87+
- Error reporting and troubleshooting information
88+
- Success/failure status for each operation
89+
- Clear log functionality for fresh starts
90+
91+
## ⚠️ Important Notes
92+
93+
### Before Using Windows Update Disable:
94+
- **Create a system restore point** before disabling Windows Update
95+
- Some Windows features may require updates to function properly
96+
- Security updates will not be installed automatically
97+
98+
### Restarting Required:
99+
- Group Policy Editor enablement
100+
- Network sharing fixes
101+
- Some registry modifications
102+
103+
### Antivirus Software:
104+
- Some antivirus programs may flag system modification tools
105+
- Temporarily disable real-time protection if needed
106+
- The application is safe and does not contain malware
107+
108+
## 🆘 Troubleshooting
109+
110+
### Common Issues:
111+
1. **"Administrator Required" Error**: Right-click the executable and select "Run as administrator"
112+
2. **License Code Invalid**: Contact the developer with your displayed serial number
113+
3. **Services Won't Stop**: Some services may be in use by other processes - try restarting Windows first
114+
4. **Registry Access Denied**: Ensure you're running as administrator and no group policies are blocking access
115+
116+
### Getting License Codes:
117+
- Display your hardware serial number from the license window
118+
- Contact the developer via GitHub: [@reztdev](https://github.com/reztdev)
119+
- Provide your serial number to receive daily license codes
120+
121+
## 📞 Support & Contact
122+
123+
- **Developer**: reztdev
124+
- **GitHub**: [https://github.com/reztdev](https://github.com/reztdev)
125+
- **License Support**: Provide your hardware serial number for license key requests
126+
127+
## ⚖️ Disclaimer
128+
129+
This tool modifies Windows system settings and services. Use at your own risk. The developer is not responsible for any system damage or data loss. Always create backups before making system modifications.
130+
131+
---
132+
133+
*Windows Tools Manager - Simplifying Windows Administration*

0 commit comments

Comments
 (0)