Category Windows

update windows hosts file via .bat

This is how you update windows hosts file via .bat replace 127.0.0.1 localhost with the host entry you need @echo off REM Creating a Newline variable (the two blank lines are required!) set NLM=^ set NL=^^^%NLM%%NLM%^%NLM%%NLM% ECHO. >> “%systemroot%\system32\drivers\etc\hosts” findstr…

checkpoint vpn tunneling greyed out

checkpoint vpn tunneling greyed out Instructions on howto fix checkpoint vpn tunneling greyed out with checkpoint endpoint connect vpn client 1) Shutdown the R75 CPES Client 2) Stop the “Check Point Endpoint Security” service 3) Edit c:\program files (x86)\checkpoint\endpoint connect\trac.defaults…

howto visualsvn load dump file

howto visualsvn load dump file This article assumes you have already dumped your repository and are looking to import it in to VisualSVN Path to Visual SVN – D:\Program Files (x86)\VisualSVN Server\bin> Path to Repositories – D:\repositories Dump file: d:\repositories\examplerepo.dump…

Howto: Change Password Remote Desktop

Windows Server: Change User Password Via Remote Desktop Remote Desktop Protocol (RDP) is a multi-channel protocol that allows a user to connect to a computer running Microsoft Terminal Services. The server listens by default on TCP port 3389. Under remote…