Posts

Showing posts from September, 2025

To fix error 0x0000011b, go to the host computer sharing the printer

Image
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f To fix error 0x0000011b, go to the host computer sharing the printer, open the Registry Editor, and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print. Create a new DWORD (32-bit) Value called RpcAuthnLevelPrivacyEnabled and set its value data to 0. Restart the Print Spooler service from the Services app (or restart the computer) and then try connecting from the client computer again.  This video demonstrates how to access and modify the registry, including creating a new DWORD value: Related video thumbnailFavicon YouTube • MDTechVideos 56s Detailed Steps On the Host Computer (the PC with the shared printer): Open the Registry Editor: Press the Windows key + R to open the Run dialog. Type regedit and press Enter, or click OK. Navigate to the correct key: In the Registry Editor, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print. Create the...

Proxy Squid For Browser automation

  Sav as batch file @echo off echo Setting Proxy Server to 10.10.19.7:3128 REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d 10.10.19.7:3128 /f echo Proxy Set Successfully pause

ManageEngine Zoho ka IT management tools ka brand hai

ManageEngine Zoho ka IT management tools ka brand hai. Ye mainly companies ko IT infrastructure manage karne, monitor karne aur secure karne ke liye use hota hai. Iske andar alag-alag products hote hain, jo different kaam karte hain. Main areas ye hain: 1. IT Service Management (ITSM) ServiceDesk Plus → Helpdesk ticketing system, incident management, change management, asset management. Employees ke issues track aur resolve karna. 2. IT Operations Management (ITOM) OpManager → Network monitoring (switches, routers, servers, VMs). Applications Manager → Application aur database performance monitoring. NetFlow Analyzer → Bandwidth usage aur traffic analysis. 3. Endpoint Management & Security Endpoint Central (old name Desktop Central) → Laptops, PCs, servers, mobile devices manage karna. Software deploy, patch management, remote control, USB device control. Patch Manager Plus → Windows, macOS, Linux ke liye patch updates manage karna. 4. Active Direc...