desktop:windows-cmd

Windows常用命令

CMD:shell:Common Startup

目录为:C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

离线包下载地址: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
  • 最后更改: 2025/09/11 11:46
  • opsdate