Access is Denied
errors. I performed the whoami
command to see this:C:\Windows\System32>whoami
nt authority\system
dwm.exe
, the program that handles the Windows 10 interface. But according to Enderman's video "What's underneath Windows 11?", the video said that the Logon UI depends on DWM, so if I didn't remove Windows.UI.Logon.dll
, I would be greeted by a black screen on boot. So I removed the file, this forces the fallback version of the Logon UI to load.
sihost.exe
to sihost2.exe
, and put cmd.exe
in place of dwm.exe
because Windows has hard checks in place for checking if DWM exists. I didn't reboot yet because it turns out if you did not remove dwminit.dll
, the cursor will not work. So I removed that file and then rebooted.
explorer.exe
to explorer1.exe
(a very bad mistake), and deleted the C:\Windows\Resources
folder. Before I did that, I set cmd.exe
as a startup program, after that, I restarted the testing PC.
aero.msstyles
) (which was deleted due to the deletion of the Resources folder), Task Manager will crash. Eventually, there was no other option. So I restarted to the UEFI Shell to boot to the Windows Recovery Environment.
sethc.exe
to sethc1.exe
, and copied cmd.exe
to sethc.exe
. After doing this, I restarted the computer.
Shift
5 times and got a Command Prompt, I then launched MS Paint. Chrome was the same state, only difference is the theme. Edge for some reason worked without DWM, but worse.Start-Process cmd -Verb RunAs
, only to see a blank UAC dialog, It took a few tries to get the administrator Command Prompt open, after which I executed the takeown
and icacls
commands on explorer1.exe
, I then renamed it to explorer.exe
.
explorer /n
, and its ribbon is slightly broken, but still usable. After a while, I decided to restore everything to where it was by using the backed up files from my microSD card.
Program/Library Name | File/Folder Location | Purpose |
---|---|---|
Command Prompt | cmd.exe | Responsible for the Command Prompt |
N/A | \Windows\Resources | Responsible for Windows themes |
Desktop Window Manager | dwm.exe | Responsible for graphical effects and visual elements |
DWMInit | dwminit.dll | Responsible for transparency effects, live taskbar previews, animations, and cursor using hardware accleration. |
Windows Explorer | explorer.exe | Responsible for the File Explorer, Wallpaper, Taskbar, etc. |
Accessibility shortcut keys | sethc.exe | Responsible for the sticky keys dialog |
Shell Infrastructure Host | sihost.exe | Responsible for graphical elements |
Logon User Experience | Windows.UI.Logon.dll | Responsible for providing a UI for LogonUI.exe |