File | Date | Author | Commit |
---|---|---|---|
.github | 2023-09-19 |
![]() |
[c6b71e] Create label.yml |
.vscode | 2023-09-27 |
![]() |
[f49029] Adding vscode settings and launch |
Extras | 2023-09-27 |
![]() |
[f49029] Adding vscode settings and launch |
.gitignore | 2023-09-27 |
![]() |
[f49029] Adding vscode settings and launch |
AdminLaunchOption.bat | 2023-09-28 |
![]() |
[805457] TESTING: PowerShell Script Conversion from Batch |
AdminLaunchOption.ps1 | 2023-09-29 |
![]() |
[b7bacd] ## Script Updates Summary |
NexTool.py | 2023-09-29 |
![]() |
[b7bacd] ## Script Updates Summary |
README.md | 2023-09-28 |
![]() |
[dc0872] Update README.md |
base.cmd | 2023-09-25 |
![]() |
[c0efae] Added additional functions |
NexTool Windows Suite offers an all-in-one solution for Windows users, ranging from enthusiasts to IT professionals. It's designed to simplify and optimize the Windows environment, making complex tasks straightforward.
Gain detailed insights about your machine's specs and performance:
- CPU Specifications
- Memory Statistics
- BIOS Version
- Windows Build and Version
- Connected Disks
Personalize and control various facets of Windows:
- Basic Computer Report: Overview of system details.
- Advanced Hardware Info: Deep dive into hardware and system resources.
- Defender Management: Fine-tune Windows Defender settings.
- Telemetry: Control the extent of Windows data collection.
- Software & Windows Updates Manager: Seamless updates management.
- Driver Updater: Ensure your drivers are always up to date.
- Office Installations: Effortless installation and management of Microsoft Office.
- Network Setup: Personalize network settings and connections.
Achieve optimal performance by managing Windows services:
- DISM and SFC Windows Repair: Mend corrupted Windows files.
- Windows Debloater: Eliminate bloatware.
- Group Policy Reset: Restore group policies to defaults.
- WMI Reset: Reinitialize the Windows Management Instrumentation service.
Set-ExecutionPolicy RemoteSigned
.a. Directly from the Web:
Execute the following command in an elevated PowerShell window:
```powershell
iex (new-object net.webclient).DownloadString('https://raw.githubusercontent.com/coff33ninja/NexTool-Windows-Suite/master/AdminLaunchOption.ps1')
```
b. Local Execution:
- Download the provided PowerShell script (`NexTool-Setup.ps1`).
- Right-click on the downloaded file and choose "Run with PowerShell".
aria2
, wget
, curl
, and powershell-core
.Downloads the NexTool Python script and prepares it for execution.
After the script execution completes, it will launch the NexTool.py
Python script.
Note: The script creates temporary directories (C:\NexTool
& C:\PS
) during its operation, which will be cleared out once the setup is complete.
For users who prefer an executable, a PS2EXE
version of the script is available in the Releases section of our GitHub repository.
For issues during installation, refer to the "Feedback & Issues" section and report any problems you encounter.
Here's our roadmap for NexTool's development and the milestones achieved:
And possibly more...: Continue to seek user feedback, identify common pain points, and integrate more tools and functionalities to make the NexTool Windows Suite the go-to toolbox for every Windows user.
Your feedback fuels NexTool! If you stumble upon a bug or have suggestions, kindly open an issue on our GitHub page.
Stay informed about what's next for NexTool! Check out our GitHub Milestones and Projects for a peek into our roadmap.
Passionate about NexTool? We welcome contributions. For guidelines, please review our CONTRIBUTING.md
.
The NexTool Windows Suite aims to be the comprehensive toolbox for Windows users, building on the foundational work done in AIO. The previous version of the application was archived, as there were aspects that felt too routine and monotonous, including the layout and the version numbering approach.
With the insights gained from AIO, this project intends to craft an "All-Purpose" toolbox that's both intuitive and user-friendly. Using Python for the GUI allows for a more dynamic and responsive interface, catering to the diverse needs of Windows users.