Skip to content

Commit

Permalink
remove dwm hook, closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
namazso committed Sep 29, 2019
1 parent fee9127 commit 1f0b50b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ Function InstallRegistryKeys

Push "winlogon.exe"
Call IFEOAddEntry
Push "dwm.exe"
Call IFEOAddEntry
;Push "dwm.exe"
;Call IFEOAddEntry

${NSD_GetState} $CHECKBOX_EXPLORER $0
${If} $0 == ${BST_CHECKED}
Expand Down
2 changes: 1 addition & 1 deletion resources/RECOVERY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Do note that you need this from your normal windows installation, and not WinPE (so the one on C: and not X: for most people)
4. When it asks a name type in anything
5. Open that key, and navigate to `Microsoft\Windows NT\CurrentVersion\Image File Execution Options\` in it
6. Delete values `VerifierDlls` and `GlobalFlag` from keys `systemsettings.exe`, `explorer.exe`, `winlogon.exe`, `dwm.exe`, `LogonUI.exe`
6. Delete values `VerifierDlls` and `GlobalFlag` from keys `systemsettings.exe`, `explorer.exe`, `winlogon.exe`, `LogonUI.exe`
- You can just delete the keys for the ones that don't contain other values
- Keys `systemsettings.exe`, `explorer.exe`, `LogonUI.exe` may not exist or not have the keys if you didn't install hook for them
7. Reboot. Your system should boot properly now
Expand Down

0 comments on commit 1f0b50b

Please sign in to comment.