Jul 26, 2008

Windows XP Registry Tweaks ... - Post yours here

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Operating Systems

free web hosting

Windows XP Registry Tweaks ... - Post yours here

rowita
DO NOT APPLY IF YOU DON'T KNOW THE USE OF FOLLOWING TWEAKS!!!

All about context menu ...

Right-Click Copy To
CODE
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

Right-Click Move To
CODE
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

Right-Click "Open Command Window Here" for folders
CODE
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

Right-Click "Services" on "My Computer"
CODE
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00

To Be Continued ...

 

 

 


Reply

rowita
Do not cache failed DNS lookups
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
"Start"=dword:00000004
Disable Welcome Screen and uses Classic Logon
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LogonType"=dword:00000000
Max your Internet Explorer's simultaneous downloads to 10 (default was 2)
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a
Change MenuShowDelay (Start Menu load speed) in milliseconds
CODE
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="2000"
Remove Shared Documents from My Computer
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
Remove Shortcut Arrows
CODE
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-
Disables Windows Tour bubble popup
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000
NoLowDiskSpaceChecks won't check if you are low on diskspace or pop-up a balloon telling you.
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
Prefetcher tweak(faster booting)
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003
Disable Autorun
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
"AutoRun"=dword:00000000
Speed up browsing remote computers
CODE
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]
Speed up NTFS
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"Win31FileSystem"=dword:00000000
"Win95TruncatedExtensions"=dword:00000001
"NtfsDisableLastAccessUpdate"=dword:00000001
Disable QoS
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched]
"NonBestEffortLimit"=dword:00000000
Speed up shutdown
CODE
[HKEY_CURRENT_USER\Control Panel\Desktop]
"HungAppTimeout"="5000"
"WaitToKillAppTimeout"="4000"
Speed up shutdown
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="2000"
Disable System Restore
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001
Do Not Receive Media Player Licences
CODE
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"SilentAcquisition"=dword:00000000
Disable Media Player identification through Internetsites
CODE
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"SendUserGUID"=dword:00000000
Disable automatic codec downloads
CODE
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"UpgradeCodecPrompt"=dword:00000000
Disable ALL BalloonTips
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"FolderContentsInfoTip"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]
"Show"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartButtonBalloonTip"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowInfoTip"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSMBalloonTip"=dword:00000000
Do Not Start MS-Messenger with Outlook Express
CODE
[HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express]
"Hide Messenger"=dword:00000001

 

 

 


Reply

rowita
mount net-drives first, when they are needed
CODE
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider]
"RestoreConnection"=dword:00000000


enlarge DNS-cache
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d


Disable thumbnail caching.
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisableThumbnailCache"=dword:00000001


disable the "search-dog"
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Use Search Asst"="no"


keep ras connection when switching users (sp your modem won't hang up)
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\WinLogon]
"KeepRasConnections"="1"



delete alexa (spy-reg)-keys
CODE
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]


Right click to (un)register DLL files, open in Notepad by default.
CODE
[HKEY_CLASSES_ROOT\dllfile\shell]
@="View"
[HKEY_CLASSES_ROOT\dllfile\shell\Register]
[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="C:\\WINNT\\system32\\REGSVR32.EXE \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\UnRegister]
[HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\command]
@="C:\\WINNT\\system32\\REGSVR32.EXE /u \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\View]
[HKEY_CLASSES_ROOT\dllfile\shell\View\command]
@="C:\\WINNT\\System32\\NOTEPAD.EXE \"%1\""


Open folders in Explorer view.
CODE
[HKEY_CLASSES_ROOT\Folder\shell]
@="explore"


Open scripts with Notepad by default - do not run.
CODE
[HKEY_CLASSES_ROOT\VBSFile\Shell]
@="Edit"
[HKEY_CLASSES_ROOT\VBEFile\Shell]
@="Edit"
[HKEY_CLASSES_ROOT\JSFile\Shell]
@="Edit"
[HKEY_CLASSES_ROOT\JSEFile\Shell]
@="Edit"
[HKEY_CLASSES_ROOT\WSHFile\Shell]
@="Edit"
[HKEY_CLASSES_ROOT\WSHFile\Shell\Edit\Command]
@="Notepad.exe %1"
[HKEY_CLASSES_ROOT\WSFFile\Shell]
@="Edit"


Clean up NEW Templates
This will remove these items from the "New" context menu.
CODE
[-HKEY_CLASSES_ROOT\.bfc\ShellNew]
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]
[-HKEY_CLASSES_ROOT\.doc\WordPad.Document.1\ShellNew]
[-HKEY_CLASSES_ROOT\.rtf\ShellNew]
[-HKEY_CLASSES_ROOT\.wav\ShellNew]
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew]


Remove WMP Right Click Options (Queue-it-up, etc.)
Remove the Queue-it-up, Burn to CD right click options on Windows Media Player files.
CODE
[-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}]
[-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}]
[-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}]


Search with google from the address bar instead of MSN
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\G]
@="http://www.google.com/search?q=%s"


Adds search keywords to Internet Explorer (in this order: Microsoft Knowledge Base, Altavista, Google, MSN, FileMirrors)
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB]
@="http://support.microsoft.com/?kbid=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV]
@="http://www.altavista.com/sites/search/web?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\GGL]
@="http://www.google.com/search?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN]
@="http://search.msn.com/results.asp?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM]
@="http://www.filemirrors.com/search.src?file=%s"


Makes Google IE's Default Search Engine
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"="http://www.google.com"
"Search Bar"="http://www.google.com/ie"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""="http://www.google.com/keyword/%s"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie"


Disable persistent internet caching
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache]
"FreshnessInterval"=hex:80,f4,03,00
"CleanupFactor"=hex:19,00,00,00
"CleanupTime"=hex:00,00,00,00
"Persistent"=hex:00,00,00,00
"CleanupInterval"=hex:80,51,01,00
"DebugFlag"=hex:ff,ff,00,00


Passive FTP
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Ftp]
"Use Web Based FTP"="yes"
"Use PASV"="yes"


Check Digital Signatures on Downloaded Programs
CODE
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="yes"


Sorts My Computer Above My Documents
CODE
[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"SortOrderIndex"=dword:00000054


Cache more Icons
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="8192"


Use Small Icons in Windows Explorer
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"SmallIcons"="yes"


Fixes slowdown problem starting Outlook Express when you delete Windows Messenger and disables the splash screen
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\InProcServer32]
"ThreadingModel"="Apartment"
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\LocalServer32]
"ThreadingModel"="Apartment"
@=""


This allows boot files to be placed optimally on the hard-drive for faster boots.
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"


Force User To Hit Ctrl+Alt+Del to Login
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"DisableCAD"=dword:00000000

Reply

rowita
All about services ...

Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
"Start"=dword:00000004


Disable Remote Registry Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004


Disable Windows Time Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]
"Start"=dword:00000004


Disable Error Reporting Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]
"Start"=dword:00000004


Disable Alerter
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]
"Start"=dword:00000004


Disable Background Intelligent Transfer Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS]
"Start"=dword:00000004


Disable ClipBook
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv]
"Start"=dword:00000004


Disable TCP/IP NetBIOS Helper
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]
"Start"=dword:00000004


Disable NVIDIA Driver Helper
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NVSvc]
"Start"=dword:00000004


Disable Remote Registry
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004


Disable Remote Desktop Help Session Manager
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]
"Start"=dword:00000004


Disable Routing and Remote Access
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess]
"Start"=dword:00000004


Disable Secondary Log-on
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]
"Start"=dword:00000004


Disable Performance Logs & Alerts
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]
"Start"=dword:00000004


Disable Telephony
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv]
"Start"=dword:00000004


Disable Wireless Zero Configuration
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]
"Start"=dword:00000004


Disable Automatic Updates
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv]
"Start"=dword:00000004


Disable UPS
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS]
"Start"=dword:00000004


Disable System Restore Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]
"Start"=dword:00000004


Disable Indexing Service
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc]
"Start"=dword:00000004


Disable Help and Support
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]
"Start"=dword:00000004


Disable Task Scheduler
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]
"Start"=dword:00000004


Set Print Spooler to "Manual"
CODE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]
"Start"=dword:00000003

Reply

ralph
wow blink.gif ,
that are much tweaks,
thnx mate biggrin.gif

Reply

NTNguyen
Have you ever considered using X-Setup Pro?
It allows you to do nearly the same without so much fuss. It even offers a recording function so that you can set back your configuration. Every option is explained.

And why would I want to disable services with regedit (or any other registry editor)?

Reply

rowita
QUOTE(NTNguyen)
Have you ever considered using X-Setup Pro?
It allows you to do nearly the same without so much fuss. It even offers a recording function so that you can set back your configuration. Every option is explained.

And why would I want to disable services with regedit (or any other registry editor)?


Yeah Xteq X-Setup is one of the must have softwares! that I'm using since the first releases.
I can give you a good example of using reg-tweaks using regkeys
and that is Unattended Windows Installation
use this site for more info:
http://unattended.msfn.org/index.htm

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. open cmd here registry tweak - 69.18 hr back. (1)
  2. xp registry wow definition - 172.77 hr back. (1)
Similar Topics

Keywords : windows xp registry tweaks

  1. Windows Vista Randomly Freezing - Vista freezes randomly (9)
  2. How To Install Microsoft Windows Xp Automatically! - (5)
    How to install Microsoft Windows XP automatically As you know, during installing Microsoft
    Windows XP, setup asks you several questions about your installation drive, windows serial number,
    your language, administrator password, local time zone and … . So that you should sit and answer
    above questions. But there is a small tool in Microsoft Windows CD , let's you answer these
    questions before installing Windows. 1- Put Windows XP CD/DVD in the CD/DVD in your CD/DVD ROM and
    go to following folder: X:\Support\tools\ 2- Copy deploy.cab in your Hard Dr...
  3. Windows Vista Sp1 - Does it make Vista a viable OS to upgrade to? (1)
    Has anyone actually been satisfied with the release of SP1 for Vista? Does it solve the problems
    that we've all griped about? Overview of Windows Vista SP1 From what I'm reading
    from that document, I'm actually surprised, appalled, and in a way, now wondering if Vista can
    actually be an upgrade. I laughed at: QUOTE Enhances support for high-definition (HD)
    drives by adding new icons and labels that identify HD-DVD and Blu-ray drives as HD drives.
    That's awesome. I never knew the HD drive that I bought was an HD until SP1. /rolleye...
  4. Registry Key For Autoplay - (1)
    Hi, I just noticed that my DVD-ROM has stopped the Autoplay feature. I have to right-click on the
    drive and select Auto-play to start the installation or stuff. Can anybody tell me where is it
    located in the registry ? i think something has messed up my registry for this autoplay Thanks ...
  5. Windows Seven - (18)
    Well, a new Windows has been announced. This is going to be the one after Vista. The name Windows
    Seven is only a codename for it as it has not yet been decided upon a name for this new operating
    system. A screenshot of Windows 7 Milestone 1 Build 6519: Source:
    http://en.wikipedia.org/wiki/Windows_7 This windows definitely be better then Windows Vista. What
    are your guys views on this? What features do you want to see added to Windows 7 or removed from
    Vista....
  6. Windows Xp Or Vista? - (27)
    I'm currently saving up for a laptop for several purposes. One of these is gaming and another is
    graphics. I can't decide whether to go used and get XP or new with Vista. The main games
    I'll be playing are Guild Wars and Halo. I have heard that Vista is horrible and eats up a
    crapload of memory. Well what should I do....
  7. What Would You Rather Change In Windows - minor things that annoy me in Windows (5)
    This is not a Win/Linux/Mac dispute, rather pointing out a few minor things that I find really
    annoying in Windows OS and I'd rather change if I had the chance/knowledge (disclaimer: I mainly
    refer to winxp but I've used almost all other versions, I have some experience with Linux and
    almost never used a Mac OS) copying/moving files: ever tried to copy a folder containing one or
    more corrupted files? if I were the OS I'd just skip those and copy the good ones, then prompt a
    message "file x, y, z were not copied we're sorry for the inconvenience caused"....
  8. Windows Xp Sp4 - SP4 (11)
    Windows Will Have One More SP And Taht Is SP4 It Has Bug's Fix And will be more helpful idk if
    it out atm all tho, but it the last one that they are doing for now.. now for Vista SP1 and Sp2 will
    be out i know that SP1 is out now but there is Bugs on it. idk what one atm but i will get you
    posting on that.. now for Visit ppl,, plz note this They are Taking Off visit off the stores this
    year, the reson on this is well there is pobms with the cmd... and get this All tho longhorn fans
    out there did you know that visit has it build in it? to me i like longhorn then ot...
  9. Windows Xp Freezes At Welcome Screen - (39)
    today i start my pc in windows xp and found that xp freezes at welcome screen. then i try to boot in
    safe mode but the problem persisits then i again try in last good configuration setting but it
    doesn't help so i hav to reinstall my xp plz any body hav solution for this so that i do not hav
    to reinstall my xp for this problem as i get this problem oftenly. thanks...
  10. Error Installing Windows Xp -error 7 Ntkrnlmp.exe - (10)
    i have tried to install windows xp on my pc and i get an error right after it ask at the bottom of
    the screen to press f2 to restore an error pops up saying FILE
    \$win_nt$.~bt\NTKRNLMP.EXE cannot be open error 7 setup cannot complete and has
    to close i have had windows xp on the pc before so i know its compatible but i used a different
    version of windows before ,this tinme im using a new one and i get this error i seem to find no
    solution anywhere about how to resolve this and I was wondering if possible theres something i need
    to do,I am not to sm...
  11. Windows Vista, Better Or Not? - (21)
    I've heard this: Windows Vista is more Invulnerable to viruses, trojans, hacks, and more. And
    I've heard this one: Windows Vista is not compatible on most Hardwares and softwares, and
    Windows Vista isn't more invulnerable to viruses. Which one is right..? Thanks for your
    postings...
  12. Windows Ntfs Folder And File Compression. Good Or Bad? - (6)
    I believe everyone in this forum knows what a file system means and that every windows user knows
    what FAT and NTFS means so I am not gonna start going into those. Well, the NTFS (Windows NT file
    system) offers a few advantages over the good ol' FAT (File allocation table) file system one of
    which is the files and folders compression. This I have done quite a number of times to save disc
    space (and it really does save some disc space). i am using my computer as an example here. Consider
    my 35GB partition which is carrying my Windows Vista Operating sys and has less ...
  13. Windows Transition - (2)
    Can anyone in this forum tell me the transition of microsoft windows since 98. I've been arguing
    with my friends on this topic concerning microsoft windows xp home edition. is it home
    edition>>service packs or each service pack including vista has its own home edition? help please...
  14. Pros And Cons Of Mac, Windows, And Linux - This is not a what's better topic, it's a pros and cons (32)
    Before i start i want to make sure you understand this is not a what OS is better this is a what is
    better at certain things and your reasons why. I would also like to know more about Linux because
    i'm slightly confused on it. Will it mess my computer up if i install it, dont like it, and
    uninstall it? OK on with the topic. I own a Mac and work on one for many hours a day, but had
    always used a Windows based system since well i was 5 and i remember my father using DOS to run Duke
    Nukem haha. So i know my way around it. Here is my Pros and Cons list Windows: Pros...
  15. Vista Rocks - Windows Vista Rocks (38)
    Windows Vista Rocks so much!!! At Trap17 we request you post with quality. Please try
    to make longer posts with more content and of a higher quality. Read the readme for more
    information on the rules. ...
  16. Windows Vista License Transfer? - Use on a seperate machine than it came with? (7)
    Well I have been thinking about building a new gaming rig pretty soon and I will be able to spend a
    bit more than usual because I already have the essentials( Mouse, Keyboard, Printer, Monitor) but I
    have a questions about Vista. I have a nice HP dv9000 laptop that I have had for a couple months
    that came with Windows Vista Home Premium. Now what I want to know is there anyway that I can
    somehow get that onto a new machine I build as long as I take it off the laptop? I mean I bought the
    laptop and if it comes with Vista, or any OS for that matter, I am purchasing the li...
  17. How Do I Change The Default Windows Font Size? - Without changing DPI, of course. (3)
    I know there's an option in Ubuntu to change all the font sizes of the general system, the
    windows, and etc. Now I'm trying to do this in Windows. I've changed everything about
    the windows except for the general system size. How do I do this?...
  18. Watch Out For React Os, The New Free Os You Can Install Windows Stuff. - (6)
    check is bright future OS out at: www.reactos.org /laugh.gif" style="vertical-align:middle"
    emoid=":lol:" border="0" alt="laugh.gif" /> also check out music video MAC or PC who's the
    best at: www.macorpc.org...
  19. How To Install Windows Xp On Your Cd/dvd/pen Drive - Easy and fun (4)
    How to Install Windows XP on your CD/DVD/Pen drive QUOTE This article will show you how to
    install Windows XP on your CD/DVD/USB Pen drive/ Flash Drive/ thumb Drive Requirements:- 1) Windows
    XP CD or Windows XP Setup Information 2) Blank CD or DVD or 2) USB Pen Drive Minimum of 1 GB (disk
    space necessary 256 MB or less) 3) BART PE builder software. Procedure:- 1) Make sure that your
    system has about 500MB of free disk space! 2) Download the latest PE Builder version
    (self-installing package) and install it. 3) Start PE Builder (pebuilder.exe). When you sta...
  20. Nasty Windows Tricks Using Vbs Codes - blue screen of Death, Instant Shutdown, Endless Notepads (15)
    The CMD Codes- to use, open up notepad and copy and paste the code into the notepad. name the file
    (anyname).vbs (to make a .vbs file, when u save it or save as, it will ask u for a name and which
    type u want it, so choose all file then just name it as a .vbs file) then just click on the file u
    just made *NOTE* these codes do not stay on forever, they just stay on until the person shuts off
    the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot
    be recovered. this will DESTROY the computer -The blue screen of Death *The Blue...
  21. Windows - Ubuntu - Get Ubuntu For Free (6)
    Means Of Ubuntu Ubuntu is an African word meaning 'Humanity to others', or 'I am
    what I am because of who we all are'. The Ubuntu distribution brings the spirit of Ubuntu to the
    software world. What Is Ubuntu ? Ubuntu is and always will be free of charge. You do not pay
    any licensing fees. You can download, use and share Ubuntu with your friends, family, school or
    business for absolutely nothing. About Ubuntu Ubuntu is a community developed, Linux-based
    operating system that is perfect for laptops, desktops and servers. It contains ...
  22. Never Use Windows Vista - (10)
    Iam the user of Windows Vista. I gone with Vista because of unavailability of other options. Windows
    will shutdown its support for XP after few years like they done with 98 and other operating systems.
    So I brought Vista Home Edition. My computer configurations: Core 2 duo processor. I GB DDR2
    RAM. 160 GB Hard Disk And other best available features. Problems suffering with Windowis
    Vista: Taking about 3 to 5 minuets for Logging and Sutting Down. Gives many error messages with
    good application programs. It is 4 times slower than XP for any Operating System O...
  23. Windows Xp Sp3 Is Out - (10)
    Well after a week delay because of some conflict Microsoft finally releases XP SP3, and at a
    whopping 342MB plan to wait awhile to get this bad boy downloaded. I had downloaded it from another
    site, legally of course and to be honest I did not see any improvement whatsoever on my computer,
    and so if you don't care one way or another about it make sure to disable your automatic updates
    or deselect it from the options when you want to update your computer. That is my experience with
    SP3 it wasn't to earth shattering but who knows for those with older computers it...
  24. 18 Features Windows Should Have (but Doesn't) - (8)
    I found this interesting article the other day and I was looking at the programs that were mentioned
    and I have to say that some of them I agree with and some I disagree with, and I try to explain what
    I like and don't like. QUOTE 1. Expose Available on: Mac It's an elegantly simple
    idea, and it has been available on the Mac since 2003. When you want a clear view of all the
    application windows that are open at any one time, you just press F3, and a ittle feature called
    Expose arranges them all as thumbnails spread neatly across your screen. Click one, ...
  25. Changing The Windows Xp Splash Screen - another quick tutorial (10)
    First make create 16 bit 640*480 image and save it as boot.bmp in 'c:\windows'
    directory Click Start|Run and type c:\boot.ini. The file opens in Notepad. Look for an entry
    similar to this. CODE
    "multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft
    Windows XP Professional" /noexecute=optin /fastdetect" Add /noguiboot /bootlogo at the
    end of the line so that it looks like this. CODE
    "multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft
    ...
  26. Windows Vista Gui Vs Window Xp Gui - (17)
    Hi, We have been seeing Windows Vista Screenshots and from that we can take a look at the new GUI
    for Windows. Its called Aero. But i believe it looks more like Linux. Dont you think so. Now the
    Windows GUI is no longer unique. The are back with same GUI that other Operating Systems Already
    have and Also just take a look at the icons. They are not good at all. Any information about Windows
    GUI or you views on it. Please Reply Thank You...
  27. Windows Xp Memory - (5)
    NOTE: I strongly recommend that you have (at a minimum) 512MB of RAM installed on your system before
    attempting this tweak. QUOTE STEP 1: Start > Run > the type: regedit Search for this key: Code:
    HKEY_LOCAL_MACHINE>SYSTEM>Current Control Set>Control>Session Manager>Memory Management STEP 2:
    Find: DisablePagingExecutive - Double click it and in the decimal put a 1 - This will allow XP to
    keep data in memory now instead of paging sections of RAM to the harddrive. Ultimately providing you
    faster performance. STEP 3: Find: LargeSystemCache - Double click it and chan...
  28. Installing Windows Xp On A Sata Enabled Desktop/notebook Computer. - How to ...... (2)
    If you bought a brand new computer within the past few years, you might have noticed that your
    computer shipped with a Serial ATA (SATA) controller instead of the convetional Enhanced IDE (EIDE)
    controller. The reason for this is to enhance performance and power management as SATA controllers
    and their supported Hard Disk Drives have a higher data transfer speed against their IDE
    counterparts. And they are supposed to use lesser amount of power thereby saving you more battery
    life in your notebook's battery or UPS as the case may be. If you want to install and run ...
  29. The Icons Of Zip Files Are Wrong Everytime! - Windows 2000 (3)
    Hello! I am going crazy for a silly little thing. Please help me anyone! The icon for
    ZIP files never shows the way it is supposed to. Instead it insists on displaying the Windows
    'default document' icon for ZIP files. If I rightclick a zip and choose icon properties, I
    can set the icon to be fetched from the winzip executable instead, and all looks fine and dandy
    inside the properties dialog, but after refreshing or repairing icon cache it is still the default
    document icon that is displayed. If I try to change the icon enough times it will ev...
  30. Windows Security Over Regedit - beginners guide: how to cheat windows (1)
    how to make windows secure over REGEDIT have you ever questioned yourself, how to hide the
    complete desktop of a guestaccount? well, here is the way to get it; ---THE USER NEEDS ADMIN
    RIGHTS FOR A SHORT TIME--- logon with the user u wanna manipulate . ---!!!--- click
    on start/run and type "regedit". the registryeditor should come up and you should see your
    computer registry with the hive-keys classes_root current_user local_machine etc. browse through
    "hkey_current_user" and go to "software\microsoft\windows\currentversion\p...



Looking for windows, xp, registry, tweaks, post

Searching Video's for windows, xp, registry, tweaks, post
advertisement



Windows XP Registry Tweaks ... - Post yours here



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE