Skip to main content

All Questions

0 votes
0 answers
332 views

PSExec -c flag does not work with powershell scripts

I'm using PSExec 2.4 to run commands on multiple computers. If I want to run a local batch script on the target computer (named {machine} below), this works no problem: psexec -i \\{machine} -nobanner ...
EllipticalInitial's user avatar
3 votes
3 answers
3k views

Sysinternals Handles Close Command?

https://docs.microsoft.com/en-us/sysinternals/downloads/handle >>> I downloaded the file on this site. Everything is fine but I cannot do exactly what I want. I explained exactly what I ...
Ömer Çelimli's user avatar
1 vote
3 answers
5k views

PsExec treats second remote computer in list as a program name

PsExec behaves very strangely when run on a specific server When I use PsExec to run a program on multiple remote machines in most cases, it works perfectly fine. When I run the same command on one ...
Jason Fox's user avatar
2 votes
1 answer
3k views

Run a scheduled task that can update the desktop background wallpaper without causing a foreground flash?

I like how certain Windows themes rotate through various images, but I also like to use BgInfo to write out various machine info to the desktop wallpaper image. I created a customized BGI file and ...
travis's user avatar
  • 913