I FU**ING FIXED IT.
So its a two parts problem. First one was fixed by your regkey, 2nd part is adding
RpcAuthnLevelPrivacyEnabled set as 0 in the "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print"
Thank you so much Garlin for the assistance,
For everyone else dealing with this Microsoft change, please use the regkey below (apply key then reboot the PC):
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers\RPC]
"RpcUseNamedPipeProtocol"=dword:00000001
"RpcProtocols"=dword:00000007
"ForceKerberosForRpc"=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print]
"RpcAuthnLevelPrivacyEnabled"=dword:00000000