Tag: tweak

368 script(s) tagged “tweak”

πŸ“Š VBA (Excel)

Apply Disable Fast Startup (VBA)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Applied via WScript.Shel…

πŸ“„ JScript (WSH)

Disable Lock Screen Notifications (JScript)

Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite (JScript syntax…

🐍 Python 3.10+

Disable Cortana (Python)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

🧰 Registry (.reg)

Disable Remote Assistance (Registry Tweak)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

πŸ–₯️ Batch (CMD)

Disable Taskbar Chat Icon (Batch)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via reg.exe.

⚑ PowerShell 5.1+

Disable Start Menu Suggested Apps

Stops Windows from silently installing suggested Store apps.

🧰 Registry (.reg)

Disable Aero Shake (Registry Tweak)

Stops shaking a window from minimizing every other open window.

πŸ“œ VBScript (WSH)

Disable Start Menu Web Search (VBScript)

Stops the Start Menu search from including web results. Applies the tweak via WScript.Shell.RegWrite.

🐍 Python 3.10+

Disable Activity Feed / Timeline (Python)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

🟣 C# / .NET 6+

Show Hidden Files (C#)

Makes File Explorer always show hidden files and folders. Applies the tweak via Microsoft.Win32.Registry.

πŸ“„ JScript (WSH)

Show Seconds in Taskbar Clock (JScript)

Adds a seconds display to the taskbar clock. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

πŸ“„ JScript (WSH)

Disable Balloon Tip Notifications (JScript)

Disables the small notification balloon tips in the system tray. Applies the tweak via WScript.Shell.RegWrite (JScript …