desktop:windows-cmd

Windows常用命令

离线包下载地址:https://store.rg-adguard.net/

add-appxpackage 文件名.msixbundle

# 创建
sc create 自定义服务名称 binPath= "路径\文件名.exe"
# 启动
sc start 自定义服务名称
# 删除
sc delete 自定义服务名称 binPath= "路径\文件名.exe"

msiexec /package "spacedesk_driver_Win_10_64_v2113.msi"

  • desktop/windows-cmd.txt
  • 最后更改: 2024/02/29 19:37
  • opsdate