kernel32

About this tag
The kernel32 tag on WindowsForum.com covers discussions related to the kernel32.dll system file, a core component of Windows. Topics include troubleshooting errors where kernel32.dll is mentioned in crash logs, such as Windows Explorer faults and LogonUI.exe entry point errors. Users also seek help with kernel32 functions in programming, like using ctypes.windll.kernel32.GetProcessId in Python to retrieve process IDs from window handles. Other issues involve missing or corrupted kernel32.dll files leading to MEMORY_MANAGEMENT BSODs and system instability. The tag reflects real-world problems with this critical Windows library, from application crashes to system-level failures.
  1. M

    Windows 10 Python: get PID from window handle

    hi I am trying to get PID from the foreground window, but this doesn't work because I am passing the wrong kind of handle to the function. This is under python. How do I fix this? thx! import ctypes import time time.sleep(2) handle = ctypes.windll.user32.GetForegroundWindow() print(handle)...
  2. U

    Windows 7 Fixing LogonUI.exe Error: Entry Point Not Found in Windows

    Hi, I started my pc today, and a messages come up saying, LogonUI.exe - entry point not found. The procedure entry point checkelevationAnabled could not be located in the dynamic link library KERNEL32.dll. I tried safemode but won't start. Any idea's on what i can do? never seen this message...
  3. J

    Windows 7 Windows explorer crashes everytime i log into windows 7

    Ok so i just did a update from windows vista to windows 7 and everything went fine untill i logged in....When i loged in the first thing that pops up is a windows explorer has stopped responding and the desktop is black nothing even gets a chance to load. This happens on any account and anytime...
  4. A

    Windows Vista Windows Explorer has stoped working? How do you fix it?

    Here are the system specs that I am running at 1. AMD Phenom 2 940 3GHz Quad Core processor AM2+ 2.Gigabyte GA-MA790GP-UD4H (not really sure that is what it says on the manual) 3. Ide Hard disk 250 gig (master) 4. Ide Cd Drive on (slave) - reason only one IDE slot 5. PC8400 Ram at 1033 MHz...
  5. M

    Windows 7 MEMORY_MANAGEMENT BSOD loop

    Hello,Please help me. ever since I tried plugging in an asus microphone, I started getting random errors first when I tried starting up vista normally it said something about not being able to find kernel32.dll then restarted and gave a MEMORY_MANAGEMENT BSOD(this one is the most common)...
Back
Top