Search found 4 matches

by bcskc620
20 Jun 2016 12:35
Forum: DOS Batch Forum
Topic: Printer Redirection Batch Help
Replies: 6
Views: 4311

Re: Printer Redirection Batch Help

Thanks Compo. I'll give this a try.
by bcskc620
20 Jun 2016 10:58
Forum: DOS Batch Forum
Topic: Printer Redirection Batch Help
Replies: 6
Views: 4311

Re: Printer Redirection Batch Help

Sorry, figured it could be advised and I could just edit the file and add in the additional script. Thanks for your patience. The printer that I would like to not get deleted is called

Universal Printer
by bcskc620
20 Jun 2016 09:31
Forum: DOS Batch Forum
Topic: Printer Redirection Batch Help
Replies: 6
Views: 4311

Re: Printer Redirection Batch Help

I didn't see a way to attach anything. The script inside my batch file right now is this: reg delete "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Devices" /f /va It does work to delete the redirected printers but just was not sure how to get it to exclude certain ones. Thanks Squashm...
by bcskc620
20 Jun 2016 07:41
Forum: DOS Batch Forum
Topic: Printer Redirection Batch Help
Replies: 6
Views: 4311

Printer Redirection Batch Help

Hello all, I have a batch file set to run at user log off to clear redirected printers from HKCU > Software > Microsoft > Windows NT > CurrentVersion > Devices /f /va This works great. However, I would like to specify a certain printer to not be removed when this batch file is run. The printer name ...