Forum 论坛 spacedesk Discussions Spacedesk silent install from flash drive.

正在查看 6 个帖子:1-5 (共 5 个帖子)
  • 作者
    帖子
  • #3968
    Peter
    参与者

    If you have access to the Internet, you can do this with the command:(without flash drive)

    winget install –id Datronicsoft.SpacedeskDriver.Server –silent –accept-package-agreements

    But How to install Spacedesk server on Windows 10 in silent mode from flash drive without user and internet interference? (autorun and *.bat)

    #3983
    spacedesk Lea
    管理员

    Hi @peter,
    You can use this sample command for silent install of spacedesk Driver msi.

    msiexec /i C:\spacedesk_driver_Win_10_64_v1018_BETA.msi /qn /norestart

    #3992
    Peter
    参与者

    I try this command but had no success.
    msiexec run on 1 second and off (I see this in Taskmanager)
    but if manually run *.bat as Administrator (from the menu) works OK.

    How modify this command to run as *.bat with admin privileges?
    I try Runas command but stop on “enter password” prompt.

    #3994
    jortegaa3289
    禁闭

    Thanks, I was looking for the same.

    #4023
    Peter
    参与者

    I found an intermediate solution.
    You need to create * .bat script and inside:
    msiexec / i C: \ spacedesk_driver_Win_10_64_v1018_BETA.msi / qn / norestart

    (The installer can be on a flash drive)

    With some programs, we change BAT to EXE (in Invisible mode – do not show the window) and name it e.g. spacedesk.exe
    (Unfortunately, many antivirus programs treat the file created in this way as a threat and try to block it. You need to find one that at least bypasses Windows Defender. You can check this on the VirusTotal website)

    Click on the spacedesk.exe file with the right mouse button and select “Run as administrator” from the menu.

    You can also select Compatibility in File Properties and Run this program as Administrator, but when run this way, a little info window pops up.

    #4026
    spacedesk Lea
    管理员

    Great to hear that you found a solution.

正在查看 6 个帖子:1-5 (共 5 个帖子)
  • 哎呀,回复话题必需登录。