PSEXEC remote to Win 10 - No process is on the other end of the pipe Announcing the arrival of...
Can 'non' with gerundive mean both lack of obligation and negative obligation?
Lights are flickering on and off after accidentally bumping into light switch
Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?
Assertions In A Mock Callout Test
How was Lagrange appointed professor of mathematics so early?
"Destructive force" carried by a B-52?
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
2 sample t test for sample sizes - 30,000 and 150,000
What's the difference between using dependency injection with a container and using a service locator?
How to break 信じようとしていただけかも知れない into separate parts?
Determine the generator of an ideal of ring of integers
Short story about an alien named Ushtu(?) coming from a future Earth, when ours was destroyed by a nuclear explosion
Can I ask an author to send me his ebook?
Why aren't road bike wheels tiny?
Who's this lady in the war room?
What's the connection between Mr. Nancy and fried chicken?
Unix AIX passing variable and arguments to expect and spawn
Kepler's 3rd law: ratios don't fit data
Is it OK if I do not take the receipt in Germany?
Why aren't these two solutions equivalent? Combinatorics problem
Why doesn't the university give past final exams' answers?
What is the ongoing value of the Kanban board to the developers as opposed to management
“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?
How do I deal with an erroneously large refund?
PSEXEC remote to Win 10 - No process is on the other end of the pipe
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)PSExec cannot find explorer.exe?PSExec can not connect from Windows XP to Windows 7PsExec: Access is deniedPSExec “cannot find the file specified” on local machineDisable windows services in Windows 10 command prompt in recovery modePSTools: PSExec not working on 64-bit Windows 7Run as administrator does nothingWindows 10 - Can't access network share from nowherePowershell runs, visible on taskbar, but shows no windowpsexec could not start psexec service on <server>. Error in the remote procedure call was cancelled
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I tried to use PSEXEC from a Windows 7 to Windows 10 PRO (not the preview).
PsExec.exe -i 1 -u myuser -p mypass \xxx.xxx.xxx.xxx cmd
Output
Error communicating with PsExec service on xxx.xxx.xxx.xxx
No process is on the other end of the pipe.
I have only one admin user (myuser) on the remote machine.
I can see the service PSEXESVC.exe being created and running. I stopped it, tried again, same result.
*I am using same command and same config (firewall disabled, LocalAccountTokenFilterPolicy to 1) on Xp,Win7,Win8,Win10Preview without issue.
windows-10 psexec
bumped to the homepage by Community♦ 6 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I tried to use PSEXEC from a Windows 7 to Windows 10 PRO (not the preview).
PsExec.exe -i 1 -u myuser -p mypass \xxx.xxx.xxx.xxx cmd
Output
Error communicating with PsExec service on xxx.xxx.xxx.xxx
No process is on the other end of the pipe.
I have only one admin user (myuser) on the remote machine.
I can see the service PSEXESVC.exe being created and running. I stopped it, tried again, same result.
*I am using same command and same config (firewall disabled, LocalAccountTokenFilterPolicy to 1) on Xp,Win7,Win8,Win10Preview without issue.
windows-10 psexec
bumped to the homepage by Community♦ 6 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Well I started a brand new version of Windows 10, disabled firewall and set LocalAccountTokenFilterPolicy key. It works. :| I'll leave the question open if anyone has any clue.
– user11099
Jul 30 '15 at 11:57
add a comment |
I tried to use PSEXEC from a Windows 7 to Windows 10 PRO (not the preview).
PsExec.exe -i 1 -u myuser -p mypass \xxx.xxx.xxx.xxx cmd
Output
Error communicating with PsExec service on xxx.xxx.xxx.xxx
No process is on the other end of the pipe.
I have only one admin user (myuser) on the remote machine.
I can see the service PSEXESVC.exe being created and running. I stopped it, tried again, same result.
*I am using same command and same config (firewall disabled, LocalAccountTokenFilterPolicy to 1) on Xp,Win7,Win8,Win10Preview without issue.
windows-10 psexec
I tried to use PSEXEC from a Windows 7 to Windows 10 PRO (not the preview).
PsExec.exe -i 1 -u myuser -p mypass \xxx.xxx.xxx.xxx cmd
Output
Error communicating with PsExec service on xxx.xxx.xxx.xxx
No process is on the other end of the pipe.
I have only one admin user (myuser) on the remote machine.
I can see the service PSEXESVC.exe being created and running. I stopped it, tried again, same result.
*I am using same command and same config (firewall disabled, LocalAccountTokenFilterPolicy to 1) on Xp,Win7,Win8,Win10Preview without issue.
windows-10 psexec
windows-10 psexec
asked Jul 30 '15 at 11:22
user11099user11099
11612
11612
bumped to the homepage by Community♦ 6 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 6 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Well I started a brand new version of Windows 10, disabled firewall and set LocalAccountTokenFilterPolicy key. It works. :| I'll leave the question open if anyone has any clue.
– user11099
Jul 30 '15 at 11:57
add a comment |
Well I started a brand new version of Windows 10, disabled firewall and set LocalAccountTokenFilterPolicy key. It works. :| I'll leave the question open if anyone has any clue.
– user11099
Jul 30 '15 at 11:57
Well I started a brand new version of Windows 10, disabled firewall and set LocalAccountTokenFilterPolicy key. It works. :| I'll leave the question open if anyone has any clue.
– user11099
Jul 30 '15 at 11:57
Well I started a brand new version of Windows 10, disabled firewall and set LocalAccountTokenFilterPolicy key. It works. :| I'll leave the question open if anyone has any clue.
– user11099
Jul 30 '15 at 11:57
add a comment |
1 Answer
1
active
oldest
votes
I almost gave up on Psexec because of this... but you might want to try connecting to Session ID 0 instead of 1. I've noticed some anomalies if (when...) Psexec ever gets hung up and decides to not delete itself (probably version related...) It gets 'locked' to SessionID 0 on the remote pc, and in my version 1.97, I am forced to specify SessionID 0 to interact with it again (or else reboot the remote pc). If running Psexec from script, you likely should specify SessionID 0 to avoid the situation.
Good luck!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f947481%2fpsexec-remote-to-win-10-no-process-is-on-the-other-end-of-the-pipe%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I almost gave up on Psexec because of this... but you might want to try connecting to Session ID 0 instead of 1. I've noticed some anomalies if (when...) Psexec ever gets hung up and decides to not delete itself (probably version related...) It gets 'locked' to SessionID 0 on the remote pc, and in my version 1.97, I am forced to specify SessionID 0 to interact with it again (or else reboot the remote pc). If running Psexec from script, you likely should specify SessionID 0 to avoid the situation.
Good luck!
add a comment |
I almost gave up on Psexec because of this... but you might want to try connecting to Session ID 0 instead of 1. I've noticed some anomalies if (when...) Psexec ever gets hung up and decides to not delete itself (probably version related...) It gets 'locked' to SessionID 0 on the remote pc, and in my version 1.97, I am forced to specify SessionID 0 to interact with it again (or else reboot the remote pc). If running Psexec from script, you likely should specify SessionID 0 to avoid the situation.
Good luck!
add a comment |
I almost gave up on Psexec because of this... but you might want to try connecting to Session ID 0 instead of 1. I've noticed some anomalies if (when...) Psexec ever gets hung up and decides to not delete itself (probably version related...) It gets 'locked' to SessionID 0 on the remote pc, and in my version 1.97, I am forced to specify SessionID 0 to interact with it again (or else reboot the remote pc). If running Psexec from script, you likely should specify SessionID 0 to avoid the situation.
Good luck!
I almost gave up on Psexec because of this... but you might want to try connecting to Session ID 0 instead of 1. I've noticed some anomalies if (when...) Psexec ever gets hung up and decides to not delete itself (probably version related...) It gets 'locked' to SessionID 0 on the remote pc, and in my version 1.97, I am forced to specify SessionID 0 to interact with it again (or else reboot the remote pc). If running Psexec from script, you likely should specify SessionID 0 to avoid the situation.
Good luck!
answered Apr 19 '17 at 7:12
sperostersperoster
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f947481%2fpsexec-remote-to-win-10-no-process-is-on-the-other-end-of-the-pipe%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Well I started a brand new version of Windows 10, disabled firewall and set LocalAccountTokenFilterPolicy key. It works. :| I'll leave the question open if anyone has any clue.
– user11099
Jul 30 '15 at 11:57