{"id":1052,"date":"2026-04-20T11:08:41","date_gmt":"2026-04-20T11:08:41","guid":{"rendered":"https:\/\/raj.com.np\/?page_id=1052"},"modified":"2026-04-25T10:13:20","modified_gmt":"2026-04-25T10:13:20","slug":"fix-network-and-printer-share-0x0000011b-error","status":"publish","type":"page","link":"https:\/\/raj.com.np\/?page_id=1052","title":{"rendered":"Fix Network and Printer Share 0x0000011b error"},"content":{"rendered":"\n<h5 class=\"wp-block-heading\">Fix Network and Printer Share 0x0000011b error<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">\u2705 Save as network-print_fix.reg and then merge it<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows\\LanmanWorkstation]<br>\"AllowInsecureGuestAuth\"=dword:00000001[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Print]<br>\"RpcAuthnLevelPrivacyEnabled\"=dword:00000000<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h5 class=\"wp-block-heading\"> What these actually do<\/h5>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\"AllowInsecureGuestAuth\"=1<\/code><br>\u2192 Allows guest (no password) SMB access<br>\u2192 Needed for some old NAS\/printers<\/li>\n\n\n\n<li><code>\"RpcAuthnLevelPrivacyEnabled\"=0<\/code><br>\u2192 Fixes <strong>printer error 0x0000011b<\/strong> (relaxes RPC security)<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h5 class=\"wp-block-heading\">\u2714 During Windows setup (offline image)<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Using <strong>DISM<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>dism \/image:C:\\mount \/add-registry \/regfile:network-print_fix.reg<\/strong><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><em>(Or load the hive manually with <code>reg load<\/code> and import)<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h5 class=\"wp-block-heading\">\u2714 On a running system<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Just save as <code>network-print_fix.reg<\/code> and run:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong><code>reg import network-print_fix.reg<\/code><\/strong><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h5 class=\"wp-block-heading\">\u2714 Via script (recommended for automation)<br>Run Script in Powershell with dministrator rights (Win+X followed by a)<\/h5>\n\n\n\n<pre class=\"wp-block-preformatted\">reg add HKLM\\SOFTWARE\\Policies\\Microsoft\\Windows\\LanmanWorkstation \/v AllowInsecureGuestAuth \/t REG_DWORD \/d 1 \/f<br>reg add HKLM\\System\\CurrentControlSet\\Control\\Print \/v RpcAuthnLevelPrivacyEnabled \/t REG_DWORD \/d 0 \/f<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Fix Network and Printer Share 0x0000011b error \u2705 Save as network-print_fix.reg and then merge it Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows\\LanmanWorkstation]&#8221;AllowInsecureGuestAuth&#8221;=dword:00000001[HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Print]&#8221;RpcAuthnLevelPrivacyEnabled&#8221;=dword:00000000 What these actually do \u2714 During Windows setup (offline image) Using DISM: dism \/image:C:\\mount \/add-registry \/regfile:network-print_fix.reg (Or load the hive manually with reg load and import) \u2714 On a running system Just save as network-print_fix.reg [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1052","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/raj.com.np\/index.php?rest_route=\/wp\/v2\/pages\/1052","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raj.com.np\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/raj.com.np\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/raj.com.np\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/raj.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1052"}],"version-history":[{"count":9,"href":"https:\/\/raj.com.np\/index.php?rest_route=\/wp\/v2\/pages\/1052\/revisions"}],"predecessor-version":[{"id":1253,"href":"https:\/\/raj.com.np\/index.php?rest_route=\/wp\/v2\/pages\/1052\/revisions\/1253"}],"wp:attachment":[{"href":"https:\/\/raj.com.np\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1052"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}