Posts by marcossys • 11 points
2 posts
-
0
votes0
answers715
viewsQ: Access denied to delete Registry (even in regedit)
I am trying to delete a Windows registry using Delphi but without success (even with Regedit itself I cannot). Code I am using: Function DeleteKeyAPI(hRoot: HKEY; sPath: String; IsReg64: BOOL):…
-
1
votes1
answer114
viewsQ: Stay proceedings
I’m trying to suspend a lawsuit from windows for Delphi, but without success, I am using the following code: function SuspendProcess(pid:dword):boolean; // Suspende processo pelo PID var…