Tag: excel
231 script(s) tagged “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β¦
Load Connected Monitors into Excel via WMI
Queries Win32_DesktopMonitor via GetObject("winmgmts:") and dumps every Connected Monitors row straight onto the activeβ¦
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β¦
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β¦
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β¦
Apply Disable Windows Telemetry (VBA)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Applied via WScript.Shell.RegWrite from VBA. Reβ¦
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β¦
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 ββ¦
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β¦
Clean Up The Windows Prefetch folder (VBA)
Deletes every file in the Windows Prefetch folder after a confirmation prompt, using Scripting.FileSystemObject from Exβ¦
Load Services into Excel via WMI
Queries Win32_Service via GetObject("winmgmts:") and dumps every Services row straight onto the active worksheet, no Poβ¦
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β¦