About 1,640,000 results
Open links in new tab
  1. PSEXEC, access denied errors - Stack Overflow

    May 6, 2009 · While I'm using PSEXEC.exe getting 'Access denied' error for remote systems. Any idea about how to solve this?

  2. Start And Stop Windows Service remotely using PSEXEC

    Oct 28, 2018 · How to start and and stop a Windows service remotely using PSEXEC? Preferably the syntax to write I tried the cmdlet given below psexec \\\\Server -u Administrator -p …

  3. PsExec Fails to Execute with Error Code -1073741502

    Dec 2, 2019 · 0 PsExec -i 0 solved for me a similar problem. I tried -i 1 too, but it didn't work.

  4. PsExec Access Denied on remote computer - Super User

    Sep 27, 2023 · PsExec.exe \\remotePcName -u Domain\Username -p Password -i -d cmd /c "" something.bat I've tried running PsExec as the domain administrator account and my domain …

  5. Running multiple commands in cmd via psexec - Stack Overflow

    Dec 1, 2018 · Here is what I'm looking to do. Use psexec to access remote machine travel to proper directory and file execute ant task exit cmd run together in one line I can run the below …

  6. Use Powershell to run Psexec command - Stack Overflow

    If I were doing this manually I would open up a command prompt and type 'psexec \\hostname cmd' then I would be in that machines command prompt, from which I could just navigate to …

  7. How do you run CMD.exe under the Local System Account?

    Download psexec.exe from Sysinternals. Place it in your C:\ drive. Logon as a standard or admin user and use the following command: cd \. This places you in the root directory of your drive, …

  8. PSExec: cmd exited on [COMPUTER] with error code -196608

    Oct 9, 2020 · Using PSExec was just too messy, so I'm glad this was able to work another way. Now to figure out how to enable remoting on all computers on the domain without connecting …

  9. Installing psexec to C:\\Windows vs another folder - Super User

    " PsExec looks in the \windows\system32 directory of the remote system" - this applies to psexec behavior and it isn't related to your question - where to keep psexec locally. Regardless …

  10. What is the reason PSExec keeps asking to accept EULA?

    Jun 13, 2019 · I'm using PSExec in a script that I run in a Windows 10 to send some commands to a Windows 7. However, sometimes these commands don't work and I realized this happens …