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:
felipebeser 2022-09-19 13:33:02 -03:00 committed by GitHub
parent 2d1ec936ed
commit faf35e9d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,12 +358,12 @@ $xaml.SelectNodes("//*[@Name]") | ForEach-Object {$global:sync["$("$($_.Name)")"
"XboxNetApiSvc" # Xbox Live Networking Service "XboxNetApiSvc" # Xbox Live Networking Service
"XboxGipSvc" # Disables Xbox Accessory Management Service "XboxGipSvc" # Disables Xbox Accessory Management Service
"ndu" # Windows Network Data Usage Monitor "ndu" # Windows Network Data Usage Monitor
"WerSvc" #disables windows error reporting "WerSvc" # Disables windows error reporting
#"Spooler" # Disables your printer #"Spooler" # Disables your printer
"Fax" # Disables fax "Fax" # Disables fax
"fhsvc" # Disables fax history "fhsvc" # Disables fax history
"gupdate" # Disables google update "gupdate" # Disables google update
"gupdatem" #Disable another google update "gupdatem" # Disables another google update
"stisvc" # Disables Windows Image Acquisition (WIA) "stisvc" # Disables Windows Image Acquisition (WIA)
"AJRouter" # Disables (needed for AllJoyn Router Service) "AJRouter" # Disables (needed for AllJoyn Router Service)
"MSDTC" # Disables Distributed Transaction Coordinator "MSDTC" # Disables Distributed Transaction Coordinator
@ -372,7 +372,7 @@ $xaml.SelectNodes("//*[@Name]") | ForEach-Object {$global:sync["$("$($_.Name)")"
"PrintNotify" # Disables Windows printer notifications and extensions "PrintNotify" # Disables Windows printer notifications and extensions
"PcaSvc" # Disables Program Compatibility Assistant Service "PcaSvc" # Disables Program Compatibility Assistant Service
"WPDBusEnum" # Disables Portable Device Enumerator 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) "seclogon" # Disables Secondary Logon(disables other credentials only password will work)
"SysMain" # Disables sysmain "SysMain" # Disables sysmain
"lmhosts" # Disables TCP/IP NetBIOS Helper "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 "iphlpsvc" # Disables ipv6 but most websites don't use ipv6 they use ipv4
"edgeupdate" # Disables one of edge update service "edgeupdate" # Disables one of edge update service
"MicrosoftEdgeElevationService" # Disables one of edge 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) "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) #"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) #"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 "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. "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) "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 ) "WpnService" # Disables WpnService (Push Notifications may not work )
#"StorSvc" # Disables StorSvc (usb external hard drive will not be reconised by windows) #"StorSvc" # Disables StorSvc (usb external hard drive will not be reconised by windows)
"RtkBtManServ" # Disables Realtek Bluetooth Device Manager Service "RtkBtManServ" # Disables Realtek Bluetooth Device Manager Service