windows 10 how to uninstall app cmd code example
Example 1: how to install .whl file in windows 10
pip install C:/some-dir/some-file.whl
Example 2: windows xp enable remote desktop cmd
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f