Tag: dotnet
132 script(s) tagged “dotnet”
Disable Activity Feed / Timeline (C#)
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Apβ¦
Get Installed MSI Products Report (C#)
Queries Win32_Product via WMI (System.Management) and prints Installed MSI Products to the console.
Get USB Controllers Report (C#)
Queries Win32_USBController via WMI (System.Management) and prints USB Controllers to the console.
Get CD/DVD Drives Report (C#)
Queries Win32_CDROMDrive via WMI (System.Management) and prints CD/DVD Drives to the console.
Disable Tailored Experiences (C#)
Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via Microsoft.Win32.Registry.
Get The Office document cache Size Report (C#)
Recursively sums the size of the Office document cache, read-only (no deletion).
Get Services Report (C#)
Queries Win32_Service via WMI (System.Management) and prints Services to the console.
Get Windows Error Reporting files Size Report (C#)
Recursively sums the size of Windows Error Reporting files, read-only (no deletion).
Show This PC Icon on Desktop (C#)
Adds the This PC icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.
Disable Windows Consumer Features (C#)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) prompβ¦
Disable Cortana (C#)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies tβ¦
Backup Logical Disks to JSON (C#)
Snapshots Logical Disks (Win32_LogicalDisk) to a timestamped JSON file via System.Management and System.Text.Json.