Jump to content

Registry Tweaks, Part-1


Recommended Posts


The pic was on his/her (lol) website for a long time, right ?

It still is.

But don't you people think there's too much discussion about this? I mean, it shouldn't matter whether gosh is a girl or a guy. Though, if gosh clears the issue, it'd be better & nice.

Link to comment
Share on other sites

for WindowsXP SP2 build 2082 testers

and future builds? ...

"New technologies are being added to help the end user stay up-to-date.

Security Center, provides a central location for information about

the security of your computer and Windows Installer, which provides

more security options for software installation."

Windows Registry Editor Version 5.00

;Disable Security Center Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]

"Start"=dword:00000004

Shark007

Link to comment
Share on other sites

For people who are using NAV 2003 or 04 and want to turn off the "Norton Protected Recycle Bin" and return the standard recycle bin during Unattended Install. Enter the below into StandardRecycleBin.reg and put it in RunoncEX or Batch cmd

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]@="Recycle Bin"

"LocalizedString"="Recycle Bin"

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex]

@=-

[-HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\PropertySheetHandlers\{263913E0-07B9-106A-8674-00AA000D6F0D}]

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\ContextMenuHandlers]

"{52636240-ECF7-11cd-99BE-0020AF346D41}"=-

"{645FF040-5081-101B-9F08-00AA002F954E}"=-

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\UnEraseWizard]

@=-

[-HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell]

Hope this helps. :)

Link to comment
Share on other sites

I got a nice one.

;Disable chkdsk bootexecute

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]

"BootExecute"=""

Found it out myself.. I notices windows always used chkdsk at startup. So disabling that safes a few seconds of boot time!

Link to comment
Share on other sites

u can also change the timeout value

either from registry (same key, different string)

or u can use

chkntfs /t: .. also with

chkntfs /x [drive letter] will exclude the drive from getting checked at startup...(boot menu, i mean)

Link to comment
Share on other sites

u can also change the timeout value

either from registry (same key, different string)

or u can use

chkntfs /t: .. also with

chkntfs /x [drive letter] will exclude the drive from getting checked at startup...(boot menu, i mean)

I rather not check anything whatsoever.

I run the boot.ini with /sos and even after disabling the scan of certain drivers it will still run chkdsk.exe itself. This way he won't even bother what drives to scan because it's not going to scan anyway.

Link to comment
Share on other sites

well there is no easy way of doing it.

u need to put the ones u like into a text document

1 header of Windows Registry Editor Version 5.00 is enough

then add all the stuff u want in there

then save that document as .reg file.

and use it in xpcreate, xpinstall, this that,

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...