Browse Community
Help
Log In
Responses(1)
Solutions(1)
Pairak
1 Rookie
•
2 Posts
0
March 14th, 2023 04:00
For information in case others get the same problem.
We finally solved this by using a Task Sequence. I ran 4 command lines followed by a application install.
The lines were as following.
1: Task kill ddm.exe
2: Run uninst000.exe (If present)
3: If DDM.exe is present but uninst000.exe is not, then rmdir the Dell folder.
4: Remove EnTech from HKEY_Users (If present). This last step is to keep DDM2 from asking you to uninstall a older versjon of DDM.
All command lines were run with a IT Administrator account rather than relying on anything built in.
Dell Support Resources
View All
Top
Pairak
1 Rookie
•
2 Posts
0
March 14th, 2023 04:00
For information in case others get the same problem.
We finally solved this by using a Task Sequence. I ran 4 command lines followed by a application install.
The lines were as following.
1: Task kill ddm.exe
2: Run uninst000.exe (If present)
3: If DDM.exe is present but uninst000.exe is not, then rmdir the Dell folder.
4: Remove EnTech from HKEY_Users (If present). This last step is to keep DDM2 from asking you to uninstall a older versjon of DDM.
All command lines were run with a IT Administrator account rather than relying on anything built in.