I created a registry entry to autostart my programm with windows...
...can someone show me the code how to uninstall this reg entry? I tried...WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Run" "Programm 1.75" "$INSTDIR\programm.exe"
...but it didn´t worked...DeleteRegValue HKLM "Software\Microsoft\Windows\CurrentVersion\Run" "Programm 1.75"
🙂