About 73 results
Open links in new tab
  1. Set Network Location to Private, Public, or Domain in Windows 10

    Jan 10, 2026 · 4. To Set Network Location to Private A) Type the command below into the elevated PowerShell, press Enter, and go to step 7 below. (see screenshot below) Set-NetConnectionProfile …

  2. windows - How to run a PowerShell script - Stack Overflow

    The MSDN/Technet URL now redirects to a page saying "The Windows PowerShell 1.0 Owner’s Manual has been retired. For the most up-to-date Windows PowerShell content, go to Using Windows …

  3. Turn Windows Features On or Off in Windows 10 | Tutorials

    Jul 3, 2021 · How to Turn Windows Features On or Off in Windows 10 Information Some programs and features included with Windows, such as Internet Infor

  4. Newest 'powershell' Questions - Stack Overflow

    3 days ago · Questions about Windows administration tasks involving PowerShell should be asked on Super User or Server Fault. Sign up to watch this tag and see more personalized content

  5. PowerShell 7.6.0 preview 5 released for Windows 11 and Windows 10

    Oct 9, 2025 · github PowerShell: 7.6.0-preview.5 Engine Updates and Fixes Allow opt-out of the named-pipe listener using the environment variable POWERSHELL_DIAGNOSTICS_OPTOUT …

  6. How to tell PowerShell to wait for each command to end before …

    Normally, for internal commands PowerShell does wait before starting the next command. One exception to this rule is external Windows subsystem based EXE. The first trick is to pipeline to Out …

  7. Enable or Disable Windows PowerShell 2.0 in Windows 10

    Nov 7, 2019 · How to Enable or Disable Windows PowerShell 2.0 in Windows 10 Windows PowerShell is a task-based command-line shell and scripting language designed especially for system …

  8. Powershell web request without throwing exception on 4xx/5xx

    Powershell web request without throwing exception on 4xx/5xx Asked 12 years, 4 months ago Modified 1 year, 6 months ago Viewed 118k times

  9. Turn On or Off Real-time Protection for Microsoft Defender Antivirus ...

    Feb 2, 2021 · Turn On or Off Real-time Protection for Microsoft Defender Antivirus in PowerShell If you use this option to turn off real-time protection for Microsoft Defender Antivirus, it will only be …

  10. How can I replace every occurrence of a String in a file with ...

    Using PowerShell, I want to replace all exact occurrences of [MYID] in a given file with MyValue. What is the easiest way to do so?