
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2021 11:51 AM
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
Labels:
- Labels:
-
General Discussion
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2021 09:07 AM
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"
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"

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2021 05:05 PM
You can create a deployment to start the service that sends the command net start "service name"
