Command line to register file in Win XP Pro

  • Thread starter Thread starter Diane
  • Start date Start date
D

Diane

What is the command line to register a file in Win XP Pro
registry. I forgot it & not sure.

Thanks

Diane
 
Wait, what?
I thought she was talking about registering a DLL or an OCX using regsvr32.
What does "/register" do?
 
here is a good example:
(this is used to fix the time error on Dell PCs running XP gold)

1. Start->Run cmd.exe
2. net stop w32time
3. w32tm /unregister [ignore error message]
4. w32tm /unregister
5. w32tm /register
6. net start w32time


--
Larry Samuels MS-MVP (Windows-Shell/User)
Associate Expert
Unofficial FAQ for Windows Server 2003 at
http://home.earthlink.net/~larrysamuels/WS2003FAQ.htm
Expert Zone -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top