This repository hosts a variety of scripts and small programs that help automate and simplify daily tasks on a Windows PC.
Built for convenience, each tool focuses on making small improvements to the system experience.
To get started with my tools, you have two easy options:
You can instantly run my tools without downloading the repository by using the following PowerShell command:
RUN-AS-ADMIN ; as some tools require admin permissions.
Terminal(admin) > powershell > run-this command
irm https://bit.ly/rkm-tools-raw | iex
Alternatively, use the full URL:
irm https://raw.githubusercontent.com/rishabhkrmahato/a-noob-geek-pc-stuff/refs/heads/main/rkm-tools.ps1 | iex
-
Download my repository:
Click here to download the latest version -
Unzip the file:
After downloading, unzip the file to a location of your choice. -
Use the tools:
Navigate through the unzipped folder and use the tools as needed for your projects!
EXPLORE ! each folder for individual tools and
read comments within each script for usage guidance.
- Batch Scripts (.bat/ ):
Automate repetitive actions like clearing temp files, toggling network settings, and brightness adjustments.
- Bash Scripts (bash/):
Useful scripts for linux eg. downloading content on Android using Termux(yt-dlp).
- PowerShell Scripts (ps/):
Scripts for Windows management, like listing all installed programs.
- Python Scripts (py/):
Small programs for tasks like file manipulation, password generation, and file splitting/joining.
- C Programs (c/):
Hello World! :)
- Miscellaneous (misc/):
Config files, registry tweaks, and additional tools for Windows management.
See CONTRIBUTING.md if you want to help improve or expand these tools.
Licensed under the LICENSE provided.