PDA

View Full Version : how can I export /import or save PG setting ?


HOW HOw
July 20th, 2005, 08:25 PM
how can I export /import or save PG setting files?

i have 7 computers and I need a lot of time to to learn PG on each computer
and im format my computer many times so I need to learn PG each time , its take Loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong time

if i can save the setting , it will make my life easier :(

Dazed_and_Confused
July 20th, 2005, 08:57 PM
Hello HowHow! :)

You need to disable PG, and then copy the pghash.dat and pguard.dat files. I have created a batch file that does this for me:

xcopy "C:\WINDOWS\SYSTEM32\pghash.dat" "C:\Documents and Settings\My Documents\Bkup\ProcGuard\" /Y
xcopy "C:\WINDOWS\SYSTEM32\pguard.dat" "C:\Documents and Settings\My Documents\Bkup\ProcGuard\" /Y

I'm not sure settings from one computer will work on another, though. I guess unless they are exactly identical in all respects. I only have one license, so I've never tried it. ???

HOW hoW
July 21st, 2005, 05:50 PM
thank you very very very much :)