Skip to content

Commit 65fd6d9

Browse files
committed
Revert "*Fix previous commit"
This reverts commit b3937b5.
1 parent 072331c commit 65fd6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessHacker/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ INT WINAPI wWinMain(
289289
result = PhMainMessageLoop();
290290

291291
if (PhGetIntegerSetting(L"KphUnloadOnShutdown"))
292-
PhUnloadDriver(NULL, KPH_DEVICE_SHORT_NAME);
292+
PhUnloadDriver(NULL, L"KProcessHacker3");
293293

294294
RtlExitUserProcess(result);
295295
}

0 commit comments

Comments
 (0)