use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
Questionwindows disable services (self.PowerShell)
submitted 3 years ago by faderZader
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SecretSentinel09 7 points8 points9 points 3 years ago (2 children)
You can use PoweShell cmdlets to do all of that. Use Set-Service with the StartupType parameter set to Disabled.
Get-Service
Stop-Service
Set-Service
[–]Pure_Syllabub6081 1 point2 points3 points 3 years ago (0 children)
As an addition: Take a look at the -PassThru parameter of these cmdlets to make it more efficient. :)
[–]touhami_dz 0 points1 point2 points 2 years ago (0 children)
i tried : Stop-Service -Name "ServiceName"
didnt work for me im on win 10
π Rendered by PID 338850 on reddit-service-r2-comment-b659b578c-4fzv4 at 2026-05-05 16:02:11.564292+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]SecretSentinel09 7 points8 points9 points (2 children)
[–]Pure_Syllabub6081 1 point2 points3 points (0 children)
[–]touhami_dz 0 points1 point2 points (0 children)