Monday, December 20, 2010

Registry Tips In Windows


 Register your Registry



Registry hints which can help you but please try it at your risk!


Here are some registry tricks which you can tryout... :

1. Disable the Autorun Option in your CD Rom Drive:

Open your Registry and navigate to "HK_L_M\system\currentcontrolset\services\cdro m"
Change the value of 'Autorun', or create a new DWORD value if it doesn't already exist, and set the value as '0' for Autorun disabled.

2. Disable the Harddisk Lowdiskspace warning in Windows Xp

User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
create a new DWORD 'NoLowDiskSpaceChecks' and change its value to '1'.

3. Disable the Windows Key

"HK_L_M\system\currentcontrolset\control\keybo ard layout"
Create a new Binary value, or modify the existing value called 'Scancode Map' as shown below.
Value: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00

4. View System BIOS Information

Open Registry and navigate to
"HK_L_M\hardware\de******ion\system"

5. Change the Title of Windows Media Player

"HK_C_USER\software\policies\microsoft\windows medi aplayer\"
Create a new string value called ' TitleBar' and change text as your wish.

6. Disable Internet access in Network

Open Registry and make the following changes
"KH_C_User\software\microsoft\windows\currentv ersi on\internetsettings\"
Change the value of "Proxyenabled" to 1 and change the value of "proxyserver" and set it to an ip address. Change the value of the ip address and port to "10.0.0.1:5555"

7. Disable the ability to Right click on the desktop

"HK_C_User\software\microsoft\windows\currentv ersi on\policies\explorer\"
Create a DWORD "NoViewContextMenu" and change its value to "0" for disabling and "1" for enabling.

8. Hide all items on desktop

"HK_C_USER\software\microsoft\windows\currentv ersi on\policies\explorer\"
and
"HK_L_M\software\microsoft\windows\currentvers ion\ policies\explorer\"
create a new DWORD "NoDesktop" and change its value to "1"
You can show all the items in the desktop by chaning the value to "0"

9. Disable the "Change Password" button in windows

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\System"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersi on\Policies\System"
Create a new DWORD "DisableChangePassword" and change its value to "0" for disabling and "1" for enabling.

10. Disable the "cancel" button or pressing the "Esc" key while logging on to Windows"

"HKEY_USERS\.DEFAULT\Software\Microsoft\Window s\Cu rrentVersion\Run"
Create a new string value "NoLogon" and change its value to "RUNDLL32 shell32,SHExitWindowsEx 0"

11. Remove "Log off" from start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoLogOff" and change its value to "1" for disabling and "0" for enabling.

12. Clear the Recent playlist in Media Player

Navigate to "HKEY_CURRENT_USER\Software\Microsoft\MediaPla yer\ Player"
And clear the "RecentFileList" subkey.

13. Empty temporary Internet files on exit (in Internet Explorer)

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Internet Settings\Cache"
and
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \Cur rentVersion\Internet Settings\Cache"
Create a new DWORD "Persistent" and change the value to "0" for emptying and "1" to remove this option.

14. Clear the Internet Explorere typed addresses history

"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs"
And delete the subkeys.

15. Remove recent documents from start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoRecentDocsMenu" and change its value to "1".

16. Remove Network connections from start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoNetworkConnections" and change its value to "1".

17. Remove My documents from start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoSMMyDocs" and change its value to "1".

18. Remove My pictures from start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer "
Create a new DWORD "NoSMMyPictures" ad change its value to "1".

19. Remove My music fro start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoStartMenuMyMusic" and change its value to "1".

20. Reboot windows after crash

"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\C ontr ol\CrashControl"
Create a new DWORD "AutoReboot" and change its value to "1".Restart the machine for the effect to take place.

21. Disable the use of MSDos

User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\WinOldApp"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\WinOldApp"
Create a new DWORD "Disabled" and set its value to "1". Change it to "0" for enabling.

22. Enable Directory completion in MSDos prompt

User Key: "HKEY_CURRENT_USER\Software\Microsoft\Command Processor"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor"
Create a new DWORD "PathCompletionChar " and set it to equal the hex value of the required control character.

23. Quick edit the command prompt

User Key: "HKEY_CURRENT_USER\Console"
and
System Key: "HKEY_USERS\.DEFAULT\Console"
Create a new DWORD "QuickEdit" and set its value to "1" for enabling and "0" for disabling.

24. Disable Registry editing

"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ Curr entVersion\Policies\System"
Create a new DWORD "DisableRegistryTools" and change its value to "0" for allowing Regedit and "1" for disabling it.

25. Disable task scheduler

" HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunServices"
Delete the value from "SchedulingAgent". Usually its value is set to "'mstask.exe".

26. Remove My computer from desktop and start menu

User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\NonEnum"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\NonEnum"
Create "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" and change its value to "1" for removing. Change its value to "0" for showing.

27. Show Windows version on desktop

User Key: "HKEY_CURRENT_USER\Control Panel\Desktop"
Create a new DWORD " PaintDesktopVersion" and change its value to "1" for showing and "0" for removing.

28. Remove My documenst from desktop
Windows 95, 98 and Me


"HKEY_CURRENT_USER\Software\Classes\CLSID\{450 D8FB A-AD25-11D0-98A8-0800361B1103}\ShellFolder"
Windows NT, 2000 and XP
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder"
Modify the value called "Attributes" as "0xf0500174" to hide or "0xf0400174" to show.

29. Disable Scan disk after improper shutdown

" HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\FileSystem"
create a new DWORD "DisableScandiskOnBoot" and change its value to "01" for disablng and "00" for enabling.

30. Automatically end Hung programs.

" HKEY_CURRENT_USER\Control Panel\Desktop"
and
"System Key: [HKEY_USERS\.DEFAULT\Control Panel\Desktop"
Modify the value of "AutoEndTasks" to "1".

Please try at your own risk!







TOP 8 ADS IN 2010

TOP 8 ADS IN 2010 




 To see ads please click on above image

TRACE A MOBILE NUMBER

YOUR UNDER SURVEILLANCE




With the rapid growth of mobile phone usage in recent years, we have often observed that the mobile phone
has become a part of many illegal and criminal activities. So in most cases, tracing the mobile number
becomes a vital part of the investigation process. Also sometimes we just want to trace a mobile number for reasons like annoying prank calls, blackmails, unknown number in a missed call list or similar.

Even though it is not possible to trace the number back to the caller, it is possible to trace it to the location of the caller and also find the network operator. Just have a look at this page on tracing Indian mobile numbers
from Wikipedia. Using the information provided on this page, it is possible to certainly trace any mobile
number from India and find out the location (state/city) and network operator (mobile operator) of the caller.
All you need for this is only the first 4-digit of the mobile number. In this Wiki page you will find all the mobile number series listed in a nice tabular column where they are categorized based on mobile operator and the zone (state/city). This Wiki page is updated regularly so as to provide up-to-date information on newly added mobile number series and operators. I have used this page many a time and have never been disappointed.

If you would like to use a simpler interface where in you can just enter the target mobile number and trace the desired details, you can try this link from Numbering Plans. Using this link, you can trace any number in the world.

By using the information in this article, you can only know “where” the call is from and not “who” the caller is. Only the mobile operator is able to tell you ”who” the caller is. So if you’re in an emergency and need to find out the actual person behind the call, I would recommend that you file a complaint and take the help of police.

I hope this information has helped you!

Sharuk khan in Wiki Leaks

SIVA SENA IS FOCUSING ON SHARUK KHAN  

                























Bollywood actor Shah Rukh Khan and the threat by the Shiv Sena to ban screenings of his film "My Name is Khan" found mention in a US embassy cable that was leaked by WikiLeaks.

"My Name is Khan" is a 2010 movie made by Karan Johar in which Shah Rukh Khan and Kajol played the lead roles.

"The Shiv Sena had threatened to ban screenings of Shah Rukh Khan's upcoming movie, 'My Name is Khan', because Shah Rukh Khan publicly lamented the absence of Pakistani cricket players in India's professional cricket league for the coming season," says the cable dated Feb 22, 2010.

The cable posted in the Guardian newspaper said that Shiv Sena goons burnt posters of the movie and protested in front of his home, asking Khan to "move to Pakistan".

"Khan himself did not bid on any Pakistani players as co-owner of one of the frachises," it said.

While some theatre owners refrained from screening the film on its opening day due to security concerns, "a show of force by the police convinced theatres to roll out a full release" the next day.

"With protests and controversy generating far more international buzz than the typical Bollywood movie, Khan's new movie opened to packed audiences in Mumbai and elsewhere," it added.

sachin 50th ton in TEST

Iam sachin fan- sehwag







NEW DELHI: Indian batting maestro Sachin Ramesh Tendulkar on Sunday became the first batsman to score a monumental 50 centuries in the 133-year history of Test cricket. No other batsman has scored more than 39 Test centuries. 


The little master reached the coveted landmark when he completed his ton on the fourth day of the first Test against South Africa at SuperSport Park, Centurion.

It was a century that the entire nation was eagerly awaiting from Sachin Tendulkar.

The moment Sachin found a gap through the extra cover region to push a Dale Steyn delivery for a single, the entire stadium stood up to salute one of the true legends of the game.

He played 197 deliveries and 258 minutes to reach the milestone. He hit 12 boundaries and a big six over long-off with left-arm spinner Paul Harris being the sufferer. This is his seventh century in the year 2010.

If some of the Indian players like Sreesanth were seen saluting Sachin on his achievement, South African players like skipper Graeme Smith and Hashim Amla congratulated the maestro.

The century should rank among one of the best considering the amount of pressure Indian team are in after being all out for a paltry 136 in the first innings.

With established top-order players like Virender Sehwag, Gautam Gambhir, Rahul Dravid, Suresh Raina and VVS Laxman back in the pavilion, Sachin found an able ally in skipper Mahendra Singh Dhoni who not only showed positive intent but also let the maestro play his natural game.

This is Sachin's fourth Test century on South African soil and indeed one he would cherish the most.

Incidentally, it was the same opponents South Africa against whom he scored the first ever double hundred by a player in ODIs at Gwalior earlier this year.

The master batsman, enjoying a memorable year at age 37, has amassed more than 1,500 runs in thirteen Tests this year at an amazing average of more than 85 runs per innings.

Tendulkar has scored seven centuries and five fifties in the year 2010 with one more match to play against South Africa, starting on December 26.

With this innings, Tendulkar has extended his record for most hundreds (28) overseas.

During his glittering international career, Tendulkar achieved a quite a few records. Besides being the only cricketer in the planet to score 50 Test centuries, Tendulkar also holds the record for most number of ODI hundreds (46). In total he now has 96 international centuries, the most by any batsman.

With 14506 runs at an average of 56.88 in 175 Tests (most appearances in the longer format of the game), Tendulkar also holds the record for most runs in Test cricket.

In ODIs, he aggregates 17,598 in 442 matches at an average of 45.12.

Tendulkar's records overseas too speak volumes of his talents -- he has scored the most number of runs away from home - 7959 at an average of 56.85 in 96 Tests, and also the most number of centuries (28).

Tendulkar, who has been playing international cricket for 21 years, has hit centuries against every other Test nation.

His tally is made up of 11 hundreds against Australia, nine against Sri Lanka, seven against England, six against South Africa, five against Bangladesh, four against New Zealand, three each against West Indies and Zimbabwe and two against Pakistan.

With one more match of the three-Test series in South Africa scheduled for this year, Tendulkar has opportunity to surpass Mohammad Yousuf's record of 1,768 runs in a calendar year (2006).
INTERNET CONNECTION SPEED 


 Internet plays such a vital role in our lives. The way broadband has proliferated in recent years speaks of its importance. It is one of most favoured mode of business as well as personal communication. It is also an encyclopaedia and a treasure of knowledge. Life without internet seems so difficult. It is very hard to comprehend how helpless we will feel without having internet facility. In tune with its rising popularity, many surveys now take internet connection as a barometer of social justice and equality. In India, the things are rising fast but the per capita penetration is still far from satisfactory. Indian government is trying its best to push the internet connectivity in all corners of the country. Recently, broadband has been given as must for any new internet connection. It also signifies one will have minimum speed of 256 kbps.
Worldwide, no less than 20 percent of Internet connections around the world were at speeds greater than 5 Mbps and that is indeed remarkable. It is almost 21 per cent increase over the average global connection speed at the end of 2007. This report has been prepared by State of the Internet report and published by Akamai Technologies which is a renowned name in the world of telecommunication. In terms of internet connection speed, top 10 nations are,
 


























  1. South Korea
  2. Japan
  3. Hong Kong
  4. Romania
  5. Sweden
  6. Switzerland
  7. Netherlands
  8. Belgium
  9. Slovakia
  10. Norway
Surprisingly, United States is at the 17th position and China has an average internet speed of 833 kbps. Total 223 countries were surveyed and as far as India is concerned, it stands at a dismal 115 position with average speed of 772 kbps. The global internet connection speed is 1.5 Mbps. So, India has a lot to catch up with but things are improving fast and necessary steps are being taken.

CAR CARE COMBO

BUY A CAR

Search This Blog

SEND SMS FREE

Send Free SMS

Mobile Phone
(91)

(Use only digits. Format: 9xxxxxxxxx)
Message (Max 130 Characters)

Your IP is

bhavirisetty -

SUBSCRIBE VIA EMAIL

Enter your email address:

Delivered by BHAVIRISETTY PHANI KUMAR

Followers