Im so sorry. Im italian.
Quote:
;Running a .exe file on Windows Start
!include "MUI.nsh"
Name "START WINDOWS"
OutFile "STRWIN.exe"
!insertmacro MUI_LANGUAGE "Spanish"
Section
WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Run" \
"Notepad" "$WinDir\Notepad.exe"
MessageBox MB_OK "The Notepad Running as Windows Start"
SectionEnd
|
When i restart windows , notepad start (and is ok)
The problem is, when i open regedit and check on HKEY_LOCAL_MACHINE Software\Microsoft\Windows\CurrentVersion\Run
i cannot find that new reg
However thanks for fast reply Anders