Browse all scripts

πŸ“Š VBA (Excel)

Check Disable Windows Consumer Features Registry Value (VBA)

Reads the Disable Windows Consumer Features registry value via WScript.Shell.RegRead and reports it in a message box β€” …

πŸ“Š VBA (Excel)

Apply Show Hidden Files (VBA)

Makes File Explorer always show hidden files and folders. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Apply Enable Clipboard History (VBA)

Turns on Windows+V clipboard history. Applied via WScript.Shell.RegWrite from VBA.

πŸ–₯️ Batch (CMD)

Check "Disable Start Menu App Suggestions" Status (Batch)

Uses reg query to check the current value behind the "Disable Start Menu App Suggestions" tweak.

πŸ–₯️ Batch (CMD)

Export Sound Devices to CSV (Batch)

Uses wmic to export Sound Devices (Win32_SoundDevice) to a timestamped CSV file.

⚑ PowerShell 5.1+

Check "Disable Feedback Notifications" Status

Reads the current registry value behind the "Disable Feedback Notifications" tweak so you can confirm whether it's appl…

πŸ“Š VBA (Excel)

Check Disable Activity Feed / Timeline Registry Value (VBA)

Reads the Disable Activity Feed / Timeline registry value via WScript.Shell.RegRead and reports it in a message box β€” n…

🟣 C# / .NET 6+

Get Battery Info Report (C#)

Queries Win32_Battery via WMI (System.Management) and prints Battery Info to the console.

⚑ PowerShell 5.1+

Backup The Office document cache to Zip

Zips up the current contents of the Office document cache before you run a cleanup against it.

πŸ–₯️ Batch (CMD)

Check "Increase Icon Cache Size" Status (Batch)

Uses reg query to check the current value behind the "Increase Icon Cache Size" tweak.

πŸ“œ VBScript (WSH)

Disable Windows Welcome Experience (VBScript)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via WScript.Shell.RegWri…

⚑ PowerShell 5.1+

Backup Network Shares List to JSON

Snapshots Network Shares from Win32_Share to a timestamped JSON file for later comparison or auditing.