devcrea

$ grep -ril "PowerShell" ./guides

Results for PowerShell

# 23 guides

  1. DevOps & Systems7 minPowerShellHow to Change Directory in PowerShell: Basics of Changing DirectoriesLearn cd, Set-Location, Push-Location, and cd - in PowerShell. Covers paths with spaces, UNC paths, drive gotchas, and common errors.
  2. DevOps & Systems7 minPowerShellPowerShell Execution Policy: How to Run Scripts on WindowsFix 'running scripts is disabled on this system' in seconds. Set RemoteSigned policy, use Unblock-File for downloads, or bypass for one-time runs.
  3. DevOps & Systems5 minPowerShellHow to Pause in PowerShell: Adding Delays and User PromptsLearn every way to pause a PowerShell script: Start-Sleep, Wait-Process with timeout, Read-Host, countdown timers, and when not to use sleep loops.
  4. DevOps & Systems7 minWindowsPowerShellVS CodeHow to Edit Hosts File on Windows 10 and 11 (CMD, PowerShell & VS Code)Learn how to edit the hosts file on Windows 10/11 using PowerShell, VS Code, or Notepad. Fix 'Access Denied' errors instantly with this developer guide.
  5. DevOps & Systems6 minHow to Check CPU Temperature on Windows: Native & Software MethodsWindows hides CPU temp from Task Manager on purpose. Here are 4 methods: BIOS, PowerShell WMI, and free tools like HWiNFO64, HWMonitor, and Core Temp.
  6. DevOps & Systems4 minNotepad Won't Open on Windows? 5 Proven FixesIs Notepad refusing to open or crashing? Learn how to reset, repair, or reinstall Notepad using Settings and PowerShell commands.
  7. DevOps & Systems7 minHyper-VPowerShellWindowsHow to Enable Hyper-V on Windows 11 (Home & Pro Guide)Enable Hyper-V on Windows 11 for any edition. Includes the DISM batch script for Home, PowerShell method, BIOS setup, and the gaming performance trade-off.
  8. DevOps & Systems5 minWSLVS CodeHow to Install WSL 2 on Windows 10 & 11: The Ultimate GuideLearn how to install WSL 2 on Windows 10 and 11 quickly. Includes automatic & manual methods, troubleshooting virtualization errors, and VS Code setup.
  9. DevOps & Systems6 minlsofnetstattaskkillHow to Find and Kill a Process by Port Number (Mac, Windows & Linux)Stuck on "Error: port already in use"? Learn to find the Process ID (PID) and kill any open port on Mac, Windows, or Linux using lsof, netstat, and taskkill.
  10. DevOps & Systems5 minHow to Restart Windows from CMD: The Complete Command List (Force, BIOS & Remote)Need to reboot fast? Here is the complete list of CMD shutdown commands for Windows 10/11. Learn how to force restart, enter BIOS, or cancel shutdown instantly.
  11. AI & Automation8 minClaude CodeMCPClaude Code Tutorial: From Setup to Advanced WorkflowsInstall Claude Code, run your first session, and move from basic prompts to permission modes, hooks, MCP servers, and custom skills as your workflow grows.
  12. DevOps & Systems8 minWindows Command PromptPowerShellWindows CMD Commands for Developers: Essential Coding WorkflowsMaster the Windows CMD commands developers actually use: kill stuck localhost ports, fix broken PATH variables, chain build commands, and search log files.
  13. DevOps & Systems4 minRustrustupCargoInstall Rust on Windows: rustup, Cargo, VS Code, and Common FixesInstall Rust on Windows with rustup, set up VS Code with rust-analyzer, choose MSVC vs GNU toolchain, and fix the most common Windows-specific errors.
  14. DevOps & Systems5 minWindows DefenderWindowsWDAGUtilityAccount Explained: Safety, Performance, and ManagementWDAGUtilityAccount is a built-in Windows Defender account, not a virus. Learn what it does, its performance impact, and why it is deprecated in Windows 11 24H2.
  15. DevOps & Systems7 minHow to Activate Windows 10 and 11: Digital License, Product Key and Error FixesLearn how to activate Windows 10 and 11 using a digital license or retail key, and fix errors like 0xC004C003 and 0xC004F074.
  16. DevOps & Systems6 minHow to Check RAM Specs on Windows: Type, Speed & SizeCheck your RAM specs in seconds using Task Manager, CMD, or CPU-Z. Includes a step-by-step fix if your RAM is running slower than its rated speed.
  17. DevOps & Systems5 minHow to Open 7z Files on Windows, Mac, and LinuxExtract 7z files on any OS. Covers Windows 11 native, 7-Zip CLI commands, batch extraction, password-protected archives, split volumes, and macOS Homebrew.
  18. DevOps & Systems6 minNode.jsNVMnpmHow to Update Node.js: The Complete Guide (NVM, NPM, & Installers)Update Node.js using NVM, the n package, Homebrew, or winget. Fix EACCES permission errors and migrate global packages without breaking your projects.
  19. DevOps & Systems5 minPythonVS CodePython Virtual Environments in VS Code: The Complete Setup GuideSet up Python virtual environments in VS Code the right way: interpreter selection, auto-activate, requirements.txt workflow, and common errors fixed.
  20. DevOps & Systems5 minOpenSSHTailscaleHow to Set Up an SSH Server on Your Home Computer (Linux & Windows)Set up an SSH server on Linux or Windows at home. Covers SSH keys, port forwarding, DDNS, Tailscale, and the real gotchas that break remote connections.
  21. DevOps & Systems5 minpipPythonHow to Upgrade Pip in Python: Windows, macOS, and LinuxLearn exactly how to upgrade pip in Python on Windows, macOS, and Linux. Fix common 'pip not recognized' errors and manage virtual environments easily.
  22. DevOps & Systems5 minWindows Command PromptHow to Run an EXE File from CMD: Arguments, Admin Rights & ErrorsLearn how to execute EXE files using Command Prompt. Covers passing arguments, handling spaces in paths, running as Administrator, and keeping the window open.
  23. DevOps & Systems5 minHow to Start Windows 11 & 10 in Safe Mode (Black Screen, Settings & CMD Methods)Stuck on a black screen or need to remove a virus? Here is how to start Windows 11 and 10 in Safe Mode using Shift+Restart, msconfig, or force reboot.