In Windows, if you choose to share a printer, you can from another machine just navigate and right-click and select "Connect"
Subscribe to:
Posts (Atom)
Kitematic - Self Signed Certificate In Certificate Chain
Found this issue while behind a enterprise proxy. Proxy uses self signed certificate. Windows has the certificate as trusted, docker works f...

-
Found this solution at the MSDN KB (KB2608523). Create a batch file with the following contents, or just run one line at a time on your co...
-
I needed to run a certain code only when the browser was IE. So I needed a way to check for browser, and here is the line of code: if (str...
-
I have been working with this solution I have 4 projects: - Project to hold the xaml files - Project to hold the first level library (cont...