About 259,000 results
Open links in new tab
  1. How to find, stop and disable a Windows service using Powershell

    Oct 10, 2010 · I am trying to find a service, stop it and then disable it remotely using Powershell. It can find and stop but cannot disable. For disabling, I have to run the Set-Service command separately. …

  2. Turn off windows update service & auto updates windows 10 using …

    Aug 12, 2020 · I want to use a powershell script to turn off windows update service & auto updates windows 10 using powershell. I've searched around but the commands didn't turn either one off …

  3. group policy - Powershell script - Transcript - How I disable it ...

    Sep 15, 2023 · The above shows an enabled PowerShell (Core) policy at the machine level that delegates to the Windows PowerShell policy (at the same level) Note that the OutputPathPattern …

  4. Set a one line powershell for sleep and hibernate to turn off

    Nov 19, 2015 · If, however, you'd like to continue using PowerShell (there's no need to in this case, but you certainly can), and want to have a single line, you could convert that single line to a script, and …

  5. How to uninstall PowerShell 5.1 on Windows after installing 72

    Jan 31, 2022 · I just updated PowerShell to 7.2.1: But the old is still installed: How do I remove the old one? Having both installed is kinda redundant I suppose.

  6. Automate Disabling Windows Update using Powershell

    May 8, 2019 · 3 I want to Automate Disabling Windows Update using Powershell. The setting i need to do to achieve this is: • Go to Run-> services.msc • Select windows update -> Disable it • Check for …

  7. powershell - How do I turn a Windows feature on/off from the …

    In Windows 10 and from "Programs and Features", you can turn Windows features on or off and then initiate a download and installation. I wish to turn ".NET Framework 3.5" ON and have it downloaded …

  8. PowerShell disable and enable a driver - Stack Overflow

    Dec 22, 2014 · I translate it, Disable-Device: The name "Disable-Device" was no name of a Cmdlet, or a function, or a script file, or an executive program. Check the notation of the name, or if it is the right …

  9. windows - how to set monitor timeout to "never" using powershell ...

    Mar 28, 2016 · I want to write a script that will change the power settings for "turn off the display" and "put the computer to sleep" to "never" (see attached screenshot). I know how to set times for the …

  10. Win 11 toggle UAC with powershell - Stack Overflow

    Jun 20, 2022 · Set-ItemProperty -Path REGISTRY::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System …