mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
minor comment typos and formatting (#163)
* Update README.md * QOL Terminal - Win Update Revamp * Fix Flickering * minor comment typos and formatting Fixed some typos and formatting in comments between lines 343 and 408 Co-authored-by: Chris Titus <dfm.titus@gmail.com>
This commit is contained in:
parent
2d1ec936ed
commit
faf35e9d91
@ -358,12 +358,12 @@ $xaml.SelectNodes("//*[@Name]") | ForEach-Object {$global:sync["$("$($_.Name)")"
|
||||
"XboxNetApiSvc" # Xbox Live Networking Service
|
||||
"XboxGipSvc" # Disables Xbox Accessory Management Service
|
||||
"ndu" # Windows Network Data Usage Monitor
|
||||
"WerSvc" #disables windows error reporting
|
||||
"WerSvc" # Disables windows error reporting
|
||||
#"Spooler" # Disables your printer
|
||||
"Fax" # Disables fax
|
||||
"fhsvc" # Disables fax history
|
||||
"gupdate" # Disables google update
|
||||
"gupdatem" #Disable another google update
|
||||
"gupdatem" # Disables another google update
|
||||
"stisvc" # Disables Windows Image Acquisition (WIA)
|
||||
"AJRouter" # Disables (needed for AllJoyn Router Service)
|
||||
"MSDTC" # Disables Distributed Transaction Coordinator
|
||||
@ -372,7 +372,7 @@ $xaml.SelectNodes("//*[@Name]") | ForEach-Object {$global:sync["$("$($_.Name)")"
|
||||
"PrintNotify" # Disables Windows printer notifications and extensions
|
||||
"PcaSvc" # Disables Program Compatibility Assistant Service
|
||||
"WPDBusEnum" # Disables Portable Device Enumerator Service
|
||||
#"LicenseManager" #Disable LicenseManager(Windows store may not work properly)
|
||||
#"LicenseManager" # Disables LicenseManager(Windows store may not work properly)
|
||||
"seclogon" # Disables Secondary Logon(disables other credentials only password will work)
|
||||
"SysMain" # Disables sysmain
|
||||
"lmhosts" # Disables TCP/IP NetBIOS Helper
|
||||
@ -392,7 +392,7 @@ $xaml.SelectNodes("//*[@Name]") | ForEach-Object {$global:sync["$("$($_.Name)")"
|
||||
"iphlpsvc" # Disables ipv6 but most websites don't use ipv6 they use ipv4
|
||||
"edgeupdate" # Disables one of edge update service
|
||||
"MicrosoftEdgeElevationService" # Disables one of edge service
|
||||
"edgeupdatem" # disbales another one of update service (disables edgeupdatem)
|
||||
"edgeupdatem" # Disables another one of update service (disables edgeupdatem)
|
||||
"SEMgrSvc" # Disables Payments and NFC/SE Manager (Manages payments and Near Field Communication (NFC) based secure elements)
|
||||
#"PNRPsvc" # Disables peer Name Resolution Protocol ( some peer-to-peer and collaborative applications, such as Remote Assistance, may not function, Discord will still work)
|
||||
#"p2psvc" # Disbales Peer Name Resolution Protocol(nables multi-party communication using Peer-to-Peer Grouping. If disabled, some applications, such as HomeGroup, may not function. Discord will still work)
|
||||
@ -401,7 +401,7 @@ $xaml.SelectNodes("//*[@Name]") | ForEach-Object {$global:sync["$("$($_.Name)")"
|
||||
"BcastDVRUserService_48486de" # Disables GameDVR and Broadcast is used for Game Recordings and Live Broadcasts
|
||||
"CaptureService_48486de" # Disables ptional screen capture functionality for applications that call the Windows.Graphics.Capture API.
|
||||
"cbdhsvc_48486de" # Disables cbdhsvc_48486de (clipboard service it disables)
|
||||
#"BluetoothUserService_48486de" #disbales BluetoothUserService_48486de (The Bluetooth user service supports proper functionality of Bluetooth features relevant to each user session.)
|
||||
#"BluetoothUserService_48486de" # Disables BluetoothUserService_48486de (The Bluetooth user service supports proper functionality of Bluetooth features relevant to each user session.)
|
||||
"WpnService" # Disables WpnService (Push Notifications may not work )
|
||||
#"StorSvc" # Disables StorSvc (usb external hard drive will not be reconised by windows)
|
||||
"RtkBtManServ" # Disables Realtek Bluetooth Device Manager Service
|
||||
|
Loading…
Reference in New Issue
Block a user