We don't store files on our server. Abuse / DMCA Contact: dmca@sharingcentre.net - Reported posts will be removed on 3 hours.
Sharing Centre


PortalForumsOperation SystemsSoftwareGamesMovieMusicEbooks
Go Back   Sharing Centre > .:: Article & Discuss Zone ::. > English Zone > Software Guide

Register To Member For Remove All Popup


 
Post New Thread Reply
 
Thread Tools
  #1  
Old 10-07-2009, 08:03 PM
Yuhari's Avatar
Female Yuhari Yuhari vẫn chưa có mặt trong diễn đàn
° ѕтаff
 
• Join Date: May 2009
• Location: The Fly Angel
• Posts: 1,405
• Thanks: 468
• Thanked: 437 Times
Send a message via Yahoo to Yuhari
Default 10 common issues you can fix with a registry hack



Sponsored High Speed Downloads

10 common issues you can fix with a registry hack Fast Download
12901 downloads at 1775 kb/s
10 common issues you can fix with a registry hack Torrent
9631 downloads at 1500 kb/s


INFOMATION
Sometimes, configuring Windows to meet your needs requires a trip to the registry editor. Here’s a look at some simple hacks that can save you time and prevent a variety of problems.


If you read any article that involves editing the registry, you will no doubt see ominous warnings telling you that you can destroy Windows and/or your applications if you edit the registry incorrectly, and that you should always make a full system backup before performing a registry modification. While these statements may be true, the fact remains that there are things that you can do by editing the registry that you simply cannot do with the GUI. In this article, I want to share with you 10 handy registry hacks for Windows XP and Vista.

1. Disable AutoPlay
I always find it a bit annoying to insert a TechNet CD and have Windows open Internet Explorer and display a bunch of information I don’t care about. I would rather just be able to navigate through the disc’s file system and go directly to what I need. Fortunately, it’s easy to create a registry setting that disables AutoPlay:
  1. Navigate through the Registry Editor to HKLM\Software\Microsoft\Windows\CurrentVersion\Pol icies\Explorer.
  2. Create a DWORD named NoDriveTypeAutoRun.
  3. Set the value to 000000FF.
2. Increase the maximum number of simultaneous downloads
As a technical writer, I’m constantly downloading files. Sometimes I need to download a lot of files, and Windows’ limit on the number of files that can be downloaded simultaneously gets in the way. If you’re in the same boat, you can tweak the registry so that Windows will let you download 10 files at a time:
  1. Navigate through the Registry Editor to HKCU\Software\Microsoft\Windows\CurrentVersion\Int ernet Settings.
  2. Create a new DWORD named MaxConnectionsPerServer and assign it a value of 0000000a.
  3. Create a new DWORD named MaxConnectionsPer1_0Server and assign it a value of 0000000a.
3. Change the name of the registered user
When you install Windows, you’re prompted to enter a username and a company name. But since it’s fairly common for companies to merge, you may want to change the name of the company Windows is registered to by using this hack:
  1. Navigate through the Registry Editor to HKLM\Software\Microsoft\Windows NT\CurrentVersion.
  2. Change the values that are assigned to the RegisteredOwner and RegisteredOrganization keys to reflect the new ownership information.
4. Prevent the Recycle Bin from being deleted
If you’ve ever right-clicked on the Windows Recycle Bin, you know there’s a Delete option, which can be used to get rid of it. If you want to prevent the Recycle Bin from accidental deletion, follow these steps:
  1. Navigate through the Registry Editor to HKCR\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}.
  2. Create a new registry key called Shell.
  3. Create a new registry key named Delete and put it beneath the Shell key. The path should look like this: HKCR\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell\Delete.
  4. Modify the Default key and assign it a value of Recycle Bin.
5. Eliminate cached logons
Windows is designed to allow users to log on using cached logins if no domain controller is available to authenticate the request. If you want to make sure that a login request is always authenticated by a domain controller, you could change the number of cached logons that are allowed from 10 to 0 (or you could increase the number of cached logins allowed to 50). To do so, follow these steps:
  1. Navigate through the Registry Editor to: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\winlogon.
  2. Create a new REG_SZ setting named CachedLogonsCount.
  3. Assign this new setting a value that reflects how many concurrent cached logins you want to allow.
6. Encrypt and decrypt from a shortcut menu
Normally, when you want to encrypt or decrypt a file in XP Pro or Vista, you just right-click on the file or folder and choose the Properties command from the shortcut menu. When the properties sheet appears, click the Advanced button on the General tab and then use either the Encrypt or the Decrypt option.
If all that seems like a lot of work, you can add those options to the shortcut menu you see when you right-click on a file:
  1. Navigate through the Registry Editor to HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\Advanced.
  2. Create a new DWORD called EncryptionContextMenu and assign it a value of 1.
7. Delay Windows Activation
Typically, when an organization deploys Vista, it will create a master image, run SYSPREP, and deploy the image. The problem is that it might be a while between the time that SYSPREP is run and when Vista is actually deployed.
Microsoft will allow you to extend the activation period by 30 days, but you can do that only three times. You can, however, use a registry hack to get around this limitation:
  1. Navigate through the registry to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SL.
  2. Change the value associated with the SkipRearm key to 1.
  3. Open a Command Prompt window and enter the following command: slmgr -rearm.
8. Relocate your offline files
When you use Vista’s Offline Files feature, the offline file cache is automatically placed on your C: drive. But my laptop has two hard drives in it, and I wanted to configure Vista to place my offline files onto my secondary hard drive. I accomplished the task by following these steps:
  1. Open the Control Panel and click on the Network And Internet link, followed by the Offline Files link. Windows will display the Offline Files properties sheet.
  2. Disable offline files if they are currently enabled.
  3. Click OK and reboot the machine.
  4. When the computer reboots, open the Registry Editor and navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\CSC.
  5. Create a new string value named Parameters.
  6. Assign this value to the Parameters key:
\??\e:\cscwhere e: is the drive letter you want to use.
  1. Exit the Registry Editor and reboot the computer.
  2. When the machine reboots, enable offline files.
  3. Reboot the computer one last time. Now, you can start making folders available offline.
9. Disable User Account Control
One of the things about Vista that seems to irritate a lot of people is the User Account Control feature. In essence, an administrator is treated as a standard user. Administrators who attempt to perform an administrative action receive a prompt asking whether they initiated the action. I think that this prompt is a valuable safeguard against malware, but since a lot of people don’t like it, here’s how to use the registry editor to suppress the prompt:
  1. Navigate through the registry editor to HKLM\Software\Microsoft\Windows\CurrentVersion\Pol icies\System.
  2. Change the value of the ConcentPromptBehaviorAdmin key to 00000000.
10. Don’t display the last user who logged in
Windows Vista is designed so that when you press Ctrl+Alt+Delete to log in, it will display the name of the user who logged in most recently. This can be a bit of a problem if multiple users share a common PC. They may forget to check to see who was logged in previously and key in their own password in association with another user’s login name. If they try this enough times, they could lock the other user out. You can get around this problem by using a simple registry tweak to tell Windows not to display the name of the user who was logged in previously:
  1. Navigate through the Registry Editor to HKLM\Software\Microsoft\Windows\CurrentVersion\Pol icies\System.
  2. Set the DontDisplayLastName key to a value of 1.


Our method is the most efficient, quick, and easy way to make money on the internet.
But most and foremost, it’s legal! Get to know the Online Cash method! It’s revolutionary!
It’s 100% sure and you can count on raising your income by between $/€100 and $/€500 per day.
__________________

Reply With Quote
Reply


Bookmarks

Tags
10, common, fix, hack, issues, registry


Thread Tools



Latest Thread: Playboy - February 2010 / Germany, Playboy - February 2010 / Mexico, [Rs][Hf] The Penguins Of Madagascar Operation (200, [Rs][Hf] Hora (2009)DVDRip XviD, RC Car Magazine - April 2010, | BioShock 2-Razor1911 | 3 Alternatif |, [Rs][Hf] Oni PC Game, Artbeats Digital Refractions, download Kaspersky Internet Security Version 2010 , Home Theater - March 2010, MacJournal 5.2b9 (MAC OS X), Pixelmator v1.50 Mac OSX, Lynda.com – Mac OS X Server 10.6 Snow Leopard: N, VA-Maximum Trance Vol.8 (2010), VA-Best Exclusive Trance Track Vol.6 (2010), VA-Recoverworld Best Of Trance 2009 (2010), Popular Mechanics - March 2010, Suzanne Vega - Close-Up Vol.1, Love Songs (2010), Legion (2010) TS, VA-Trance In Motion Vol.41 (2010), Oggy and the Co-ckroaches, The Collector DVDRip x264 AVI 354MB, The Spy Next Door R6 READNFO XVID-, VA-Trance Vip(09.02.10), The Negative Calorie Diet (PDF), Cartoon Network Flash-Games Pack - (Full Rip/ENG), Warcraft III - Essentials (Collection/ENG), aniusoft Media Converter Ultimate 2.5.0.11, Wild Cats Wallpapers, Dungeon Lords - Collector Edition (Full ISO/ENG), Mega Collection of creative business card designs, How to Cook Everything, Evil Dead Regeneration - RELOADED (Full ISO/ENG), Computational Protein-Protein Interactions, VA-House Vip(09.02.10), Driver Checker 2.7.4 Datecode 20100209, Emerging Protein Biotherapeutics, Malaria, PowerDirector Ultra 8.2013 + Serial, Zombieland (2009) Unrated-DVDRip XviD-[8.0-10], The I Love Lucy Game, Michael Buble - Crazy Love (special Edition) 2009, VA-Electro-House Sound 09.02.2010, Owl City - Ocean Eyes [2009] 320kbps, How to Hypnotize People (PDF), Lil Wayne ? Rebirth (2010), Powerarchiver 2010 11.62.04 Final, Alicia Keys - The Elements Of Freedom 2009, From Mexico With Love 2009 DVDRip XviD-VoMiT, i buy software to, Selena Gomez and the Scene - Kiss & Tell (2009, Viva Las Vegas, Wintools.net 10.02.1 Ultimate Edition, Zac Brown Band - The Foundation (2008), VA-Only Fresh Club Music (09.02.2010), Jay Z - The Blueprint 3 (2009), Call of Duty Modern Warfare 2 (PC), The Serpent of Isis, Find here seeking our graet offers, Mass Effect 2 (PC), Need For Speed Shift (PC), Two.and.a.Half.Men.S07E15.HDTV.XviD-XII, The Spy Next Door R6 READNFO XVID, Dragon Age Origins (PC), Robin Thicke - Sex Therapy The Experience (2009), The Saboteur (PC), James Camerons Avatar The Game v1.01 (PC), super programme, Dark Void (PC), Soundtrack - The Twilight Saga: New Moon (2009), Left 4 Dead 2 v2.0.0.7 (PC), Heroes, Season: 04, Episode: 19 "Brave New Wo, 24 Hours Chrono, Season: 08, Episode: 07 10:00PM-1, Prototype (PC), Yael Naim - Yael Naim, Kiss - Sonic Boom (2009), Dirt 2 (PC), VA-House Vip (08.02.10), Borderlands (PC), VA-Brit Awards 2010, VA-Promo Only Mainstream Club March (2010), 50 Things You're Not Supposed To Know, VA-Club Mania (08.02.2010), VA-Sborka vol.143 (2010), Sounds of the Season Taylor Swift Holiday Collecti, Crystal Stilts - Alight of Night, R&B Lovesongs (2010), Norah Jones - The Fall (2009), Mountain Bike Action - March 2010, Two and a Half S07E15 HDTV XviD 1link, Glee: The Music Vol. 1 (2009), Excalion - High Time (2010), The Book of Eli (2010) TS-FILLTERED | MKV | 400 MB, New Cataract Hotel, Eminem - Relapse (2009), HQ Stock Photo - Cigars, Ashampoo UnInstaller 3.13 Multilanguage, Programmable Logic Controllers, Stella Magazine - January 24 2010, Ancient Civilizations in Graphic Novel,



SharingCentre.net Network Site Network Partner Friend Logo
Movie Centre
Warez Centre
Download Software
Downarchive
Rapidshare Forums
Daily Download
Full Downloads
Rapidshare Downloads
Future Downloads
Rapidshare Search
RapidshareDownloads
RsDownload
Beck007.COM
Graphic For All
Free Source Download

All times are GMT +7. The time now is 04:42 AM.
SharingCentre[dot]NET © 2008 - 2009 - Licensed to: Sharing Centre Community.
Portal by vBadvanced CMPS | Search Engine Friendly URLs by vBSEO
Powered by vBulletin® Version 3.8.3, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.