mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
fix typo in AddStartupConfig example
@@ -52,7 +52,7 @@ AddStartupConfig,PreShell,"SetSplashText(#$qRunning MyApp...#$q)#$xRunProgramWai
|
||||
Modify the registry during startup.
|
||||
|
||||
```
|
||||
AddStartupConfig,PostConfig,"RegWrite(#$qHKLM\SYSTEM\SomeKey#$q, #$qSomeValue#$q, #$qREG_DWORD#$q, 0)"
|
||||
AddStartupConfig,PostShell,"RegWrite(#$qHKLM\SYSTEM\SomeKey#$q, #$qSomeValue#$q, #$qREG_DWORD#$q, 0)"
|
||||
```
|
||||
|
||||
### Example 3
|
||||
|
Reference in New Issue
Block a user