If you grovel I'll explain how it works.
--
----------------------------------------------------------
http://www.g2mil.com/Dec2003.htm
You obviously haven't tried it dick wad. I can't believe that a goose would dispute something with an expert without trying it. If I was going to argue I try it first so I don't get humilated. But you seem to like it.
So we can conclude
a/ You don't know how to rename files
b/ You don't know how to read
c/ You don't know how to click a link
Why I bothered searching for a moron who can't read I don't know. Get your older sibling to read it to you (or your parents).
How to Replace Files In Use at Windows NT Restart
Q181345
--------------------------------------------------------------------------------
The information in this article applies to:
a.. Microsoft Windows NT Workstation version 4.0
b.. Microsoft Windows NT Server version 4.0
c.. Microsoft Windows NT Server, Enterprise Edition version 4.0
d.. Microsoft Windows 2000 Professional
e.. Microsoft Windows 2000 Server
f.. Microsoft Windows 2000 Advanced Server
--------------------------------------------------------------------------------
IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information about how to do this, view the "Restoring the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help topic in Regedt32.exe.
SUMMARY
If you need to replace a file that is in use by Windows NT, you normally must use one of the following methods:
a.. Start the computer with an MS-DOS boot disk to replace the file if your computer uses the File Allocation Table (FAT) file system on the boot partition.
b.. Perform a parallel installation of Windows NT if the boot partition uses the Windows NT file system (NTFS).
c.. Use the Mv.exe method specified in the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q184408
TITLE : How to Replace In-Use Windows NT System Files
d.. Rename the file at a Windows NT command prompt. To do so, type the following lines at a command prompt, pressing ENTER after each line:
ren <drive>:\<path>\<file>.sys <drive>:\<path>\<file>.old
copy <drive>:\<temp folder>\<file>.sys <drive>:\<path>\<file>.sys
After you type these lines, restart the computer. Many files cannot be renamed using the Windows Explorer shell, but can be renamed using a command prompt.
This article describes another method you can use to replace files that are in use by Windows NT. This method uses the registry to replace a file at startup, before the file is accessed by Windows NT.
MORE INFORMATION
WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys And Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete Information in the Registry" and "Edit Registry Data" Help topics in Regedt32.exe. Note that you should back up the registry before you edit it. If you are running Windows NT, you should also update your Emergency Repair Disk (ERD).
The following steps demonstrate how to replace the Win32k.sys file in the %SystemRoot%\System32 folder with the Win32k.sys file located in the C:\Temp folder. You can use variations of this method to replace any file if your installation of Windows NT is bootable.
1.. Start Registry Editor (Regedt32.exe).
2.. Locate the following key in the Windows NT registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
3.. Create a new value using the following information:
Value name: PendingFileRenameOperations Data type : REG_MULTI_SZ Value data: \??\c:\temp\win32k.sys !\??\c:\winnt\system32\win32k.sys
Note that the value data is typed on two separate lines.
4.. Quit Registry Editor.
5.. Restart the computer.
For additional information, please see the following article in the Microsoft Knowledge Base:
Q184408 How to Replace In-Use Windows NT System Files
Additional query words: replaced inuse in use system files file FileRenameOperations cannot rename
Keywords : kbenv msient
Issue type : kbhowto
Technology : kbWinNTsearch kbWinNTWsearch kbWinNTW400 kbWinNTW400search kbWinNT400xsearch kbwin2000AdvServ kbwin2000AdvServSearch kbwin2000Serv kbWinNTSsearch kbWinNTSEntSearch kbWinNTSEnt400 kbWinNTS400xsearch kbWinNTS400 kbwin2000ServSearch kbwin2000Search kbwin2000ProSearch kbwin2000Pro kbWinAdvServSearch
Last Reviewed: January 23, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.