Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
hirogen
Engaged Sweeper III
This service needs to be enabled in order for me to run a powershell script to delete user profiles from hotdesks in one go using delprof2.exe
2 REPLIES 2
CyberCitizen
Honored Sweeper
First off running Windows 7 I would say upgrade them now. Those machines should not have Remote Registry running for security reasons.

You should be able to create a deployment package to run the following commands.

sc start "remoteregistry"

This command is to give the service time to start.

timeout /t 10

Run your delprof2

sc stop "remoteregistry"
brandon_jones
Champion Sweeper III
You can create a deployment to start the service that sends the command net start "service name"

General Discussions

Find answers to technical questions about Lansweeper.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now