babyface
Freshman Member
Posts: 36
OS: Windows 8.1 (self builded)
Theme: Windows 7 Aero
CPU: QQLS (workstation), QTJ1 (server 1 and server 2)
RAM: 32GB on workstation, 64GB on server 1 and server 2
GPU: Intel UHD 630
|
Post by babyface on Sept 22, 2023 9:14:32 GMT -8
I'm trying to replace icons in Shell32.dll from Windows 8. After this operation i get BSOD.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Sept 22, 2023 20:26:30 GMT -8
You can add the icons to shell32.dll.mui and should will work
|
|
babyface
Freshman Member
Posts: 36
OS: Windows 8.1 (self builded)
Theme: Windows 7 Aero
CPU: QQLS (workstation), QTJ1 (server 1 and server 2)
RAM: 32GB on workstation, 64GB on server 1 and server 2
GPU: Intel UHD 630
|
Post by babyface on Sept 22, 2023 20:49:08 GMT -8
Already tried. After this operation dialogs in taskmgr don't work, also "Run" menu don't work.
|
|
Jevil7452
Regular Member
Posts: 434
OS: Windows 7 Enterprise (6.1.7601)
Theme: Windows Aero by Microsoft Corporation
CPU: Intel Core i7-3770k
RAM: 32GB (4x8GB DDR3)
GPU: NVIDIA GeForce GTX 980 Ti + Intel(R) HD Graphics 4000
Computer Make/Model: OEM0
|
Post by Jevil7452 on Sept 23, 2023 0:55:04 GMT -8
I'm trying to replace icons in Shell32.dll from Windows 8. After this operation i get BSOD. You should be able to modify Shell32.dll like so: 1. Unsign it with the Unsigner tool 2. Replace the icons or do any other mods you want 3. Replace the shell32.dll in system32 with your modded one (also mod the syswow64 one while you're at it) 4. Disable integrity checks with the following commands bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS bcdedit.exe -set TESTSIGNING ON (the testsigning command may not be needed, i can boot my system with modded shell32 even with this off, but disable_integrity_checks is on)
|
|