F5F Stay Refreshed Software Operating Systems Designing Windows from scratch.

Designing Windows from scratch.

Designing Windows from scratch.

D
DoctorOmar
Member
229
10-09-2016, 05:59 PM
#1
You're working on a custom Windows setup and need to confirm the necessary files and DLLs for Explorer to launch as a shell. Make sure you have the following installed:

- Windows Shell executable (explorer.exe)
- Required system DLLs (check your version of Windows for specifics)
- Any custom configuration files if you're modifying settings

Double-check your installation to ensure everything is in place.
D
DoctorOmar
10-09-2016, 05:59 PM #1

You're working on a custom Windows setup and need to confirm the necessary files and DLLs for Explorer to launch as a shell. Make sure you have the following installed:

- Windows Shell executable (explorer.exe)
- Required system DLLs (check your version of Windows for specifics)
- Any custom configuration files if you're modifying settings

Double-check your installation to ensure everything is in place.

K
KetzPlayer
Member
210
10-10-2016, 10:31 PM
#2
The issue arises because the program can't find the required entry point in the dynamic link library at the specified path.
K
KetzPlayer
10-10-2016, 10:31 PM #2

The issue arises because the program can't find the required entry point in the dynamic link library at the specified path.

T
TheBread69
Member
200
10-19-2016, 05:45 AM
#3
explorer.txt file required for explorer.exe execution
T
TheBread69
10-19-2016, 05:45 AM #3

explorer.txt file required for explorer.exe execution