Загрузка данных


PS C:\Users\arinagruseva> New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo" -Force | Out-Null; Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo" -Name DisabledByGroupPolicy -Value 1 -Type DWord
PS C:\Users\arinagruseva> powercfg /getactivescheme
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c  (High performance)
PS C:\Users\arinagruseva> powercfg /a
The following sleep states are available on this system:
    Standby (S0 Low Power Idle) Network Connected

The following sleep states are not available on this system:
    Standby (S1)
        This standby state is disabled when S0 low power idle is supported.

    Standby (S2)
        This standby state is disabled when S0 low power idle is supported.

    Standby (S3)
        This standby state is disabled when S0 low power idle is supported.

    Hibernate
        Hibernation has not been enabled.

    Hybrid Sleep
        Standby (S3) is not available.
        Hibernation is not available.

    Fast Startup
        Hibernation is not available.

PS C:\Users\arinagruseva> Get-Service | Where-Object { $_.StartType -eq 'Disabled' } | Select-Object Name, DisplayName | Format-Table -AutoSize

Name                  DisplayName
----                  -----------
BthAvctpSvc           AVCTP service
bthserv               Bluetooth Support Service
DiagTrack             Connected User Experiences and Telemetry
DialogBlockingService DialogBlockingService
dmwappushservice      Device Management Wireless Application Protocol (WAP) Push message Routing Service
DPS                   Diagnostic Policy Service
lfsvc                 Geolocation Service
MapsBroker            Downloaded Maps Manager
MsKeyboardFilter      Microsoft Keyboard Filter
NetTcpPortSharing     Net.Tcp Port Sharing Service
PcaSvc                Program Compatibility Assistant Service
RemoteAccess          Routing and Remote Access
RemoteRegistry        Remote Registry
RetailDemo            Retail Demo Service
shpamsvc              Shared PC Account Manager
SSDPSRV               SSDP Discovery
ssh-agent             OpenSSH Authentication Agent
SysMain               SysMain
TrkWks                Distributed Link Tracking Client
tzautoupdate          Auto Time Zone Updater
upnphost              UPnP Device Host
WdiServiceHost        Diagnostic Service Host
WdiSystemHost         Diagnostic System Host
WerSvc                Windows Error Reporting Service
WinRM                 Windows Remote Management (WS-Management)
WMPNetworkSvc         Windows Media Player Network Sharing Service
WpcMonSvc             Parental Controls
WSearch               Windows Search
XblAuthManager        Xbox Live Auth Manager
XblGameSave           Xbox Live Game Save
XboxGipSvc            Xbox Accessory Management Service
XboxNetApiSvc         Xbox Live Networking Service


PS C:\Users\arinagruseva>