Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sukibaby/suki-powershell-archive

Assorted small PowerShell scripts I made
https://github.com/sukibaby/suki-powershell-archive

automation file-delete-utility file-deleter file-renamer file-renaming powershell powershell-gallery powershell-script queryperformancecounter queryperformancefrequency script-collection small-tools windows-11-right-click-menu

Last synced: about 1 month ago
JSON representation

Assorted small PowerShell scripts I made

Awesome Lists containing this project

README

        

**a collection of small powershell scripts i've made which don't warrant their own repository** :godmode:

### DOS Filename Renamer Script
- This PowerShell script renames files in a specified directory to be compatible with the DOS 8.3 filename convention.
- It traverses the directory recursively and generates DOS-compatible names for each file.
- The script supports an optional `--hex` argument to use hexadecimal numbering for filenames that exceed the 8-character limit.

### Restore Right Click
- Restores the old right click menu in Windows 11

### Measure QPC
- Measure how long it takes QueryPerformanceCounter to execute on Windows

### File Seeker & Deleter
- This PowerShell script continuously monitors for new drives being connected to the system.
- When a new drive is detected, it checks for the presence of a specified file on the new drive.
- If the file is found, it deletes the file and logs the action.