登錄設定集 (查詢用)



贊助商連結


頁 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30

琥珀
2003-02-24, 10:38 PM
Change the Critical Update Notification Delay (Windows 95/98/Me)

When Windows detects that a new critical update is available it gives you the option to update now or to be reminded again in 1 day. This tweak allows you to change the default 1 day reminder period.

System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Critical Update]
Value Name: CurrentDelayInterval
Data Type: REG_DWORD (DWORD Value)
Value Data: Time in seconds (Default = 86,400)

了解更多關於Change the Critical Update Notification Delay (http://www.winguides.com/registry/display.php/1264/)。

贊助商連結


琥珀
2003-02-28, 01:43 PM
Modifying the Autocheck Time-out Value (Windows NT/2000/XP)

When Windows is not shutdown correctly it will perform an AutoCheck using CHKDSK on the next restart. This setting controls the time delay before running Autochk or whether it is run at all.

System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager]
Value Name: AutoChkTimeOut
Data Type: REG_DWORD (DWORD Value)
Value Data: Time in Seconds or 0 to disable (default = 10)

了解更多關於Modifying the Autocheck Time-out Value (http://www.winguides.com/registry/display.php/907/)。

琥珀
2003-03-09, 09:13 PM
Optimize the Windows Server Service (Windows NT/2000/XP)

This setting can be used to manually optimize the Windows server functionality. By selecting the appropriate value you can optimize the service for memory usage, network throughput or a balance of both.

System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
Value Name: Size
Data Type: REG_DWORD (DWORD Value)
Value Data: "1" = minimize memory, "2" = balance or "3" = maximize network throughput

了解更多關於Optimize the Windows Server Service (http://www.winguides.com/registry/display.php/1265/)。

琥珀
2003-03-09, 09:18 PM
Disable Windows Messenger in Outlook

This setting can be used to disable the integration of Windows (MSN) Messenger so that is does not start when using Microsoft Outlook.

User Key: [HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\10.0\Outlook\InstantMessaging]
Value Name: ForceDisableIM
Data Type: REG_DWORD (DWORD Value)
Value Data: 1 = enable restriction

了解更多關於Disable Windows Messenger in Outlook (http://www.winguides.com/registry/display.php/1266/)。

琥珀
2003-03-09, 09:24 PM
Remove Windows Messenger from Internet Explorer

This tweak can be used to remove the integration of Windows Messenger into Internet Explorer. It will remove both the toolbar icon and Tools menu item.

System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{FB5F1910-F110-11d2-BB9E-00C04F795683}]

Highlight the key and select Edit | Rename, add a minus symbol ("-") to the start of the key name so that it is now called "-{FB5F1910-F110-11d2-BB9E-00C04F795683}".

了解更多關於Remove Windows Messenger from Internet Explorer (http://www.winguides.com/registry/display.php/1049/)。

琥珀
2003-03-09, 09:30 PM
Remove Windows Messenger from Outlook Express

This tweak is used to remove MSN Instant Messenger functionality and integration from Outlook Express.

System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express]
Value Name: Hide Messenger
Data Type: REG_DWORD (DWORD Value)
Value Data: (2 = remove messenger)

Note: This tweak should also remove AOL Instant Messenger 5 integration.

了解更多關於Remove Windows Messenger from Outlook Express (http://www.winguides.com/registry/display.php/989/)。

琥珀
2003-03-09, 09:35 PM
Disable MSN Instant Messenger

This restriction is used to disable the ability to run the Microsoft MSN Instant Messenger client.

User Key: [HKEY_CURRENT_USER\Software\Policies\Microsoft\Messenger\Client]
System Key: [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Messenger\Client]
Value Name: PreventAutoRun, PreventRun
Data Type: REG_DWORD (DWORD Value)
Value Data: (1 = enable restriction, 0 = default)

Note: This tweak is applicable to MSN Messenger 4.x, this restriction has been removed from version 5 of the software.

了解更多關於Disable MSN Instant Messenger (http://www.winguides.com/registry/display.php/981/)。

琥珀
2003-03-16, 03:16 PM
Using BOOT.INI Startup Switches (Windows NT/2000/XP)

Windows NT, 2000 and XP use a configuration file called BOOT.INI to control how the operating system is booted and any startup options. By modifying the startup switches you can manage the boot process including booting Windows in Safe mode, creating a log file, or disabling the splash screen.

Open the root partition of your hard drive (normally C:\) and find the file called "BOOT.INI". You may need to enable hidden files under Folder > Options.

Right-click on the file, select Properties and uncheck "Read-only" then click OK. You may like to make a backup of the file at this point to allow you to restore if you experience problems.

Open the file in Notepad and under the [operating systems] section you will find a list of all the installed operating systems. For example:

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect

To enable or disable startup options simply change or add any of the switches listed below to the default command-line. For example you could add "/SOS" to the command-line above to display the splash screen and view the drivers being loaded.

/3GB - New to Service Pack 3. This causes the split between user and system portions of the Windows NT map to become 3GB for user applications, 1GB for System. To take advantage of this the system must be part of the NT Enterprise suite and the application must be flagged as a 3GB aware application.

/BASEVIDEO - The computer starts up using the standard VGA video driver. Use this if you have installed a graphics driver that is not working.

/BAUDRATE - Specifies the baud rate to be used for debugging. If you do not set the baud rate, the default baud rate is 9600 if a modem is attached, and 19200 for a null-modem cable.

/BOOTLOG - Makes 2000 write a log of the boot to the file %SystemRoot%\NTBTLOG.TXT Windows 2000/XP Only.

/BURNMEMORY=x - Makes NT forget about the given amount of memory in MB. If /burnmemory=64 was given then 64MB of memory would be unavailable.

/CRASHDEBUG - The debugger is loaded when you start Windows NT, but remains inactive unless a Kernel error occurs. This mode is useful if you are experiencing random, unpredictable Kernel errors.

/DEBUG - The debugger is loaded when you start Windows NT, and can be activated at any time by a host debugger connected to the computer. This is the mode to use when you are debugging problems that are regularly reproducible.

/DEBUGPORT=comx - Specifies the com port to use for debugging, where x is the communications port that you want to use.

/FASTDETECT - Specifying FASTDETECT causes NTDETECT to skip parallel and serial device enumeration for a boot into Win2K, whereas omitting the switch has NTDETECT perform enumeration for a boot into NT 4.0. Win2K setup automatically recognizes dual-boot configurations and sets this switch for BOOT.INI lines that specify a Win2K boot. Windows 2000/XP Only.

/HAL=<hal> - Allows you to override the HAL used, for example using a checked version.

/INTAFFINITY - Sets the multiprocessor HAL (HALMPS.DLL) to set interrupt affinities such that only the highest numbered processor in an SMP will receive interrupts. Without the switch the HAL defaults to its normal behavior of letting all processors receive interrupts. Windows 2000/XP Only.

/KERNEL=<kernel> - Same as above but for the kernel.

/MAXMEM:n - Specifies the maximum amount of RAM that Windows NT can use. This switch is useful if you suspect a memory chip is bad.

/NODEBUG - No debugging information is being used.

/NOGUIBOOT - When this option is specified the VGA video driver responsible for presenting bit mapped graphics during Win2K's boot process is not initialized. The driver is used to display boot progress information, as well as to print the Blue Screen crash screen, so disabling it will disable Win2K's ability to do those things as well. Windows 2000/XP only.

/NOSERIALMICE=[COMx | COMx,y,z...] - Disables serial mouse detection of the specified COM port(s). Use this switch if you have a component other than a mouse attached to a serial port during the startup sequence. If you use /NOSERIALMICE without specifying a COM port, serial mouse detection is disabled on all COM ports.

/NUMPROC=n - Only enables the first n processors on a multiple processor system.

/ONECPU - Only use the first CPU in a multiple processor system.

/PCILOCK - Stops Windows NT from dynamically assigning IO/IRQ resources to PCI devices and leaves the devices configured by the BIOS.

/SAFEBOOT - This is an automatic switch which NTLDR should complete for you when you use the F8 menu to perform a safe boot. Following the colon in the option you must specify one of three additional switches: MINIMAL, NETWORK, or DSREPAIR. The MINIMAL and NETWORK flags correspond to safe boot with no network and safe boot with network support. The safe boot is a boot where Windows 2000/XP only loads drivers and services that are specified by name or group in the Minimal or Network Registry keys under HKLM\System\CurrentControlSet\Control\SafeBoot. The DSREPAIR (Directory Services Repair) switch causes NT to boot into a mode where it restores the Active Directory from a backup medium you present. An additional option that you can append is "(ALTERNATESHELL)". This tells NT to use the program specified by HKLM\System\CurrentControlSet\SafeBoot\AlternateShell as the graphical shell, rather than to use the default which is Explorer. Windows 2000/XP only.

/SOS - Displays the driver names while they are being loaded. Use this switch if Windows NT won’t start up and you think a driver is missing. This option is configured by default on the [VGA] option on the boot menu.

/WIN95 - This switch is only pertinent on a triple-boot system that has DOS, Win9x and Windows NT installed. Specifying the /WIN95 switch directs NTLDR to boot the Win9x boot sector stored in BOOTSECT.W40. See Microsoft KB Article Q157992 for more information.

/WIN95DOS - This switch is only pertinent on a triple-boot system that has DOS, Win9x and Windows NT installed. Specifying the /WIN95DOS switch directs NTLDR to boot the DOS boot sector stored in BOOTSECT.DOS. See Microsoft KB Article Q157992 for more information.

/YEAR= - Specifying this value causes NT/Windows 2000 core time function to ignore the year that the computer's real-time clock reports and instead use the one indicated. Thus, the year used in the switch affects every piece of software on the system, including the NT kernel. Example: /YEAR=2005. Note: this option is only available on NT 4.0 Service Pack 4 and Windows 2000/XP.

了解更多關於Using BOOT.INI Startup Switches (http://www.winguides.com/registry/display.php/1268/)。

琥珀
2003-04-13, 03:40 PM
Configure Remote Access Client Account Lockout (Windows 2000/XP)

You can use the remote access account lockout feature to specify how many times a remote access authentication has to fail against a valid user account before the user is denied access. Use this tweak to set the number of failed logins before the account is locked-out and the time before the lockout is reset.

System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess\Parameters\AccountLockout]
Value Name: MaxDenials, ResetTime (mins)
Data Type: REG_DWORD (DWORD Value)

Create a new DWORD value or modify the existing value called "MaxDenials" and set it to the number of failed logins to lockout the account (or 0 to disable lockout).

Create another DWORD value or modify the existing value called "ResetTime (mins)" and set it to the time in minutes that an account should remained locked-out. The default is 2,880 minutes (two days).

了解更多關於Configure Remote Access Client Account Lockout (http://www.winguides.com/registry/display.php/1270/)。

琥珀
2003-04-28, 12:10 AM
Disable the Internet Explorer HTML Source Editor Check

Internet Explorer will normally attempt to detect the program originally used to create a HTML document and modify the "Edit" option to use the same program for future editing. This tweak can be used to enable or disable the checking.

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
Value Name: CheckDocumentForProgID
Data Type: REG_SZ (String Value)
Value Data: "yes" or "no"

Note: Disabling this feature will cause Internet Explorer to use the default editor for all editing.

了解更多關於Disable the Internet Explorer HTML Source Editor Check (http://www.winguides.com/registry/display.php/1272/)。