Setting up Remote Access

So now that I have my test machine in place the first thing I want to do is setup secure remote access to my private network. This should also cover the ability to route my traffic via my home when out and about if necessary. (for example overseas, or public WiFi...

Batch file to check for 64Bit system

The following can be used in a batch script to check if a system is 64Bit or 32Bit. @echo off :START REM SYSTEM Check IF EXIST %WINDIR%\SysWOW64\NUL GOTO :64BIT goto :32BIT :64BIT REM Run 64bit command goto :END :32BIT REM Run 32bit command goto :END :END Just add the...

Setting up a Home Media Network

I have embarked on setting up my very own home media centre. Over the next little while I will cover the setup and maintenance of the system from start to finish. The requirements of the system that I wanted are Must be cheap Must not use pay TV Needs to run on old...

Remotely Run Combofix

Anyone who runs Combo fix knows that during the scan the machine is disconnected from the network. This is fine when using Combo fix onsite but it can be frustrating if you are running the application remotely as you have no idea if the application is running or...