Articles
Collapse
Articles Home Page
-
Using PowerShell & Command-line Scripts Safely
-
Created by:
jmarket
- Published: 10-16-2025, 03:40 AM
- 13 views
- 0 comments
Using PowerShell & Command-line Scripts Safely
⚙️ Using PowerShell & Command-line Scripts Safely Category: Windows 11 • PowerShell & Command-line Scripts Author: jmarket (PCHF Founder) Verified by: PCHF Staff • October 2025 Overview Windows 11 includes several advanced administrative tools such as PowerShell, DISM, and Command Prompt. These tools provide system administrators and technicians with extensive control over Windows maintenance, deployment, and troubleshooting tasks. The scripts shared in this section are verified by PCHF S... -
Created by:
-
Deployment Automation Toolkit (DIS / MDT Integration Scripts)
-
Created by:
jmarket
- Published: 10-16-2025, 03:39 AM
- 0 comments
Deployment Automation Toolkit (DIS / MDT Integration Scripts)
Deployment Automation Toolkit (DIS / MDT Integration Scripts)
Category: PowerShell & Command-line Scripts
Author: Microsoft / PCHF Lab
Version: 2.1 (October 2025)
Summary:
PowerShell automation suite for image capture and deployment using DISM and MDT.
Streamlines Windows 11 image mounting, servicing, and deployment creation.
Usage Example:
...Code:Mount-WindowsImage -ImagePath "C:\ISO\install.wim" -Index 1 -Path "C:\Mount" Add-WindowsPackage -Path "C:\M
-
Created by:
-
Windows Defender Offline Update and Quick Scan (PowerShell Script)
-
Created by:
jmarket
- Published: 10-16-2025, 03:38 AM
- 0 comments
Windows Defender Offline Update and Quick Scan (PowerShell Script)
Windows Defender Offline Update and Quick Scan (PowerShell Script)
Category: PowerShell & Command-line Scripts
Author: Microsoft / PCHF Staff
Version: 1.2 (October 2025)
Summary:
Forces Defender to update signatures and run a quick scan from PowerShell.
Ideal for repairing Defender update failures or automating endpoint checks.
Usage:
Notes: • Built...Code:Update-MpSignature Start-MpScan -ScanType QuickScan
-
Created by:
-
Windows Update Reset and Repair (PowerShell Automation)
-
Created by:
jmarket
- Published: 10-16-2025, 03:38 AM
- 0 comments
Windows Update Reset and Repair (PowerShell Automation)
Windows Update Reset and Repair (PowerShell Automation)
Category: PowerShell & Command-line Scripts
Author: Microsoft Support / Modified for PCHF
Version: 3.0 (October 2025)
Summary:
Resets Windows Update components, clears the SoftwareDistribution and Catroot2 folders, and re-registers core update services.
Usage:
...Code:net stop bits net stop wuauserv net stop cryptsvc Del "%systemroot%\SoftwareDistribution" /s /q Del "%systemroot%\System32\ca
-
Created by:
-
Windows Cleanup and Maintenance Toolkit (PowerShell Script)
-
Created by:
jmarket
- Published: 10-16-2025, 03:38 AM
- 0 comments
Windows Cleanup and Maintenance Toolkit (PowerShell Script)
Windows Cleanup and Maintenance Toolkit (PowerShell Script)
Category: PowerShell & Command-line Scripts
Author: PCHF Staff / Community Toolkit
Version: 1.3 (October 2025)
Summary:
Automates Windows Update cleanup, temporary-file removal, log rotation, and Defender scan initiation—all via PowerShell.
Usage (sample commands):
...Code:Start-Process cleanmgr -ArgumentList '/sagerun:1' Remove-Item "$env:Temp\*" -Recurse -Force -ErrorAction SilentlyCon
-
Created by:
-
Windows Image Repair Sequence (SFC → DISM → Cleanup Commands)
-
Created by:
jmarket
- Published: 10-16-2025, 03:37 AM
- 0 comments
Windows Image Repair Sequence (SFC → DISM → Cleanup Commands)
Windows Image Repair Sequence (SFC → DISM → Cleanup Commands)
Category: PowerShell & Command-line Scripts
Author: Microsoft / PCHF Staff
Compatibility: Windows 10 / 11 (25H2 supported)
Summary:
Sequential script to verify and repair system files using built-in Microsoft tools. Automates SFC, DISM CheckHealth, ScanHealth, and RestoreHealth operations.
Usage:
...Code:sfc /scannow DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /S
-
Created by:
-
NVIDIA GeForce Experience (Driver and Game Optimization Utility)
-
Created by:
jmarket
- Published: 10-16-2025, 03:28 AM
- 0 comments
NVIDIA GeForce Experience (Driver and Game Optimization Utility)
NVIDIA GeForce Experience (Driver and Game Optimization Utility)
Category: Drivers & Firmware
Official Link: https://www.nvidia.com/en-us/geforce...ce-experience/
Publisher: NVIDIA Corporation
Version/Build: 3.31.0.0 or latest
Release Date: October 2025
Summary:
GeForce Experience keeps NVIDIA graphics drivers up to date, optimizes game settings, and enables features like ShadowPlay and Freestyle filters.
Usage: • Download and i... -
Created by:
-
AMD Auto-Detect and Install Tool (Radeon / Ryzen Drivers)
-
Created by:
jmarket
- Published: 10-16-2025, 03:28 AM
- 0 comments
AMD Auto-Detect and Install Tool (Radeon / Ryzen Drivers)
AMD Auto-Detect and Install Tool (Radeon / Ryzen Drivers)
Category: Drivers & Firmware
Official Link: https://www.amd.com/en/support
Publisher: Advanced Micro Devices, Inc.
Version/Build: 2.0.11.0 or latest
Release Date: October 2025
Summary:
Detects AMD hardware and installs the latest chipset, GPU, and Ryzen drivers automatically. Supports Radeon Software Adrenalin and AMD PRO platforms.
Usage: • Download the auto-detect tool from ... -
Created by:
-
Intel Driver & Support Assistant (DSA)
-
Created by:
jmarket
- Published: 10-16-2025, 03:28 AM
- 0 comments
Intel Driver & Support Assistant (DSA)
Intel Driver & Support Assistant (DSA)
Category: Drivers & Firmware
Official Link: https://www.intel.com/support/dsa
Publisher: Intel Corporation
Version/Build: 24.10.0 or latest
Release Date: October 2025
Summary:
Intel DSA automatically detects, downloads, and installs driver and firmware updates for Intel hardware including chipsets, Wi-Fi, Bluetooth, and integrated graphics.
Usage: 1️⃣ Install the DSA from Intel’s official page.... -
Created by:
-
Lenovo Vantage (Official Lenovo System Update Tool)
-
Created by:
jmarket
- Published: 10-16-2025, 03:27 AM
- 0 comments
Lenovo Vantage (Official Lenovo System Update Tool)
Lenovo Vantage (Official Lenovo System Update Tool)
Category: Drivers & Firmware
Official Link: https://support.lenovo.com/vantage
Publisher: Lenovo Group Ltd.
Version/Build: 11.10.100.0 or latest
Release Date: October 2025
Summary:
Lenovo Vantage delivers BIOS, firmware, and driver updates directly from Lenovo’s servers. It also offers hardware diagnostics, battery optimization, and personalized settings for Windows 11.
Usage: • I... -
Created by:
There are no articles in this category.
Please log in to your account to view your subscribed posts.
Categories
Collapse
Article Tags
Collapse
There are no tags yet.
Latest Articles
Collapse
-
by jmarket📦 Windows Package Manager (Winget) Category: Microsoft Official Tools Author: jmarket (PCHF Founder) Verified by: PCHF Staff • October 2025 Overview Windows Package Manager (Winget) is Microsoft’s official command-line utility for discovering, installing, upgrading, and managing applications on Windows. It provides a unified package management experience similar to Linux package managers, enabling automation, bulk deployments, and consistent system provisioning using simple, scriptable...
-
Channel: Microsoft Tools
10-16-2025, 06:07 PM -
-
by jmarket🧱 Windows ADK + WinPE Add-on (Deployment Tools for Windows 11 25H2) Category: System Recovery & Imaging Author: jmarket (PCHF Founder) Verified by: PCHF Staff • October 2025 Overview The Windows Assessment and Deployment Kit (ADK) and its companion Windows Preinstallation Environment (WinPE) Add-on provide the essential framework for customizing, deploying, and maintaining Windows 11 images. These tools replace the earlier Windows Automated Installation Kit and include utilities such as Depl...
-
Channel: System Recovery & Imaging
10-16-2025, 02:53 PM -
-
by jmarket⚙️ Using PowerShell & Command-line Scripts Safely Category: Windows 11 • PowerShell & Command-line Scripts Author: jmarket (PCHF Founder) Verified by: PCHF Staff • October 2025 Overview Windows 11 includes several advanced administrative tools such as PowerShell, DISM, and Command Prompt. These tools provide system administrators and technicians with extensive control over Windows maintenance, deployment, and troubleshooting tasks. The scripts shared in this section are verified by PCHF S...
-
Channel: PowerShell & Scripts
10-16-2025, 03:40 AM -
-
by jmarketDeployment Automation Toolkit (DIS / MDT Integration Scripts)
Category: PowerShell & Command-line Scripts
Author: Microsoft / PCHF Lab
Version: 2.1 (October 2025)
Summary:
PowerShell automation suite for image capture and deployment using DISM and MDT.
Streamlines Windows 11 image mounting, servicing, and deployment creation.
Usage Example:
...Code:Mount-WindowsImage -ImagePath "C:\ISO\install.wim" -Index 1 -Path "C:\Mount" Add-WindowsPackage -Path "C:\M
-
Channel: PowerShell & Scripts
10-16-2025, 03:39 AM -
-
by jmarketWindows Defender Offline Update and Quick Scan (PowerShell Script)
Category: PowerShell & Command-line Scripts
Author: Microsoft / PCHF Staff
Version: 1.2 (October 2025)
Summary:
Forces Defender to update signatures and run a quick scan from PowerShell.
Ideal for repairing Defender update failures or automating endpoint checks.
Usage:
Notes: • Built...Code:Update-MpSignature Start-MpScan -ScanType QuickScan
-
Channel: PowerShell & Scripts
10-16-2025, 03:38 AM -
-
by jmarketWindows Update Reset and Repair (PowerShell Automation)
Category: PowerShell & Command-line Scripts
Author: Microsoft Support / Modified for PCHF
Version: 3.0 (October 2025)
Summary:
Resets Windows Update components, clears the SoftwareDistribution and Catroot2 folders, and re-registers core update services.
Usage:
...Code:net stop bits net stop wuauserv net stop cryptsvc Del "%systemroot%\SoftwareDistribution" /s /q Del "%systemroot%\System32\ca
-
Channel: PowerShell & Scripts
10-16-2025, 03:38 AM -