Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sukibaby/suki-powershell-archive
- Owner: sukibaby
- License: mit
- Created: 2024-05-30T02:41:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T07:22:21.000Z (3 months ago)
- Last Synced: 2024-09-29T04:06:18.698Z (about 2 months ago)
- Topics: 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
- Language: PowerShell
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.