Tag: excel

231 script(s) tagged “excel”

πŸ“Š VBA (Excel)

Load Network Adapters into Excel via WMI

Queries Win32_NetworkAdapter via GetObject("winmgmts:") and dumps every Network Adapters row straight onto the active w…

πŸ“Š VBA (Excel)

Load Connected Monitors into Excel via WMI

Queries Win32_DesktopMonitor via GetObject("winmgmts:") and dumps every Connected Monitors row straight onto the active…

πŸ“Š VBA (Excel)

Check Show Recycle Bin Icon on Desktop Registry Value (VBA)

Reads the Show Recycle Bin Icon on Desktop registry value via WScript.Shell.RegRead and reports it in a message box β€” n…

πŸ“Š VBA (Excel)

Clean Up The Windows Update download cache (VBA)

Deletes every file in the Windows Update download cache after a confirmation prompt, using Scripting.FileSystemObject f…

πŸ“Š VBA (Excel)

Export Local Groups to CSV via WMI (VBA)

Queries Win32_Group via WMI and writes every Local Groups row straight to a CSV file in Documents, using plain VBA file…

πŸ“Š VBA (Excel)

Apply Disable Windows Telemetry (VBA)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Applied via WScript.Shell.RegWrite from VBA. Re…

πŸ“Š VBA (Excel)

List Files in The pip download cache (VBA)

Lists every file in the pip download cache with size and last-modified date directly on the active worksheet, using Scr…

πŸ“Š VBA (Excel)

Check Disable Windows Tips & Suggestions Registry Value (VBA)

Reads the Disable Windows Tips & Suggestions registry value via WScript.Shell.RegRead and reports it in a message box —…

πŸ“Š VBA (Excel)

Export Logical Disks to CSV via WMI (VBA)

Queries Win32_LogicalDisk via WMI and writes every Logical Disks row straight to a CSV file in Documents, using plain V…

πŸ“Š VBA (Excel)

Clean Up The Windows Prefetch folder (VBA)

Deletes every file in the Windows Prefetch folder after a confirmation prompt, using Scripting.FileSystemObject from Ex…

πŸ“Š VBA (Excel)

Load Services into Excel via WMI

Queries Win32_Service via GetObject("winmgmts:") and dumps every Services row straight onto the active worksheet, no Po…

πŸ“Š VBA (Excel)

Check Disable News and Interests Feed Registry Value (VBA)

Reads the Disable News and Interests Feed registry value via WScript.Shell.RegRead and reports it in a message box β€” no…