Getting HP Officejet Pro 8620 Scan to Network Working

So, tried to do this. Failed… Why? Not because there was an issue with the share or the user/pass combination. It was the SMB process and stack locations in the I/O request packets (IRPs) that are used by Windows.

Reference: IRPStackSize — Windows Server documentation

To fix

To increase IRPStackSize for the server:

  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click to select the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Lanmanserver\Parameters
  3. On the Edit menu, point to New, and then click DWORD Value.
  4. Type IRPStackSize, and then press Enter.
  5. Right-click IRPStackSize, and then click Modify.
  6. In the Value data box, ensure decimal is selected and put in 20. Increase by 2 until it works. I ended up using 28.

Restart the server service to test or restart your PC. The process restart is faster :)