This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Technical Question Guys: HP P1102w printer on Windows 7. On "device and printers" I got a list of printers but do not have a "Default printer". If i set one out as default it gives me 0x00000709. I found 2 possible solution but it's not working. Solution A.) 1. Click [...] read more
I am trying to compile a Fortran 90 code that basically solves a very large system of differential equations (around 5000 ODEs). In order to increase the precision of the solver, I have to increase the size of the solution arrays, and I am running into a problem. I am [...] read more
I cannot set my printer (HP LaserJet M1005 MFP) as the default printer in my Windows 7 laptop. When I try to make it default the error comes like: > operation could not be completed (error 0x00000709). double check the printer > name and make sure that the printer is [...] read more
I have created a C# application to rename printers on a Citrix server (Server 2008 R2). The reason for this is because every time a user logs on the printer gets forwarded to the server and gets a unique name(For example Microsoft XPS Document Writer (from WI_UFivcBY4-wgoYOdlQ) in session 3) [...] read more
I am having an issue where a particular user is unable to set their default printer correctly after a reboot. The machine is running Windows 10 Pro with the latest updates installed. This computer connects to two shared printers on another machine. Connecting to the printers and installing them works [...] read more
My printer is HP LaserJet Pro M12a. Every computer runs on Windows 10. Apparently the printer used to work on the local network before I started working at my company, now it doesn't. What I gathered is that the Windows 10 1803 update broke Homegroup, and that it could be [...] read more
When I run the following command I get a different value than what I see if I manually browse to the registry key as the logged on user... psexec -u workgroup\xxx -p xxx \\7040-xxxx -i 4 cmd (reg query "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v Device) tried -i (by itself, or 1, 2, [...] read more
I'm connecting remotely from home (Workgroup) Win7 PC to an office (Domain) Win7 PC using VPN and Remote Desktop. Remote Desktop connects fine but doesn't share my local resources no matter what I do. So to print from host (office) to client (home) I've set up printer network sharing (it's [...] read more
So I am trying to programmatically add printers, and I'm getting a 0x00000709 error. What could cause this? I'm suspecting something in my code might be a little off: import subprocess def printerSetup(printer): subprocess.call(r'Cscript c:/windows/System32/Printing_Admin_Scripts/en-US/Prnport.vbs -a -r "' + printer + '.print.mediag.com" -h "' + printer + '.print.mediag.com" -o raw') [...] read more
I am trying to share a printer on a Domain connected Windows Server 2012 sever to be accessible over the internet by my domain users from non-domain workstations. I have tried opening TCP 445 and TCP 139. I can manage to get it working by adding a Local Port to [...] read more