About 1,570,000 results
Open links in new tab
  1. How to send keystrokes from one computer to another by USB?

    14 Is there a way to use one computer to send keystrokes to another by usb ? What i'm looking to do is to capture the usb signal used by a keyboard (with USBTrace for example) and use it …

  2. How to execute a Windows command on a remote PC?

    Aug 13, 2012 · Is it possible to execute a Windows shell command on a remote PC when I know its login name and password? Is it possible to do it using client PC's Windows shell?

  3. windows - How do I stop/start a scheduled task on a remote …

    Nov 14, 2008 · I want to write a script that will stop a scheduled task on a remote computer, do some stuff, and then start the schedule task back up. How can I do it?

  4. .net - Suspend or hibernate from PowerShell - Stack Overflow

    Dec 20, 2013 · I am interested in using Windows PowerShell to suspend or hibernate a computer. How do you achieve this? I am already aware of the Stop-Computer and Restart-Computer …

  5. powershell - Rename-Computer is throwing "access is denied" …

    Dec 12, 2019 · So WMI and DCOM are "fun", but why not just try Invoke-Command to remote to the machine and perform the Rename-Computer locally? (If the VMs are supposed to be …

  6. Starting ssh-agent on Windows 10 fails: "unable to start ssh-agent ...

    Aug 31, 2018 · Adding here that if you have this problem and run start-ssh-agent in PowerShell it will "switch" to cmd (not powershell) like functionality until you exit the batch job started by …

  7. How can I see the command history across all PowerShell sessions …

    May 22, 2017 · Where can you view the full history from all sessions in Windows Server 2016? The following PowerShell command only includes the commands from the current session: …

  8. Windows CMD command for accessing usb? - Stack Overflow

    Feb 20, 2015 · I have tried googling it but couldn't find it. I know the command for it is cd /media for linux but have no idea what it is for Windows.I also tried the dir command but couldn't find …

  9. write a shell script to ssh to a remote machine and execute …

    Dec 18, 2012 · 2 There is are multiple ways to execute the commands or script in the multiple remote Linux machines. One simple & easiest way is via pssh (parallel ssh program) pssh: is a …

  10. How to run multiple commands via Invoke-Command on remote …

    May 3, 2017 · It executes both commands when removing the -ComputerName parameter, so it seems something to do with calling on remote computer