Windows 8/10 disable lock screen – solved

Hi, are you annoyed with Windows screen lock as much as me ? Here is little tutorial how to disable it. Disable Windows lock screen run regedit create key word32 at – [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]  -> “NoLockScreen”=00000001   restart pc -> all done !   Enable Windows lock screen run regedit create key word32 at – [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]  -> …

Windows 8/10 disable lock screen – solved Read More »

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 »