Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
restart the exe
#1
For generating an exe file, if the QM code contains some registry operations, they only take effect after restarting the exe.

How can restarting the exe be implemented elegantly?

Macro Macro33
Code:
Copy      Help
out

if !rget(_s "DisabledComponents" "SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" HKEY_LOCAL_MACHINE)
,out _s
,rset 32 "DisabledComponents" "SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" HKEY_LOCAL_MACHINE
,;need restart !!!

mes 666


Forum Jump:


Users browsing this thread: 1 Guest(s)