Windows

Windows – Add network printer CMD or BAT file – SOLVED

Adding a network printer from the command line (or bat file) @Echo Off REM Change \\COMPUTER\PRINTER to your printer network adress REM Add printer rundll32 printui.dll,PrintUIEntry /in /n\\COMPUTER\PRINTER REM Set printer as default rundll32 printui.dll,PrintUIEntry /y /n\\COMPUTER\PRINTER  

Windows – Allow empty/blank passwort to network access – SOLVED

Blank Password Network Access Windows XP professional will not allow network users computer access without a password. Trying to do so will normally return and error code. To allow network access using a blank password: [Start] [Run] and type gpedit.msc and click [OK] Navigate to Computer Configuration / Windows Settings / Security Settings / Local …

Windows – Allow empty/blank passwort to network access – SOLVED Read More »