• 1. Download pspasswd.exe (More info)2. Create computers.txt file and place it in the same folder as pspasswd.exe3. In computers.txt list all computers you want to reset the admin password. Each in a new line.4. In the command prompt run pspasswd.exe…

  • Install LAMP (Linux-Apache-MySQL-PHP) Select the LAMP option during installation.orsudo tasksel install lamp-server default WWW root folder/var/www To restart apache:sudo /usr/sbin/apache2ctl restart Install PHPMyAdmin sudo aptitude install phpmyadminaddress: http://serverip/phpmyadmin/ If installation was successful, but browsing to the above address you are…

  • HDD and partitions df -h – How much free disk space is available for each mount.mount -t auto /dev/cdrom /cdfolder – mounts cd-rom to /cdfolderumount /cdfolder – unmounts cdfolder fdisk -l – show hard drives and partitionsfdisk /dev/sda – start…

  • Active Directory management. repadmin /showreps servername – Domain Controller replication status.repadmin /replsum – replication status of all the domain controllers in the forest. dsquery user -stalepwd <NumDaysSinceLastPwdChange> – Users Whose Passwords Are About to Expiredsquery user -inactive <NumWeeks> – Users…

  • MS Word by default temporary autorecovery files saves in C:\Documents and Settings\user.name\Application Data\Microsoft\WordExtension: .asdFilename: AutoRecovery save of FILENAME.asd Location can be changed in Word > Tools > Options > File LocationsIf location is not set files are saved in default…

  • Processes tasklist –  list of active processestasklist /SVC – list of active processes with services in each processtasklist /m kernel* – list of active processes with dlls starting ‘kernel’ in each process tasklist /s WSN-130 /u domain\administrator /p password –…

  • 1. Backup all important data on Windows 7.2. Install Windows XP into a separate partition.3. Boot into Windows XP. (You won’t be able to boot into Windows 7 at this point).4. Download and install EasyBCD. EasyBCD requires Microsoft .NET Framework…

  • CPC (Cartesian Perceptual Compression) algorithm is designed for compressing 1-bit raster images, such as black-and-white photographs and line art; often used for compressing monochrome design layouts, legal documents, and other types of scanned text files. To View files in IE…

  • H2testw – Flash drive test utility written by Herald Bögeholz. Writes full flash drive space with test data then tries to read it back and verify integrity. Good for detecting counterfeit flash drives that report their size as larger than the actual flash…

  • If the “New Text Document” context menu entry gets corrupted or missing restore it by running the following .reg fileContent of the file: Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\.txt]“Content Type”=”text/plain”@=”txtfile”“PerceivedType”=”text”[HKEY_CLASSES_ROOT\.txt\OpenWithList][HKEY_CLASSES_ROOT\.txt\PersistentHandler]@=”{5e941d80-bf96-11cd-b579-08002b30bfeb}”[HKEY_CLASSES_ROOT\.txt\shell][HKEY_CLASSES_ROOT\.txt\shell\open][HKEY_CLASSES_ROOT\.txt\shell\open\command]@=”notepad.exe %1″[HKEY_CLASSES_ROOT\.txt\ShellNew]“NullFile”=””  

  • 1. Download and extract CSCCMD.EXE 1.1 file.2. Create “Work Offline.bat” file with command csccmd.exe /DISCONNECT:\\servername\servershare3. Place “csccmd.exe” and “Work Offline.bat” in the same folder on user’s PC4. Create a shortcut to “Work Offline.bat” on the user’s desktop Useful if a…

  • Offline Files is a useful Windows feature which allows to make network files available offline.On a local system offline files by default are stored in a hidden folder: C:\WINDOWS\CSC They are stored in a proprietary compressed format and can’t be…