Auto connect VPN before RDP
@echo off SET VPN_NAME=”<VPN NAME>” :: Connecting to VPN… rasdial %VPN_NAME% <USER> <PASS> timeout 5 echo Running RDP… “<RDP FILE>.rdp” echo Finished – disconnecting from VPN… rasdial %VPN_NAME% /disconnect
@echo off SET VPN_NAME=”<VPN NAME>” :: Connecting to VPN… rasdial %VPN_NAME% <USER> <PASS> timeout 5 echo Running RDP… “<RDP FILE>.rdp” echo Finished – disconnecting from VPN… rasdial %VPN_NAME% /disconnect
Hi, if you need update your preinstalled Windows to Pro version OEM .. it is little tricky but it is not impossible. How do it ? Go to Settings -> System -> Update -> Click to change product key Enter this key : VK7JG-NPHTM-C97JM-9MPGT-3V66T and start update After update is done now follow this steps …
Sometimes you need add static route to Windows, I will show you how it could be done. Why you need add route ? you have two internet connection and you want to route all your connection to one of them testing router configuration you are use your windows as router ( BAD IDEA ) View …
Hi, sometimes you need download whole database from remote site. For example for automated backups. You will need remote access to database, you can try command to make sure you got access (replace username and remote.com with your user and host) mysql -u username -p -h remote.com If you are successfully logged to MySQL server you are …
Maybe you was facing the same situation. If you reconnect server or PC to network the default network type has changed to public, and you are cut off from remote desktop and etc. But in Windows 8/10 sometimes is’t change network as easy as it should. So there is little work around what works every …
Windows 8/10 (Windows server) change network type to private – solved Read More »
Hi, today I was facing some strange situation. If I run OBSOpen broadcaster software I can’t figure why everytime when I start recording I see just black screen. I find out it is problem of Windows with multiple GPU, in my laptop (dedicated GeForce and integrated Intel). Because intel graphic render your windows enviroment, you have …
Open Broadcaster Software – recording black screen – solved Read More »
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] -> …
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
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 »