Migrating Windows 98 and Win95 Clients

Use Listing A to migrate Windows 98 and Win95 systems to a new domain.

1 Min Read
ITPro Today logo

You can use Listing A to migrate Windows 98 and Win95 systems to a new domain. The script accomplishes the migration by modifying a few Registry keys. At callout A, Listing A removes password caching so that the system doesn't use the password for its old domain account when it tries to log on to the new domain or network resources. Next, the script adds the new domain name to the Registry and removes the old domain name from the Registry entries.

At callout B of Listing A, the script runs logoff.exe from within the Registry so that no startup executables can interfere with the migration process. We found that the logoff.exe utility sometimes fails to function because it fails to terminate the command shell from which it executes. If your users have user profiles in Win98 or Win95, you need to modify Listing A so that all users of each system migrate to the new domain.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like