Forum Discussion
fslogix printing does not work after changing profile from UPM to fslogix
Would suggest below:
1. Clean Printer Registry Keys More Thoroughly
Remove-Item -Path "HKCU:\Software\Microsoft\Windows NT\CurrentVersion\PrinterPorts" -Recurse -Force
Remove-Item -Path "HKCU:\Printers" -Recurse -Force
Run this as the affected user before FSLogix mounts the profile.
2. Reset Print Spooler Dependencies
Stop-Service spooler
Remove-Item -Path "C:\Windows\System32\spool\PRINTERS\*" -Force
Start-Service spooler
3. Use FSLogix Profile Exclusions
[Registry]
ExcludeRegistry=HKCU\Printers
ExcludeRegistry=HKCU\Software\Microsoft\Windows NT\CurrentVersion\PrinterPorts
4. Test with a Clean VHD(X)
If all else fails, create a fresh FSLogix profile and compare registry snapshots with the converted one.
- JanOSep 11, 2025Copper Contributor
I found an error: when I go to the user's profile and set admin rights, printing works again. After that, it works forever. Does anyone have a solution for this? Which rights are not compatible?
- JanOSep 11, 2025Copper Contributor
Thank you very much for your help. Unfortunately, it didn't work. I don't see any difference between the old and new profiles. Just to note, printing via Microsoft Print to PDF doesn't work either. It generates a corrupted PDF with 0 bytes.