win

How to rescue the file you opened, saved and is now gone?

  Luckily, there’s a way to rescue these files, especially if only a short time passed since you’ve opened and closed them.  Here are the instructions for Windows 7 or Windows Vista users, English version. <disclaimer>  Please be careful and…

Win port/application identification

C:Documents and SettingsAdministrator>netstat /noab | findstr „8000“ TCP    0.0.0.0:8000           0.0.0.0:0              LISTENING       4852 C:Documents and SettingsAdministrator>tasklist | findstr „4852“ MML.exe                       4852 Console                    0     18,904 K  

Routing .bat specific routing for Win

@echo off route delete 10.17.104.0 mask 255.255.255.0 route delete 10.17.105.0 mask 255.255.255.0 route print echo „=========================================“ echo „= Delete route successfully! =“ echo „=========================================“ @echo off route -p add 10.17.104.0 mask 255.255.255.0 192.168.77.1 route -p add 10.17.105.0 mask 255.255.255.0 192.168.77.1…