D Diane Sep 20, 2003 #1 What is the command line to register a file in Win XP Pro registry. I forgot it & not sure. Thanks Diane
What is the command line to register a file in Win XP Pro registry. I forgot it & not sure. Thanks Diane
L Larry Samuels MS-MVP XP \(Shell/User\) Sep 20, 2003 #2 "filename" /register -- 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 -
"filename" /register -- 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 -
J Jack Seredyniecki Sep 20, 2003 #3 Wait, what? I thought she was talking about registering a DLL or an OCX using regsvr32. What does "/register" do?
Wait, what? I thought she was talking about registering a DLL or an OCX using regsvr32. What does "/register" do?
L Larry Samuels MS-MVP XP \(Shell/User\) Sep 20, 2003 #4 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 -
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 -