If the event tracker is of no use to you then you can disable it. To do this, open the Group Policy Object Editor Console. Go to Start > Run…, type gpedit.msc and press OK.
Navigate to Computer Configuration > Administrative Templates > System and in the right hand pane, select the “Display Shutdown Event Tracker” setting.
Double Click this setting to open the Properties page. You are now given the option to leave it in a default state of Not Configured, set it to Always Enabled, Enabled for Servers/Workstations (Windows XP Pro) or Disabled completely.
After you make the change to the Group Policy, open the Command Prompt and run the gpupdate /force command to refresh the policy and have your settings be applied straight away. Alternatively you can just restart the machine.
When you next attempt to shutdown or restart the machine, the Shutdown event tracker will no longer be visible and the normal shutdown prompt will appear.
[ trackback ]
Configs or settings that were hard to find, or messy in getting to... for future personal reference.
Tuesday, June 13, 2006
Windows :: Disable DNS dynamic updates
Disable DNS dynamic updates
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
By default, dynamic updates are configured on Windows Server 2003-based clients. To disable dynamic updates for all network interfaces, follow these steps:
WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
By default, dynamic updates are configured on Windows Server 2003-based clients. To disable dynamic updates for all network interfaces, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
- On the Edit menu, point to New, and then click DWORD value.
- Type DisableDynamicUpdate, and then press ENTER two times.
- In Edit DWORD Value, type 1 in the Value data box, and then click OK.
- Quit Registry Editor.
To disable dynamic updates for a specific interface, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl
Set\Services\Tcpip\Parameters\Interfaces\i nterface - Note interface is the device ID of the network adaptor for the interface that you want to disable dynamic update for. - On the Edit menu, point to New, and then click DWORD value.
- Type DisableDynamicUpdate, and then press ENTER two times.
- In Edit DWORD Value, type 1 in the Value data box, and then click OK.
- Quit Registry Editor.
Monday, June 5, 2006
Change Gaim Data folder
Where are my Gaim settings and data (including logs) saved?
As of 0.69, shfolder.dll is used to determine the location for a user's app data.
On Windows ME this will be something like C:\WINDOWS\Profiles\username and on Win 2k/XP C:\Documents and Settings\username\Application Data.
This can be overridden by setting the GAIMHOME environmental variable (as of v1.1.0).
Logs are stored in this directory in a subdirectory called "logs."
[ trackback ]
As of 0.69, shfolder.dll is used to determine the location for a user's app data.
On Windows ME this will be something like C:\WINDOWS\Profiles\username and on Win 2k/XP C:\Documents and Settings\username\Application Data.
This can be overridden by setting the GAIMHOME environmental variable (as of v1.1.0).
Logs are stored in this directory in a subdirectory called "logs."
[ trackback ]
Subscribe to:
Comments (Atom)