hi i can one a make program whit nsis
example
modify registry
Open regedit.exe, goto HKEY_LOCAL_MACHINE\SYSTEM\WPA,
create key named “MediaCenterâ€. Create DWORD Value named “Installed†in key and valued “1â€.
“Installed†value in “MediaCenter†of XP (VLK Ver) OS must be String Value but DWORD value. And “Installed†value in “MediaCenter†key in all server 2003 OS must be string values. Because there are no WinXP MCE VLK and Win 2003 MCE versions. You can’t login if these values are DWORD!
If there is “Installed†valued “0†in “MediaCenter†in your Windows XP, you can not modify it in current OS.
You must use “load HIVE†function in other OS like this: Click HKEY_LOCAL_MACHINE.
From the File menu, choose Load Hive,
Navigate to the registry location on your OS such as c:\windows\system32\config\system,name it “tempâ€.
after you modified the value to “1â€,click temp,choose “unload HIVE†to save it.
How quickly can this be done?
thanks
can you help me
5 posts
example
example (program) Attach file
example (program) Attach file
See manual. WriteReg*
Stu
Stu
not working WriteReg not change
[HKEY_LOCAL_MACHINE\SYSTEM\WPA\MediaCenter]
"Installed"="0"
can you change 0 to 1 regedit
plz test
plz example show me
thanks
[HKEY_LOCAL_MACHINE\SYSTEM\WPA\MediaCenter]
"Installed"="0"
can you change 0 to 1 regedit
plz test
plz example show me
thanks
If you can't manage what you want with WriteReg* there are alternatives.
You could include a regfile.reg and call it with ExecWait e.g. regedit /s regfile.reg, or try the registry plugin,
You could include a regfile.reg and call it with ExecWait e.g. regedit /s regfile.reg, or try the registry plugin,