====== Control Redirected Printers in Parallels RAS Client ====== :!: This is done in each users RAS profile logged in as that user, or in the Parallels RAS Policy: - Click ''Start'' - Type ''Parallels'' - Click on ''Parallels Client'' - Right-Click the connection -> ''Connection Properties'' - Choose the ''Printing'' tab - From the ''Redirect Printers'' drop list, choose ''Specific Only'' - In the box below that, **uncheck all printers you don't want redirected** - Click ''OK'' :!: To [[quick_guide:printer_set_default|set a printer as your default printer]], right-click the desired printer and select ''Set as default printer''. :!: To [[quick_guide:printer_add_remove|add remove other printers]], see this wiki page. ===== Fix Slow "Devices and Printers" Enumeration ===== 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' Don't forget to **log out**, then **log back in** to restore active printers.