This is done in each users RAS profile logged in as that user, or in the Parallels RAS Policy:
Start
Parallels
Parallels Client
Connection Properties
Printing
tabRedirect Printers
drop list, choose Specific Only
OK
To set a printer as your default printer, right-click the desired printer and select Set as default printer
.
To add remove other printers, see this wiki page.
For slow “Devices and Printers” enumeration (Control Panel), as the regular user:
Just remove Parallels redirected items (assumes default Parallels naming configuration):
Remove-Item -Path 'HKCU:\Software\Microsoft\Windows NT\CurrentVersion\Devices\*Parallels*'
Just remove Windows RDSH redirected items:
Remove-Item -Path 'HKCU:\Software\Microsoft\Windows NT\CurrentVersion\Devices\*redirected*'
To clear them all out (will be recreated at next logon; why not?):
Remove-Item -Path 'HKCU:\Software\Microsoft\Windows NT\CurrentVersion\Devices'