sumpius
(Fresh Scripter)
2008-03-25 03:48 PM
import a reg file with Kixtart

Any idea how to import a register file with Kixtart?

Thanks in advanced,

Peter


eriqjaffe
(Hey THIS is FUN)
2008-03-25 03:58 PM
Re: import a reg file with Kixtart

 Code:
shell "%COMSPEC% /c regsvr32.exe \\server\path\file.reg /s"


Or you could always write the values using KiXtart's built-in functionality.



NTDOCAdministrator
(KiX Master)
2008-03-25 06:31 PM
Re: import a reg file with Kixtart

Hmmm think you meant.

 Code:
shell "regedit.exe \\server\path\file.reg /s"


eriqjaffe
(Hey THIS is FUN)
2008-03-25 06:50 PM
Re: import a reg file with Kixtart

Yes, yes I did.

Sealeopard
(KiX Master)
2008-03-26 03:35 AM
Re: import a reg file with Kixtart

And you should have checked the FAQ Forum first.

sumpius
(Fresh Scripter)
2008-03-30 12:12 PM
Re: import a reg file with Kixtart

Thanks a lot, you guys.
It's possible to specify a (admin)user to delete a file with the command:
del "\\%systemdrive%\document and setting\all user\desktop\test.lnk"


Les
(KiX Master)
2008-03-30 03:47 PM
Re: import a reg file with Kixtart

Use a startup GPO script.