Created
May 26, 2022 08:28
-
-
Save yuessir/0366e33cf0179a08a60d422bcbab77f9 to your computer and use it in GitHub Desktop.
解決chrome remote 遠端連線速度慢
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Program Files (x86)\Google\Chrome Remote Desktop\101.0.4951.13> Get-WmiObject Win32_process -Filter 'name="remoting_host.exe"' | ForEach-Object {$_.SetPriority(128)} | |
__GENUS : 2 | |
__CLASS : __PARAMETERS | |
__SUPERCLASS : | |
__DYNASTY : __PARAMETERS | |
__RELPATH : | |
__PROPERTY_COUNT : 1 | |
__DERIVATION : {} | |
__SERVER : | |
__NAMESPACE : | |
__PATH : | |
ReturnValue : 0 | |
PSComputerName : | |
__GENUS : 2 | |
__CLASS : __PARAMETERS | |
__SUPERCLASS : | |
__DYNASTY : __PARAMETERS | |
__RELPATH : | |
__PROPERTY_COUNT : 1 | |
__DERIVATION : {} | |
__SERVER : | |
__NAMESPACE : | |
__PATH : | |
ReturnValue : 0 | |
PSComputerName : | |
數字可調 | |
128 is High, 256 is real time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment