Hey Guys,
I have a script that I run that requires a second part to be ran after you reboot...
How best would I do this, the file that I want to run once after the next reboot is: \IN\PReg.exe
Obviously I could do:
RegWrite('HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce', 'P REG', 'REG_SZ', 'C:\Folder\In\PReg.exe')
Is there a specific way I should do it?