>>22
HKEY_LOCAL_MACHINEでも動いたけど
HKEY_CURRENT_USERに追加したいなら下記を適当なファイル名.reg
`````
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"Autorun"="%UserProfile%\\Autorun.bat"
`````