U can try to create a batch file with the following syntax:
CODE
Start "poweroption" /B wscript poweroption.vbs
Put poweroption.vbs & poweroption.cmd in HFGUIRUNONCE and see how it goes. (Not tested)
If it is not working, I believe it can be replace with a .reg file since it is kinda of registry tweak.
edit:
Did a small testing and the following works:
create and put a batch file (say poweroption.cmd) in HFGUIRUNONCE
CODE
wscript %windir%\poweroption.vbs
exit
Put poweroption.vbs in HFEXPERT\WIN folder