Tuesday

MS-DOS (Most Wanted) Commands


Ping
Ping tests a network connection.If successful, ping returns the ip address. Its a very useful and popular command which we need to check whether our internet connection is working properly or not.
Syntax
PING [options] destination_host
Example:
ping 192.168.0.1 -t
Ping Options
-w timeout (Timeout in milliseconds to wait for each reply)
-i TTL (Time To Live)
-v TOS (Type Of Service)
-a (Resolve addresses to hostnames)
-n count (Number of echo requests to send)
-t (Ping the destination host until interrupted)
-l size (Send buffer size)
-f (Set Don’t Fragment flag in packet)
-r count (Record route for count hops)
-s count (Timestamp for count hops)
-j host_list (Loose source route along host_list)
-k host_list (Strict source route along host_list)
destination_host (The name of the remote host)
DIR
Display a list of files and subfolders.
Syntax
DIR [pathname(s)] [display_format] [file_attributes] [sorted] [time] [options]
[display_format]
/P Pause after each screen of data.
/W Wide List format, sorted horizontally.
/D Wide List format, sorted by vertical column.
[options]
/S include all subfolders.
/R Display alternate data streams. (Vista only)
/B Bare format (no heading, file sizes or summary).
/L use Lowercase.
/Q Display the owner of the file.
CLS
Simply typing cls and pressing enter will clear the dos screen.
EDIT
Syntax
EDIT [d:][path]filename [/B][/G][/H][/NOHI]
Starts the MS-DOS editor, a text editor used to create and edit ASCII text files.
dos editor
HELP
Syntax
HELP [command] [/B][/G][/H][/NOHI]
Displays information about a DOS command.
MEM
Syntax
MEM [/program|/debug|/classify|/free|/module(name)] [/page]
Displays amount of installed and available memory, including extended, expanded, and upper memory.
dos memory
chkdsk
Syntax
CHKDSK [drive:][[path]filename] [/F] [/V] [/R] [/L[:size]]
Example:
CHKDSK C: /F
[drive:] The drive to check.
filename File(s) to check for fragmentation (FAT only).
/F Automatically Fix file system errors on the disk.
/X Fix file system errors on the disk
/R Scan for and attempt Recovery of bad sectors.
/V Display the full path and name of every file on the disk.
/C Skip directory corruption checks.



Windows XP Tricks


Windows XP is a much better experience it you customize it according to your personal usage needs. There are many Tips and Tricks involving registry edits or tweaking some options a bit to get Windows work smarter and faster in an efficient manner. Here are very essential tips every Windows user should know to get the best from Windows and spending time in other creative stuff.

Delete Files Without Sending to Recycle Bin:

You can delete files immediately, without moving these to the Recycle Bin.
Go to the Start menu
select Run
Type ‘gpedit.msc’
Select User Configuration > Administrative Templates > Windows Components > Windows Explorer
Find the “Do not move deleted files to the Recycle Bin” setting.
Select enabled option
You can also right click at the Recycle Bin to have this option to use.

Lock Windows XP with Two Clicks

You can lock your Windows XP with two clicks of the mouse.
Create a new shortcut on your desktop using a right mouse click
Enter ‘rundll32.exe user32.dll,LockWorkStation’ in the location field
Give the shortcut a name you like
That’s it
just double click on it and your computer will be locked.
Windows key + L does the same

Enable Windows XP ClearType Fonts

Windows XP has ClearType (Microsoft’s anti-aliasing font display technology) but doesn’t have it enabled by default.
To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection.
Expect best results on laptop displays.
If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2.

User Task Management

You can run a program as a different user without logging out and back in again.
Right click the program icon
Select Run As
Enter the user name and password you want to use.

Disable Default Notifications

Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on.
After a while, the nagging goes away, but if you feel you might go insane before that point, run Regedit,
Go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0.

Network Activity Light

Windows XP comes with a free Network Activity Light, just in case you can’t see the LEDs twinkle on your network card.
Right click on My Network Places on the desktop
Select Properties
Right click on the description for your LAN or dial-up connection
Select Properties
Check the Show icon in notification area when connected box
You’ll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.

Speed-Up Your Start Menu

The Start Menu can be slow when it decides to appear, but you can speed things along by changing the registry entry
HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.

Batch Rename Files

You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By — Show In Groups.

Remove Useless System Software

Windows XP hides some system software you might want to remove from Add or Remove Programs, e.g. Default Windows Messenger.
Using Notepad, edit the text file /windows/inf/sysoc.inf, search for the word ‘hide’ and remove it.
Go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be the hidden software which you can now uninstall it.

Interesting DOS Commands

For those skilled in the art of DOS batch files, Windows XP has a number of interesting new commands.
‘eventcreate’ and ‘eventtriggers’ for creating and watching system events
‘typeperf’ for monitoring performance of various subsystems
‘schtasks’ for handling scheduled tasks.
Typing the command name followed by /? will give a list of options.

IP Version 6 Support

Windows XP has IP version 6 support. the next generation of IP.
Type ‘ipv6 install’ into Run. (It won’t ruin your existing network setup)
Type ‘ipv6 /?’ at the command line to find out more.

Task Termination at Command Line

You can get rid of tasks on the computer from the command line by using ‘taskkill /pid’ and the task number, or just ‘tskill’ and the process number. Find that out by typing ‘tasklist’, which will also tell you a lot about what’s going on in your system.

Make ZIP Files like Regular Folders

Windows XP will treat Zip files like folders, which is nice if you’ve got a fast machine.
On slower machines, you can make XP leave zip files alone by typing ‘regsvr32 /u zipfldr.dll’ at the command line.
If you change your mind later, you can change things back by typing ‘regsvr32 zipfldr.dll’

WMP Album Cover Arts

Windows Media Player will display the cover art for albums as it plays the tracks, if it found the picture on the Internet when you copied the tracks from the CD.
If it didn’t, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks.
Just call it folder.jpg and Windows Media Player will pick it up and display it.

Handy Shortcut Keys

Windows key + Break: brings up the System Properties dialogue box
Windows key + D: brings up the desktop
Windows key + Tab: moves through the taskbar buttons.

Windows XP Faster Startup

You can start up without needing to enter a user name or password.
Select Run from the start menu and type ‘control userpasswords2′, which will open the user accounts application.
On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer and click on OK.
An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.

Delete Temp Internet Files Automatically

Internet Explorer will automatically delete temporary files, but only if you tell it to.
Start the browser, select Tools > Internet Options > Advanced
Go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.

Change Windows Tones !


Customize Windows Event Tones And Sounds:

Are you bored with the same Windows start-up tone, system shutdown tone and other Windows tones (sounds). You can change these tones (sounds) easily to your favorite sounds.
I will give you an example by changing Windows startup sound.
Change Windows Start-up tone

Using any audio cutter software or Windows Movie maker you take a little part of your favorite music. Make the clip of 3 to 4 sec duration.
Convert the clip to WAV audio format using any audio converter.
Rename the file name like startwin or something like this.
Now copy the converted audio clip to C:WINDOWSMedia
Open Control Panel > Sound and Audio Devices.
Go to Sound Tab.
Go to Program events box.
Under Windows categories, single click on Start Windows.
Under the Program events box You will find a box as Sounds.
Click on it’s dropdown box and select startwin.wav .
Now click on Apply > Ok.
You are done.
Restart your computer to hear the new Start-up tone.
You can go with similar process for other event sounds.

Play Online Videos Without Buffering


Ever wished that your internet connection might work faster while watching streaming videos over internet? And there would be no pause when video is being played? It can really ruin the taste of the video. Here is a software which helps to get faster and smoother videos from YouTube and other all major streaming websites. No need to wait and pause.
Download SpeedBit Video Accelerator and get the bandwidth you’re paying for, and enjoy smooth videos from YouTube and over 150 video sites around the web. SpeedBit Video Accelerator makes videos from YouTube and over 150 sites stream faster and play smoother by reducing buffering problems and video interruptions or “hiccups”. SpeedBit Video Accelerator is another groundbreaking product from the creators of Download Accelerator Plus (DAP) – pioneers of acceleration technology!

speedbit video accelerator
Unique Video Acceleration Features
  • Reduces “movie freezes” and “buffering” problems!
  • Accelerates streaming videos from YouTube and over 150 sites!
  • Bookmarks videos you’ve recently accelerated, for easy replays!
  • Includes cool search tab feature for finding videos to watch around the web, right from your desktop!
  • Video Accelerator for iTunes (Premium) accelerates the download of iTunes movies, music videos and TV shows up to 10 times faster!
  • LSP acceleration mode
  • Improved logging mechanism allows for PAC file probing prior to communication test execution
  • New automatic recovery implementation prevents SpeedBit Video Accelerator from being disabled
now accelerating

It even Works great with dial-up and broadband and helps ensure your videos don’t freeze or get stuck during playback. It makes videos play smoothly even when you run P2P applications (bittorrent, emule etc…) Allows fast and smooth streaming of long and high quality videos. Keeps track of the last videos you watched, for easy access and replays.


Download Link:


Video Accelerator

How To Install XP on Windows 7


Now, you can install a lower version on to a higher version of windows like XP on win7 or XP on vista,
Follow these steps:
When PC starts press F2 to go into ‘Setup’ Options.
Go to ‘System Configuration’
Select ‘SATA Opreation’ which configures the operating mode of the integrated SATA hard drive controllers.
There will be three options.
  • Disabled (SATA controllers are hidden)
  • ATA (SATA is configured for ATA mode)
  • AHCI (SATA is configured for AHCI mode)
I had Windows VISTA at this Laptop but I wanted Windows XP for a while. Whenever I was trying to install Windows XP; it gave me ‘Blue Screen of Death’ and the system had to be rebooted.
What I had to do from Setup Options; I changed the configuration of above setting from AHCI to ATA.
I was able to install Windows XP, alright. Changing this setting will disable your old installed OS to run and you have to reinstall the OS again anyways.
Okay that’s it.
NOTE: If you need to downgrade Windows OS for a while, go do it. But I would prefer using Windows Vista (Windows 7 – even better) than using Windows XP.

*(Try at your own risk)

Search Only HQ Videos On YouTube


Sometimes we need just High Definition/High Resolution Videos while searching from YouTube. If we search normally from YouTube, we will get mixed results. e.g. Normal Quality and High Quality. Most in the results will be low quality videos. To save our time we have a trick to find just HD/HQ version of YouTube videos in search results. This is very useful when you are collecting video URLs for your presentation but you need only High Resolution videos and you do not want to spend much of your time in exploring.
This easy trick will only display high quality videos in the search results.
  • Go to Google.com
  • Type search phrase and add the following paramters to your search query
  • site:youtube.com “watch in high quality”
To explain this with a real example, a search for “AVENGERS” related videos on YouTube would look something like this on Google:
AVENGERS “watch in high quality” site:youtube.com
Click at this link to see the search results:
Google can sense the parameters with the video in the HTML so it just gives you the required High Quality videos.
You can try to alter the above search method a bit and try searching with terms/phrases like these.
transformers “watch in high quality” site:youtube.com
transformers “definition 720p” site:youtube.com
transformers “quality=high” site:youtube.com
transformers “watch in low quality” site:youtube.com
This is the simplest and fast way to just get the High Resolution videos in results.

Monday

Facebook Hacked [News]

Kaspersky, Bit Defender, Facebook Hacked (Databases Exposed)

Recently Kasper-sky, Bit-defender, Face book websites were attacked via XSS and SQL Injections and their databases were exposed. Screen shots about their vulnerability and database tables were posted over internet.
Kasper-sky is one of the leading companies in the security and antivirus market. Their website is down right now (9 Feb 09, 6:42 pm) as I checked it, which was hacked recently. They are in maintenance mode. It seems as though they are not able to secure their own data bases. The companies who claim to secure our computers are not secure themselves. Seems incredible but unfortunately, its true. Through SQL injection some hackers were able to expose users, activation codes, lists of bugs, admins, shop and many more tables of their database. This is just a security alert though. No loss to customers and company as I suppose because the team involved is saying that their purpose is to alert the big companies about security measures. They have posted all the names of the tables in database though. Now I suppose we will see the new secure Kasper-sky website. I have used myself this antivirus for quite a long time and then I had shifted to another one.

Similarly, Bit-Defender were facing the problem.

Facebook, a website with an estimated of 5 to 10 Million in US Dollars, a number of 250-1000 employees, a website ranked number 8 GLOBALLY by alexa.com’s traffic standards, was not capable of securing their data base. Millions of accounts, email addresses and passwords up for grabs by anyone. Not only is the website vulnerable to SQL injection but it also allows load_file to be executed making it very dangerous because a writable directory can be found and injection a malicious code we get command line access with which we can do virtually anything we want with the website: upload php-shells, redirects, INFECT PAGES WITH TROJAN DROPPERS, even deface the whole website.

This is done via XSS (Cross Site Scripting) attacks and SQL injections. Using this technique hi5.com and yahoo were also affected via “evil” iframe.

 

Best Hiding Technique!

You want to hide something in any folder? Let me guess, you might be using any password protection software or something else. If you are to use the passwords then why the hell tricks are for?
and even more safer, what you will do if someone asks you to unlock it and you have none other option to do so? Like your parents, cousins, relatives or even might your lover then what you will do?
You are "TRAPPED"
But don't you worry, because I'm always there to help you giving out the tricks!
How the trick works:
When you double click on the folder, Control panel will open up. whoila!
How that can be possible?
Jokes apart, yes this can be done.

Rename your folder to "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

open it, Control Panel will be opened.
You want to access your folder, again?

Ok, Open CMD as administrator, then just go to the path where the folder is present, now all you have to do is: type "rename Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D} Control Panel" Now you can access it, again want to hide? dO thE saMe!

Have Fun N bE tricky !

Windows 7 God Mode!

God Mode is an advanced feature similar to control panel but in expanded form. All you have to do is create a New Folder and rename it and type the following:


GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
 
 
*(Try on empty or any new folder only)
*(Beware, only for advanced users, first try on empty or new folder)

You can also
Convert Folder Into Contol Panel


Rename any folder with adding following code to it.
abc.{21EC2020-3AEA-1069-A2DD-08002B30309D}
______________________________________________________________________ 
Convert any Folder Into Recycle Bin
Rename any folder with adding following code to it.
abc.{645FF040-5081-101B-9F08-00AA002F954E}
______________________________________________________________________ 
Convert any Folder Into My Computer
Rename any folder with adding following code to it.
abc.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
______________________________________________________________________ 
Convert any Folder Into Internet Explorer
Rename any folder with adding following code to it.
abc.{871C5380-42A0-1069-A2EA-08002B30309D}
______________________________________________________________________ 

*Here abc can be any name*
Have Fun and Be Tricky !

Thursday

UNBLOCK FACEBOOK In College!

BE TRICKY!

Its all about having some tricks with your IP so that server can't actually know what the client(you) is doing
, resulting you will not be blocked. Its also safe too, because the trick is related to google. Yes, Colleges, Universities and Offices tend to stop you being social online. They sometimes block the best social websites. Good practice is to not use these websites at such places (Don’t try to be social online in colleges or offices. You have got colleagues or college mates to do that) but in case of some important stuff or emergency, you can use web proxy sites and servers to unblock YouTube, Orkut, FaceBook, MySpace, Twitter. And you can use Google to unblock any blocked website. Precisely speaking, Google can serve to be a proxy server itself. Now with these simple tricks i described, you can easily have access to any of the block websites which can be Facebook, YouTube or any other in you college office or else where!


















But this is a temporary!
and Here is another best way:
Download Google Chrome and then
Go to chrome web store:
























Now search for "https everywhere" in web store and click add to chrome.
now you are done.
Open up any of the blocked website.

There is still one thing, that your IP is still going to the server that you are opening these websites, now here is the way to hide your IP too alongwith:

Type http://www.newipnow.com
Click on any of the free proxy




















Now after clicking on any of the free proxy a new window will be opened with google.com but with your chosen proxy. Hence, one more address bar will be appered to you now dont use your old address bar just use the new address bar and hide your IP alongwith surf everywhere.

You can also use other similar
Proxy Websites to Unblock YouTube, FaceBook, MySpace and more by doing the same steps.
http://directory.google.com/Top/Computers/Internet/Proxying_and_Filtering/Hosted_Proxy_Services/Free/Proxy_Lists/
http://directory.google.com/Top/Computers/Internet/Proxying_and_Filtering/Hosted_Proxy_Services/Free/CGI_Proxy/
http://hidemyway.com/
www.kproxy.com/
www.surfinter.net
proxut.com (for Orkut)
http://bypassrestriction.info
www.benjimit.com
www.powerscrap.com
http://unblockism.info
www.power.com/
www.tcp6.com/ (unblock Myspace, Bebo, Orkut, Youtube)
http://pagemod.com/
www.dailile.com
www.webproxy.tw
http://www.jumboproxy.net

Have Fun and Be Tricky!

Use Trial Softwares for FULL

TIME STOPPER
Now its time to stop the time by using the time stopper. How cool is that? Isn't it?
Ever wondered that ‘how to install trial version again?‘ or even better than that like ‘how to use a trial version forever?‘ or ‘How to stop trial time?
Download any Trial software and use it for unlimited time. You can use any software forever without expiration you want. You can download trial version, right. Trial version expires after some days. You can stop that expiration. You can tell trial version of the software to not count days or do not bother about time. The software will stay and keep working like original software forever and will not expire or cease to work. You do not have to change your system clock. This little software does the trick.

Time Stopper is the software which can stop the time for try out version software. When you stop the time you can use your try-out software forever. When you stop the time of a try-out version using this Time Stopper it works via this Time Stopper. Real time and date run normally on your system. You can use any number of try-out version software with this software.

 

 

 

 

 

 

 

 

How Time Stopper Works

  • Open Time Stopper
  • Browse and select .exe of required trial software
  • Choose the new date (Any date which occurs in between your trial software time period before expiration, suggestion: set it to two days before trial software expiration date.)
  • Choose any time
  • Click open software on your selected date
If you wish to create an icon for your modified trial software and do not want to open Time stopper every time then use last button in software to create new icon. open that trial software after that from that newly created icon always otherwise it can expire.

Download Link:

Stop The Time - [TimeStopper] 


1 Sec. Shut-Down

Shutdown Your PC In Just 1 Second! (in XP)

No, I'm not crazy, and yes, sometimes when you have any emergency and wish to turn-off your PC as fast as you can, then actually you can. But unfortunately, it takes its own time.By the way, how do you usually shutdown ur PC?
Let me guess >
Is it by doing the following steps: ?
Go to start > Turn Off Computer > Turn Off [for win xp or lower]

But let me tell you this simple trick when you are in a hurry !
Press Alt+Ctrl+Del you know very well it opens Task Manager or asks to open on logon screen!
Now all you have to do is: Hold down Ctrl key and then,
Click Shutdown > Turn Off from the menu
and the next moment your PC will be off.










Have Fun and be Tricky!

Wednesday

Double Income From Adsense

Darren Rowse Doubled His Income

With Adsense Over Night

Darren Rowse is a blogger, speaker, consultant and founder of several blogs and blog networks, including b5media and ProBlogger.net. He lives in Melbourne, Australia. Darren has talked about AdSense Optimisation Tips which he used for growing his earning. Check it out here, how he did so?

Blog Link:

Six ways to experiment with AdSense and grow your earnings 

Earn Money by Netklix - [Pay Per Click]

Do You Have a Blog or Website?
 
So, you must be looking to earn some money from it, obviously. "Make Money with Netklix – A Pay Per Click Ad Network". By becoming a Netklix Publisher (similar to an Affiliate in Affiliate Marketing) you have an easy way to make money from your online advertising on your site, maximizing the earning potential of your online presence.
Netklix text ads are similar to adsense, visually. Some publishers call netklix as Adsense-Alternative. Netklix allows Publishers to select targeted content Channels that accurately reflect their sites subject matter. They have targeting experts are also on hand to ensure that the Channels selected maximize your earnings. The Netklix ad server will always serve the best performing PPC Adverts ensuring your earnings are maximized.
Netklix offers you a different way of earning money from your web-site or blog and can run in conjunction with other online Advertising Networks.
  • Earn revenue by displaying text PPC Adverts.
  • Get paid for each valid click generated.
  • Monthly payments direct to your bank account.
  • The choice of content channels means relevant advertisers on your site.
  • You can create your own ads so they blend well with your site.
  • Netklix provides an additional revenue stream for your site or blog
I think now you must be ready to get started with it!

Site Link:

Tuesday

Do You Know?

What is the shortcut for Copy and Paste?

Is it Ctrl+C and Ctrl+V which copies and pastes respectively?
Yes, but do you know, there is also one more shortcut for performing the same operation
and that is copy and paste:

Copy : Ctrl+Insert
Past   : Shift+Insert

Go now freak out your friends, i guess they dont know even?

Secret Shortcuts

 TRICK YOUR FRIENDS

These shortcuts work on both command prompt i.e. cmd and run dialog box.
The shortcut to run dialog box is "winlogo(key)+R"
or else open up cmd from all programs in start menu and,
write the text part which is bold and the corresponding program written on the left of it will be opened:
       OPERATION : COMMAND
1. Add/Remove Programs appwiz.cpl
2. Clipboard Viewer clipbrd
3. Accessibility Controls access.cpl
4. Administrative Tools control admintools
5. Automatic Updates wuaucpl.cpl
6. Bluetooth Transfer Wizard fsquirt
7. Component Services dcomcnfg
8. Certificate Manager certmgr.msc
9. Character Map charmap
10. Check Disk Utility chkdsk
11. Add Hardware Wizard hdwwiz.cpl
12. Command Prompt cmd
13. Calculator calc
14. Computer Management compmgmt.msc
15. Date and Time Properties timedate.cpl
16. DDE Shares ddeshare
17. Device Manager devmgmt.msc
18. Direct X Control Panel (If Installed)* directx.cpl
19. Direct X Troubleshooter dxdiag
20. Disk Cleanup Utility cleanmgr
21. Disk Defragment dfrg.msc
22. Disk Management diskmgmt.msc
23. Disk Partition Manager diskpart
24. Display Properties control desktop/desk.cpl
25. Dr. Watson System Troubleshooting Utility drwtsn32
26. Driver Verifier Utility verifier
27. Event Viewer eventvwr.msc
28. File Signature Verification Tool sigverif
29. Find fast findfast.cpl
30. Folders Properties control folders
31. Fonts control fonts
32. Fonts Folder fonts
33. Free Cell Card Game freecell
34. Game Controllers joy.cpl
35. Group Policy Editor (XP Prof) gpedit.msc
36. Hearts Card Game mshearts
37. Iexpress Wizard iexpress
38. Indexing Service ciadv.msc
39. Internet Properties inetcpl.cpl
40. IP Configuration ipconfig
41. Java Control Panel (If Installed) jpicpl32.cpl
42. Java Application Cache Viewer (If Installed) Javaws
43. Keyboard Properties control keyboard
44. Local Security Settings secpol.msc
45. Local Users and Groups lusrmgr.msc
46. Logs You Out Of Windows logoff
47. Microsoft Chat winchat
48. Minesweeper Game winmine
49. Mouse Properties control mouse
50. Mouse Properties main.cpl
51. Network Connections control netconnections
52. Network Connections ncpa.cpl
53. Network Setup Wizard netsetup.cpl
54. Notepad notepad
55. Nview Desktop Manager (If Installed) nvtuicpl.cpl
56. Object Packager packager
57. ODBC Data Source Administrator odbccp32.cpl
58. On Screen Keyboard osk
59. Opens AC3 Filter (If Installed) ac3filter.cpl
60. Password Properties password.cpl
61. Performance Monitor perfmon.msc
62. Performance Monitor perfmon
63. Phone and Modem Options telephon.cpl
64. Power Configuration powercfg.cpl
65. Printers and Faxes control printers
66. Printers Folder printers
67. Private Character Editor eudcedit
68. Quicktime (If Installed) QuickTime.cpl
69. Regional Settings intl.cpl
70. Registry Editor regedit
71. Registry Editor regedit32
72. Remote Desktop mstsc
73. Removable Storage ntmsmgr.msc
74. Removable Storage Operator Requests ntmsoprq.msc
75. Resultant Set of Policy (XP Prof) rsop.msc
76. Scanners and Cameras sticpl.cpl
77. Scheduled Tasks control schedtasks
78. Security Center wscui.cpl
79. Services services.msc
80. Shared Folders fsmgmt.msc
81. Shuts Down Windows shutdown
82. System Properties sysdm.cpl
83. Spider Solitare Card Game spider
84. SQL Client Configuration cliconfg
85. System Configuration Editor sysedit
86. System Configuration Utility msconfig
87. System File Checker Utility sfc
88. Sounds and Audio mmsys.cpl
89. Task Manager taskmgr
90. Telnet Client telnet
91. User Account Management nusrmgr.cpl
92. Utility Manager utilman
93. Windows Firewall firewall.cpl
94. Windows Magnifier magnify
95. Windows Management Infrastructure wmimgmt.msc
96. Windows System Security Tool syskey
97. Windows Update Launches wupdmgr
98. Windows XP Tour Wizard tourstart
99. Wordpad write

Some more commands for Run dialog box:
.
..
...
(Single dot, double dot and triple dot)


Type . and hit enter
It will open C:\Documents and Settings\Administrator\

Type .. and hit enter
It will open C:\Documents and Settings\

Type and hit enter
It will open My computer

All About A Website

 QuarkBase

"Now You Can Collect all Information About Any Website". Quarkbase is an online tool for collecting a website’s all kinds of information. Want to know all about any website/blog/forum? Quark base does exactly the same thing.

Website introduction, website meta information, website popularity, traffic, owner’s information, social popularity, posts popular in delicious, digg, reddit, yahoo answers, technorati like social networks and also incoming links from wikipedia, google answers are some information this tool will provide you.


Also all times popular pages of website, alexa rank, page views (per day/moth), server and hosting information and much more. You just enter the URL of website and get the information.

Site Link:

Quarkbase

Get Your Missing Laptop or Mobile

 PREY

If your Laptop or Mobile(only android) has been stolen or missing then you can have it back and catch the person who did that to you. This program uses internet connection to send you information of stealer’s whereabouts and if thief is not connected to internet, the program attempts to connect to the nearest open wifi access point available. This gives you a better chance to locate the device.

"Prey"(software) helps you locate your missing laptop or Mobile by sending timed reports with a bunch of information of its whereabouts. This includes the general status of the computer, a list of running programs and active connections, fully-detailed network and wifi information, a screenshot of the running desktop and — in case your laptop has an integrated webcama picture of the thief (a picture of the guy who’s using the computer).

What more could you ask. Prey is a lightweight application that will help you track and find your laptop if it ever gets stolen. It works in all operating systems and not only it is Open Source but also completely free. Prey uses a remote activation system which means the program sits silently in your computer until you actually want it to run. If so, it gathers all the information and sends it to your Prey web control panel or directly to your mailbox. The thief will never know his movements are being watched.

Download Link:

Download Prey

Disable Unwanted Stratup Items

This also helps you in increasing your system performance by disabling all those software's which run on start-up unknowingly and also make a load on to your computer. Sometimes we install too many programs and even we uninstall those, some of their files, settings or entries can left behind which are definitely unwanted and cause PC to slow down in response.
All you have to do is:
  • Click Start, Run, type there msconfig and press enter.
  • In the System Configuration Utility click the Startup tab.
  • Uncheck programs you do not wish to load each time your computer starts.






















Once done click ok and restart the computer. After the computer boots back into Windows you will receive a prompt about Windows being in a selective startup. Check the box to not receive the prompt and click ok.

*But dont disable the programs about which you dont know, only disable programs which you installed like "Dell Web Cam Central" or any other about which you know correctly*

Portable Google Chrome (Chromium)

 Portable Google Chrome (Chromium)
 Google Chrome Portable is a web browser that runs web pages and applications with lightning speed. It's designed to be simple and stylish. It's packaged as a portable app, so you can take your browsing experience with you.


Features

Google Chrome's features include:
  • Quick to start up
  • Loads web pages in a snap
  • Runs web applications faster than ever
  • Designed for efficiency and ease of use
  • Search and navigate to web pages from the same box
  • Arrange and organize tabs however you wish — quickly and easily
  • Get to your favorite websites with just a click, from the thumbnails of your most visited sites in the New Tab page
  • Themes to add delight to your browser
 Performance Note: Google Chrome Portable may run slowly from some flash drives. You can speed this up by copying "GoogleChromePortable.ini" from the "GoogleChromePortable\Other\Source" directory to the GoogleChromePortable directory and editing it to set RunLocally=true. If you do so, be sure to allow Google Chrome Portable time to copy your profile back after shutting it down. Of course, there are privacy implications to copying your personal data locally to a PC not under your control.

Download Link:

Portable Google Chrome (Chromium)

Search All PDF

Now You Can Search PDF Related to Any Topic.
 
 This website enables you to search any pdf or e-book that is available on the internet. You can find the most out of your desired search regarding pdf.

Site Link:


Speak and Surf

Ubiquity [Mozilla Labs]

Mozilla has introduced Ubiquity for Firefox, which is an experiment in connecting the Web with language and straight commands. You tell it to do what you want and it does it for you straight away. Call it Web AI(Artificial Intelligence). Some features of Ubiquity are;
  • Control the web browser with language-based instructions. (With search, users type what they want to find. With Ubiquity, they type what they want to do.)
  • Enable on-demand, user-generated mash-ups with existing open Web APIs. (In other words, allowing everyone (not just Web developers) to remix the Web so it fits their needs, no matter what page they are on, or what they are doing.)
  • Use Trust networks and social constructs to balance security with ease of extensibility.
  • Extend the browser functionality easily.

“Most people do not have an easy way to manage the vast resources of the Web to simplify their task at hand. For the most part they are left trundling between web sites, performing common tasks resulting in frustration and wasted time”. You can try Ubiquity.

Free Unlimited Web Hosting

Dream Host

Dream Host provides absolutely FREE UNLIMITED Web Hosting offer for some specific content management systems i.e. WordPress, Drupal, ZenPhoto, phpBB, MediaWiki, Google apps etc. is here.
No banners or ads.
All free for life.
Automatic One-Click Software Installations
Bring your own domain – or get one from them free

I do not have domain or website yet. I just post here at this blog and at some other couple of blogs and forums occasionally out of hobby so I though to give it a try. I was lucky enough to get past Diablo today, got free account and my five free applications are running live. wow. I intend to post some nice freeware stuff at all there.
I can give invitations now for free hosting there as I am member now. Yet it was invitation based only but today Diablo was kind enough to distribute many free accounts. You will need invitation code. Keep an eye at DreamHost Twitter page to get code or see their blog. In case you are not lucky, ask me invitation code in comments.

Site Link:

Get Free Web Hosting Now

Enjoy!

3 Million Hits by Worm.

A worm(kind of virus) through low security networks, memory sticks, and PCs without the latest security updates is posing a growing threat to users. The malicious program, known as Conficker, Downadup, or Kido was first discovered in October 2008. Users should have up-to-date anti-virus software.

According to Microsoft, the worm works by searching for a Windows executable file called “services.exe” and then becomes part of that code. It creates an HTTP server, resets a machine’s System Restore point (making it far harder to recover the infected system) and then downloads files from the hacker’s web site. BBC website published infected IPs statistics worldwide also. Microsoft says that the malware has infected computers in many different parts of the world, with machines in China, Brazil, Russia, and India having the highest number of victims.

It is very important to have updated anti-virus. I would recommend to have additional registry cleaner and spyware/adware removal tools. Now a days USBs are infected highly. Whenever you scan or carry some documents from the market, it is recommended to get them in email and do not use USBs for the purpose. USBs should be used for personal computer only. I would recommend you Kaspersky anti-virus, Amust Registry Cleaner, Malwarebyte’s Anti-malwarwe and Spyware Doctor.
Anti Virus Protection for any PC has been a growing need. Some people recommend cheap antivirus software solution and some suggest free virus protection software or virus removal software. Internet security software are different from antivirus and with standard scanning software you also need anti spam software sometimes. Subscribe via E-Mail so that for your when ever we post updates regarding PC security needs, you can have them.

Monday

Increase Your Internet Speed 3 Times

Tripple Internet Speed

Open Notepad, Save this file as tweak.reg
Copy and past the following code in tweak.reg file:

REGEDIT4
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters]
"TcpWindowSize"=dword:faf0
"Tcp1323Opts"=dword:0

Double click on file. A confirmation message alert box will appear asking that you really want to add information in registry. Click yes.
Restart your PC.
And you are done.
If you want to undo it, in case you feel it messed up, save a file named as undo.inf
[Version]
signature=$CHICAGO$
[DefaultInstall]
DelReg=Delete_Reg_Entries
[Delete_Reg_Entries]
HKLM,SystemCurrentControlSetServicesTcpipParameters,TcpWindowSize HKLM,SystemCurrentControlSetServicesTcpipParameters,Tcp1323Opts

Right click on undo.inf and click install (to undo tweak)
Reboot ur computer for it to take effect.
It has been tested at Windows XP pro successfully.
*Try this at your own risk*
*Playing with registry is not recommended*
*Always take backup of work and registry*
 
Download Link:
 

 

Super Tux (Game)

SuperTux is a classic 2D jump’n run side scroller game in a style similar to the original SuperMario games. The Milestone1 release of SuperTux features 9 enemies, 26 playable levels, software and OpenGL rendering modes, configurable joystick and keyboard input, new music and completely redone graphics.


Download Link:

100% Safe, Secure and Private

Hotspot Shield

While you’re enjoying your internet, some hacker might be accessing your passwords, credit card numbers, sensitive company data and much more. And standard antivirus software won’t protect you. That’s why AnchorFree is pleased to offer Hotspot Shield. This free security software keeps your Internet connection secure at public hotspots, home or work.

Download Link:


Increase Your Internet Speed

INCREASE NET SPEED BY 20%

Boost Your Internet Speed easily with this trick. Windows uses 20% of your internet bandwidth by default! Microsoft reserve 20% of your available bandwidth for their own purposes (for updates and interrogating your machine etc..). Here’s how to get it back.


Click Start–>Run–>and type gpedit.msc. Hit enter.
This opens the group policy editor.
Then go to:
Local Computer Policy –>Computer Configuration –>Administrative Templates –>Network –>QOS Packet Scheduler –>Limit Reservable Bandwidth


Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the ‘Explain‘ tab:

“By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default.”
So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20%. Works on XP Pro and 2000. Enjoy your full speed internet connection.

The Jungle Book (Game)

Sunday

HIDE Hard-Drives

SHOW/HIDE Hard-Drives from My Computer

There are times when you might want to hide one or more of your windows drives because of security reasons (children getting up on the system and messing up everything or if the computer is in use by multiple people). For theses reasons, you would just prefer to hide your data in a safe place and if one of your drives is full of sensitive information, you would rather hide the drive from My Computer.

There is a way of doing it, from the "group policy editor". Let me explain you both of them:

Hiding drives using Group Policy Editor:

Go to Start –> Run –> gpedit.msc
The group policy editor will open. Go to the following node:
User Configuration –> Administrative Templates –> Windows Components –> Windows Explorer
Now go to the right hand window and double click the value “Hide these specified drives in My Computer”, select enable and select the drives from the drop down menu.


Note: This is restrictive in the sense that it only specifies drives up to D drive. Or all the drives can be hidden.

Tera-Copy

COPY and MOVE your data more faster than ever before

Tera-Copy: It is a compact program designed to copy and move files at the maximum possible speed, also providing you with a lot of more features.

Features:
  • Copy files faster. Tera-Copy uses dynamically adjusted buffers to reduce seek times. Asynchronous copy speeds up file transfer between two physical hard drives.
  • Pause and resume file transfers. Pause copy process at any time to free up system resources and continue with a single click.
  • Error recovery. In case of copy error, Tera-Copy will try several times and in the worse case just skips the file, not terminating the entire transfer.
  • Interactive file list. Tera-Copy shows failed file transfers and lets you fix the problem and recopy only problem files.
  • Shell integration. Tera-Copy can completely replace Explorer copy and move functions, allowing you work with files as usual.
Download Link:
Download Tera-Copy 

Why Apple is named as Apple?

How the founder's named their Company?
APPLE
It was the favorite fruit of founder Steve Jobs. He was three months late in filing a name for the business, and he threatened to call his company Apple Computers if the other colleagues didn’t suggest a better name by 5 O’clock.

CISCO
It is not an acronym as popularly believed. It is short for San Francisco.

COMPAQ
This name was formed by using COM, for computer, and PAQ to denote a small integral object.

SAMSUNG
 According to the founder of Samsung Group, the meaning of the Korean hanja word 
"Samsung (三星)" is "tristar" or "three stars". The word "three" represents something "big, numerous and powerful", the "stars" mean eternity.

COREL
The name was derived from the founder’s name Dr.Michael Cowpland. It stands for 'CO'wpland 'RE'search 'L'aboratory.

GOOGLE
The name started as a joke boasting about the amount of information the search-engine would be able to search. It was originally named ‘Googol’, a word for the number represented by 1 followed by 100 zeros.After founders – Stanford graduate students Sergey Brin and Larry Page presented their project to an angel investor, they received a cheque made out to 'Google'.

 INTEL
Bob Noyce and Gordon Moore wanted to name their new company ‘Moore Noyce’ but that was already trademarked by a hotel chain so they had to settle for an acronym of 'INT'egrated 'EL'ectronics.

MICROSOFT
Coined by Bill Gates to represent the company that was devoted to ' MICRO'computer 'SOFT'ware. Originally christened Micro-Soft, the ‘-’ was removed later on.

SONY
It originated from the Latin word ‘sonus’ meaning sound, and ‘sonny’ a slang used by Americans to refer to a bright youngster.

Download Complete Website

Offline Explorer Enterprise
Offline Explorer Enterprise is the next generation of offline browser. It combines flexibility, power and ease of use in a tightly-coded package with all the features needed in an offline browser.

Features:
  • Save entire web sites which can be viewed offline.
  • Download streaming audio and videos.
  • Download those streaming videos and audio that has a higher bit-rate e.g you can download a video of 100K bit-rate if you are using dial-up 56K connection.
  • Download images, swf, flv and certain other files too.
Compatibility:
  • Win 95
  • Win 98
  • Win 2000
  • Win NT
  • Win XP
  • Win Vista
  • Win 7
Download Link:
Download Offline Explorer Enterprise 
 

CPU Performance

Check Your CPU Performance

There is a software called as CPUMon which monitors CPU performance from your desktop. It displays a real-time graph of CPU performance as well as current usage indicator. The display supports custom colors, alpha-blending, user defined update rates and more.

Features:
Transparency, alpha-blending, customizable colors, layout presets, form locking, constantly updated CPU speed for Mobile processors, plus Tray Icon mode and Statistics, can also display Memory Usage, etc… Comes with “Carbonsoft cxCpu Processor Detection Toolkit”, which provides: * CPU Explorer – detailed CPU information, supports multiple CPU's, * CPU Features – lists supported CPU features

Download Link:

Gaming Arena

Break The Rules !!

Hey, you, yes you, do you play games? Then what are you waiting for just break the crap rules of the game, hack the game, apply the cheats, and live the gaming world full and free.
We will provide you with all the cheats for all the games available so that you fun can be much more than you actually thought of.
 
It is a database of all the cheats of all the games:
 Available in different ways, CheatBook-DataBase 2007 is a freeware “cheat-code tracker” that makes hints and cheats (for PC, Walkthroughs, Playstation, Playstation 2, Playststation 3, Sega, Nintendo 64, DVD, Gameboy Advance, Gameboy Color, N-Gage, Nintendo DS, PSP, Xbox, Gamecube, Dreamcast, Xbox 360, Super Nintendo) easily accessible from one central location. If you’re an avid gamer and want a few extra weapons or lives to survive until the next level, this freeware cheat database can come to the rescue.
Whola!

Features:
  • Covering more than 11900 Games, this database represents all genres and focuses on recent releases.
  • Games are listed alphabetically in the left-hand window. When you click on a game name, the relevant cheat is displayed in a editor window, with convenient buttons that let you print the selection or save any changes you’ve made.
Download Link:
    
       Download Cheatbook
  
 Compatibility:
  • Win 95
  • Win 98
  • Win 2000
  • Win NT
  • Win XP
  • Win Vista
  • Win 7