简体   繁体   中英

Can remote powershell start this process?

I'm trying to start a dogecoin miner process on my machine over SSH. It won't start because it can't connect to the CUDA drivers because SSH doesn't seem to load them for the session. I asked a question on SuperUser where somebody mentioned using Powershell to remotely connect and start the process in hopes that it'll start under the right "context" to access the CUDA drivers.

I've always been a little leery about allowing Powershell to run remotely on my machine, especially if it'd be accessible from over the internet. Can Powershell do this and what security concerns might there be for allowing remote Powershell to run?

I don't expect using PowerShell will help you access the CUDA drivers either. I think the core issue is that the remote endpoint is running as a service and is not allocated a desktop on the remote machine. If there's no desktop, there's no GUI; no gui, no CUDA.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM