one, the way to avoid end users press the F8 key to enter the Innovative Boot Selections? alter the registry to complete?
A: Very first, to display that, in prompts the consumer to press F8 to load the registry just isn't it, so absolutely nothing to accomplish using the registry. Suggestion F8 is the first Windows startup files loaded Ntldr, somebody changed the file overseas, it is easy to obtain the subsequent versions 2000 and XP:
then open the DOS window type attrib c: ntldr - s-h-r, and then duplicate ntldrnof8 (or ntldrnof8xp) to the appropriate location and title ntldr. Then add attributes attrib c: ntldr + s + h + r.
restart the program, press the F8 important findings are already ignored.
2nd, the right way to patch package deal integrated into the Windows installation files in Windows? (WinXP SP2 parameter unique)
A: In addition to Windows XP SP2 making use of the subsequent method from outside the patch:
one, use WinRAR (or run compressed bundle add-x option) to unzip the patch package to a short-term directory (say d: spx);
two, the Windows set up files ( the entire disc, not just i386 directory) copy to your hard drive to a short-term directory is assumed to be d: windows;
3, run d: spx i386 update the update.exe, use the parameter - s: d: windows;
4, pop-up window displays the progress of the operation has completed d: windows directory the source file continues to be integrated inside the patch package deal.
5, you'll be able to use WinISO for a class of software that re-create these files into ISO files, along with a bootable CD by copying the boot sector for the approaches to create a bootable CD-ROM (for details see the apply WinISO details).
update the parameters are as follows:
update [-u] [-f] [-n] [-o] [-z] [-q] [-l] [-s: ]
-u Unattended mode
-f to power other purposes to close at shutdown
-n Don't again up files for uninstallation
-o to overwrite OEM files without prompting
-z Don't restart soon after the set up is complete
-q Tranquil mode (no person intervention)
-l checklist set up patches
-s: the Service Pack files into
for Windows XP SP2, the original has turn into the-x parameter / integrate: a, fullpath may be the full path in the source files are located.
III, Regedit.exe and Regedt32.exe What's the difference in contrast to, which 1 will need to I use?
A: Within the numerous versions of the operating technique is fairly unique, the subsequent I had been launched:
1, in the Windows NT 3.x, Regedit.exe could be the 16-bit Windows operating technique up editor. It's utilised to modify the Windows registration database. This database is situated in the Windows directory, the identify is Reg.dat. Database contains info about 16-bit purposes of data, document management Employed it to open and print files. Supports Object Linking and Embedding (OLE) purposes also use this database. WOW (Windows on Windows) and 16-bit Windows applications use and maintain the Reg.dat. Layer inside a virtual DOS machine WOW (VDM) layer. Regedt32.exe will be the configuration editor for Windows NT. It's employed to modify the Windows NT configuration database, or Windows NT registry. This editor allows you to view or modify the Windows NT registry. It supplies that sections from the registry (known as hives) will be the window view. Each window displays two sections: the left is the fact that the registry essential folders. The best is connected with all the selected registry important value.
2, in Windows NT four.0 and in Windows 2000, Windows NT 4.0 and Windows 2000 Regedit.exe is incorporated primarily in order to use its search operate. You possibly can use Regedit.exe to change Windows NT 4.0 and Windows 2000 registry, although not Windows NT four.0 and Windows 2000 all the functions or data sorts can use it to view or edit. Windows NT 4.0 and Windows 2000 is included within the Regedit.exe edition from the subsequent limitations:
• can not set the security for registry keys.
• can not see, edit, or search for the two values REG_EXPAND_SZ and REG_MULTI_SZ data kinds. If you try to watch the REG_EXPAND_SZ value, Regedit.exe displays it as being a binary information kind. If you try to edit either of these data sorts, Regedit.exe saves it as REG_SZ, and the information type no longer performs its intended function.
• It is possible to not save or restore the registry entries for the hive file.
Microsoft recommends that Windows NT four.0-based computer or Windows 2000 when using Regedit.exe only for its search capabilities.
Regedt32.exe is a Windows NT four.0 and Windows 2000 the configuration editor, utilised to modify the Windows NT configuration database, or Windows NT registry. This editor permits you to see or modify the Windows NT registry. It delivers that sections with the registry (called hives) will be the window see. Every window displays two sections: the left is the fact that the registry important folders. The best is connected together with the chosen registry key value. Regedt32 is a powerful tool, utilize it to change registry values have to be careful. Values in the registry is missing or incorrect set up of Windows will cause the system can not use. Various with Regedit.exe, Regedt32.exe does not support the registry essential file (. Reg) import and export.
three, in Windows XP and Windows Server 2003, Regedit.exe is the Windows XP and Windows Server 2003, Configuration Editor, to modify the Windows NT configuration database, or Windows NT registry. It is possible to use this editor to watch or modify the Windows NT registry. It supports the security settings of registry keys,
Windows 7 64 Bit, support for viewing and editing REG_EXPAND_SZ and REG_MULTI_SZ, and to support saving and restoring hive files. The left with the folder that registry key. The best is associated using the selected registry essential value. Regedit is a powerful tool. Utilize it to change registry values should be careful. Values within the registry is missing or incorrect installation of Windows will cause the system can not use. Regedt32.exe is a small system, only to run Regedit.exe. [page]
four, I often really need to modify the IP address in the laptop, the graphical interface is really quick to modify the IP address, can you make use of the batch mode automatically modify the IP address it?
A: You'll be able to use netsh on the command line to modify the IP address, but also turn it into a batch, so much easier.
D: > netsh
netsh> ip
netsh> interface
netsh interface> ip
this context Command:
set address - set the specified interface IP address or default gateway.
set dns - set the DNS server mode and addresses.
set wins - set the WINS server mode and addresses.
netsh interface ip> set address
Usage: set address [name =]
[[source =] dhcp
[source =] static [ ,],[
name - interface title.
source - one of the following values:
dhcp: The interface is specified, set the IP address working with DHCP configuration.
static: set the configuration settings working with a local static IP address.
gateway - 1 for the subsequent values:
: you set the default gateway IP address specified.
none: do not set the default gateway.
gwmetric - default gateway metric. If the gateway is set to 'none', you should really not set this field.
only inside the 'source' to 'static' only set the following alternatives:
addr - IP address of the specified interface.
mask - Specifies the IP address on the subnet mask.
Example: set address title = step by step into, in actuality you may use a command to modify the IP address directly in the DOS, such as:
Netsh interface ip set address local static 10.0.0.9 255.0.0.0 10.0.0.1 one
NOTE: The above parameters can not be omitted, the gateway does not, then please write none, a gateway is usually written a metric.
Think about it, because if you move frequently because in the notebook's IP address transformed between the two IP to change to, just require to create two batches and then execute them when needed to it.
five, how to quit viruses and other causes with the conflict caused waves last time the program shut down?
A: For Windows XP, Windows 2003 and so consists of shutdown.exe program, this tool, you are able to use the command shutdown-a shutdown plan to halt the method, for Windows 2000 systems, it is possible to copy the shutdown.exe from XP or 2003 file to the 2000 method to use, but if you did not do so in advance, there A good way is to move forward quickly alter the system time to allow sufficient time to solve this problem. Below: change the technique time before, and 8 minutes will shut down:
the time change from 2004 to 2003, the 365 days following shutdown:
what? You want to future change? it as you please, not to mention that I taught you.
six, for the convenience of remote management, I have Terminal Services installed on the server, but I fear it will give my server a security risk, in what ways can the port terminal services to the other port 3389 you?
A: Yes, the server needs to modify the registry, the client directly to the specified port number or modify the Terminal Services client connections configuration file.
server:
HKEY_LOCAL_MACHINE Program CurrentControlSet Control Terminal Server Wds Repwd Tds Tcp, see the proper PortNumber the best, under the change you want to decimal The port number to it, such as 7038 and the like, as long as you could not with other conflicts.
HKEY_LOCAL_MACHINE Technique CurrentControlSet Control Terminal Server WinStations RDP-Tcp, alter the port number as before.
W2K client:
Open Client Manager Connector, click a connection is completed, click br>
having a record of this or any other text editing software to find open just to export the. cns file, find the number on the line.
WinXP client:
added inside the exported default.rdp file server port: i: xxxx or server port: xxxx
Also within the new Terminal Services client also is often directly utilised in the server's IP or identify to add
VII, DC and the client's time is synchronized, why Kerberos authentication is still not complete successfully?
A: 1st to note is that, Kerberos authentication requires two machines to communicate time offset can not exceed 5 minutes inside a domain environment, the computer automatically through the Simple Network Time Protocol (SNTP) time server completion from the election and synchronization, network connection is stable if the agreement can ensure that the time deviation of two computers inside the effective range inside, but if two computers in numerous time zone set, it seems the same time is probably worse for AD for quite a few hours, because AD does not work according to local time, taking into Windows networks could be throughout the world, which use a unified the time, so if at the same time zone set up two computers in unique time zones, although they are synchronized local time, in simple fact the international standard time calculated just isn't the same, and the gap is far more than five minutes .
net time you are able to use this command to watch the current computer's time server, this command can be executed instantly by the time synchronization.