浮云间
比如要把c盘windows目录中的notepad.exe这个程序添加到系统启动项可以这样写:system("regaddhklm\\software\\microsoft\\windows\\currentversion\\run/vtest/dc:\\windows\\notepad.exe/f");其中:hklm\\software\\microsoft\\windows\\currentversion\\run表示的是注册表中的路径:hkey_local_machine\software\microsoft\windows\currentversion\run。那么c:\\windows\\notepad.exe就应该知道是什么了吧。