Skip to main content

Posts

Showing posts from August, 2011

Shutdown Computer With Command Prompt or shortcut for shutdown

Here is a trick to shutdown your computer at a specific time. You might be thinking what great about it, well you can shutdown your computer without the use of any software. Just shutdown your computer at specific time from RUN Command. For example if you wish to shutdown at 09:45 am. Type this in Start=>Run Type Code: at 11:35 shutdown -s To cancel or Abort the shutdown: Type Code: shutdown -a Type Code: “shutdown –s –m\\computername –t60”. This command will shutdown the computer on network if you have administrative access. Here computername needs to be replaced by the exact computer name of the computer on the network to work. Alternative method to create a shutdown timer or simply computer shutdown shortcut Step 1: Right click on your desktop and choose “New=>;shortcuts”. Step 2: In the box that says “Type the location of the shortcut”, type in “shutdown -s -t 3600” without the quotation marks and click next. Note: 3600 are the a...

Keyboard Shortcuts For Facebook

If you spend a lot of time on facebook then why not spend it more efficiently.There are a lot of browser specific keyboard shortcuts for facebook.You can create new messages,view account settings,View notifications etc .Once you get familiar with these shortcuts you can easily navigate on facebook.In this post I will give the shortcut keys for Google Chrome,Firefox and Internet Explorer.There is also a trick to create custom shortcuts keys for your computer programs Here is a comprehensive list of facebook Shortcuts for each browser. Google Chrome Facebook Shortcuts * Alt+1: View your News Feed * Alt+2: View your own Profile * Alt+3: View pop-up of friend requests * Alt+4: View pop-up of messages * Alt+5: View pop-up of notifications * Alt+6: View Account Settings * Alt+7: View Privacy Settings * Alt+8: View Facebook’s own profile * Alt+9: Read latest Terms of Service agreement. * Alt+?: Search * Alt+m: Compose a new message ...

Calculation on command Prompt ! u knew dis???

The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers: C:\>set /a 2+2 ...4 C:\>set /a 2*(9/2) 8 C:\>set /a (2*9)/2 9 C:\>set /a "31>>2" 7 Note that we had to quote the shift operator since it would otherwise be misinterpreted as a "redirect stdout and append" operator. For more information, type set /? at the command prompt.

PC shortcuts you can not live withoutThis is a featured page

1. Ctrl + C – Copy Who can live without this shortcut? We are copying stuffs all the time. And this keyboard shortcut is so much easier and faster than Right Click >> Copy. 2. Ctrl + V – Paste If you copy, you need to paste. So instead of Right Click >> Paste, just hit Ctrl + V. 3. Ctrl + Z – Undo Oops! You’ve just deleted a piece of text! How to make text magically reappear on screen? The magic words are: Ctrl + Z. 4. Alt, F, W, F – Create new folder in windows explorer I still wonder why there is still no shortcut to create a new folder. So, this is actually not a keyboard shortcut, but a trick shortcut. Alt – goes to the menu F – Selects “File” beside “Edit” W – Selects “New” F – Selects “Folder”. 5. Windows Logo + E – Open computer You know that windows logo button between Ctrl and Alt on the bottom left of the keyboard? If you press Windows Logo + E, it will open the computer. No, not automatically disassemble the computer and unscrew it, but op...

Hack your School Server

Now if your schools run by idiots, in the start menu hit 'Run' andthe program name is CMD.exe IF that dosent work open notepad - type command.com save it as Batch.bat when you open it you can add new users to the server to sign in as by typing this code, you need to know the domain name to do this (should say at login whe you hit options>>) Code: net user /add (/domain) Example: net user bill somepassword /add if that dosent work type "?" or "net user /help for correct commands way to make yourself admin (not internet blocks now and access to progress book/grades)- right click batch file, click properties, click 'run as administrator' fun commans: shutdown -1 (shuts down all pcs on server) net send * Example Net send *your server is H4XoRz* sends message to all pcs on server

Breaking Administrator's Password

Administrator password can be broken by replacing sam file in system32\config by the sam file in repair folder of windows. it can be easily done on a machine with dual operating systems, simply log on to os other then the one whoes password is to be cracked the way is exactly same as written above but if there is a single os on a machine then there is only one way i.e to use ms dos start up disk or some other boot disk and replace the sam file in config folder with the one in repair folder note:- this method works only if hard drive is FAT32 formatted because NTFS drive does’nt take boot from Ms DOS This way you can remove the old administratOr password as if the windows is newly installed and the password was’nt set

How to access banned websites

Surfing at school? Parents enabled website blocking? Stuck behind a strict firewall? There are lots of ways around the problem so that you can get to the sites you want to see without those cybernannies tying your hands… phproxy is “dedicated to bringing you fast web browsing from behind web filters”. Simply tap in the URL of that banned site you really must see, it could be Facebook, MySpace, Youtube, or a renegade blogger behind enemy lines, and you will be able to access it with no problems. More seriously, the proxy allows you to visit a site anonymously because it is the proxy itself that is visiting the banned site not you, and so keeps your browsing hidden from prying eyes allowing you to protect your online identity. Such a proxy also allows you to visit sites that have banned your IP. This might be a forum or just a website or blog from which you or other users on your IP range (whether on your school or company network or your ISP account) have been barred access. The prox...