Tag: registry
599 script(s) tagged “registry”
Check "Disable Start Menu App Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Start Menu App Suggestions" tweak.
Check "Disable Feedback Notifications" Status
Reads the current registry value behind the "Disable Feedback Notifications" tweak so you can confirm whether it's applβ¦
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β¦
Check "Increase Icon Cache Size" Status (Batch)
Uses reg query to check the current value behind the "Increase Icon Cache Size" tweak.
Disable Windows Welcome Experience (VBScript)
Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via WScript.Shell.RegWriβ¦
Disable Window Animations (Batch)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via reg.exe.
Check Disable Storage Sense Low-Space Notifications Registry Value (VBA)
Reads the Disable Storage Sense Low-Space Notifications registry value via WScript.Shell.RegRead and reports it in a meβ¦
Apply Disable Feedback Notifications (VBA)
Stops Windows from periodically asking for feedback. Applied via WScript.Shell.RegWrite from VBA.
Check Disable Xbox Game Bar Capture Registry Value (VBA)
Reads the Disable Xbox Game Bar Capture registry value via WScript.Shell.RegRead and reports it in a message box β no Pβ¦
Disable Snap Assist Suggestions (Python)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via the stdlib winregβ¦
Check "Disable Start Menu Suggested Apps" Status (Python)
Reads the registry value behind the "Disable Start Menu Suggested Apps" tweak via winreg to confirm whether it's applieβ¦
Check "Disable Cortana" Status (VBScript)
Reads the registry value behind the "Disable Cortana" tweak to confirm whether it's applied.