WDS windows server problem

triscint

Well-known member
Joined
Jan 9, 2017
Posts
73
I did not know where to post this subject. Feel free to scold me. I am having trouble fixing this issue, and other forums are not providing much help so I thought I would try my luck here where I have had a very positive experience.

[FONT=&quot]Im trying to update a golden image and deploy it using WDS. The image was captured and when trying to import the install image to the wds server the add image wizard gives me a vague error. "Attempt to access invalid address"
[/FONT]
[FONT=&quot]Server is 2008 R2.

more detail and further troubleshooting steps taken documented here: [/FONT]


wds attempt to access invalid address - Windows Server - Spiceworks

[FONT=&quot]dism log attached alog with error message.

[/FONT]
 

Attachments

  • attempt was made.PNG
    attempt was made.PNG
    8.5 KB · Views: 2
  • dism log.docx
    dism log.docx
    17 KB · Views: 2
Last edited by a moderator:
Hi, triscint.

Sorry, Windows Server is not my area of expertise. However, I have posted an inquiry to Sysnative Staff members pointing them here. Hopefully, someone will have Windows Server experience and can assist you.
 
Hi!

Could you take a screenshot of the values present in the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
 
Hi!

Could you take a screenshot of the values present in the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options

Hi, open a cmd prompt (as admin) and copy paste this cmd:-

reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" > 0 & notepad 0 (press enter)

Please copy paste the notepad output here.
 
Hi!

Could you take a screenshot of the values present in the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options

Hi, open a cmd prompt (as admin) and copy paste this cmd:-

reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" > 0 & notepad 0 (press enter)

Please copy paste the notepad output here.

Here the requested reg key values. Also I should have specified this process has worked before. Thank you for the help!



HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DllNXOptions
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ExtExport.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ie4uinit.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\IEInstal.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ielowutil.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ieUnatt.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iexplore.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msfeedssync.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\mshta.exe
 
Hi, thats what I get by copying and not paying attention, we need the sub keys to show, the number is very limited. What browser do you use?

Run this :-
reg query "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options" /s > 0 & notepad 0
 
Mostly IE?


HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DllNXOptions
mscoree.dll REG_DWORD 0x1
mscorwks.dll REG_DWORD 0x1
mso.dll REG_DWORD 0x1
msjava.dll REG_DWORD 0x1
msci_uno.dll REG_DWORD 0x1
jvm.dll REG_DWORD 0x1
jvm_g.dll REG_DWORD 0x1
javai.dll REG_DWORD 0x1
vb40032.dll REG_DWORD 0x1
vbe6.dll REG_DWORD 0x1
ums.dll REG_DWORD 0x1
main123w.dll REG_DWORD 0x1
udtapi.dll REG_DWORD 0x1
mscorsvr.dll REG_DWORD 0x1
eMigrationmmc.dll REG_DWORD 0x1
eProcedureMMC.dll REG_DWORD 0x1
eQueryMMC.dll REG_DWORD 0x1
EncryptPatchVer.dll REG_DWORD 0x1
Cleanup.dll REG_DWORD 0x1
divx.dll REG_DWORD 0x1
divxdec.ax REG_DWORD 0x1
fullsoft.dll REG_DWORD 0x1
NSWSTE.dll REG_DWORD 0x1
ASSTE.dll REG_DWORD 0x1
NPMLIC.dll REG_DWORD 0x1
PMSTE.dll REG_DWORD 0x1
AVSTE.dll REG_DWORD 0x1
NAVOPTRF.dll REG_DWORD 0x1
DRMINST.dll REG_DWORD 0x1
TFDTCTT8.dll REG_DWORD 0x1
DJSMAR00.dll REG_DWORD 0x1
xlmlEN.dll REG_DWORD 0x1
ISSTE.dll REG_DWORD 0x1
symlcnet.dll REG_DWORD 0x1
ppw32hlp.dll REG_DWORD 0x1
Apitrap.dll REG_DWORD 0x1
Vegas60k.dll REG_DWORD 0x1


HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ExtExport.exe
MitigationOptions REG_QWORD 0x100


HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ie4uinit.exe
MitigationOptions REG_QWORD 0x100


HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\IEInstal.exe
MitigationOptions REG_QWORD 0x100


HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ielowutil.exe
MitigationOptions REG_QWORD 0x100


HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ieUnatt.exe
MitigationOptions REG_QWORD 0x100


HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iexplore.exe
MitigationOptions REG_QWORD 0x100
DisableExceptionChainValidation REG_DWORD 0x0
DisableUserModeCallbackFilter REG_DWORD 0x1


HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msfeedssync.exe
MitigationOptions REG_QWORD 0x100


HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\mshta.exe
MitigationOptions REG_QWORD 0x100
 
also these registry values are from the wds server. Is this correct? Or do you want the value from the machine being used to make the image?
 
I enabled trace logging and general deployment health logs and re-tried adding the image. The process failed. No new logs were generated by the process. unless im doing something wrong. Is there a particular log your looking for on that page. Maybe a script can be provided just in case im messing up the process.
 
Let me try searching :)

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.


  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the attached file, SFCFixScript.txt, and save this to your Desktop. Ensure that this file is named SFCFixScript.txt - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFixScript.txt.
  5. Drag the file SFCFixScript.txt onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a log should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.
 

Attachments

CODE
SFCFix version 3.0.0.0 by niemiro.
Start time: 2018-08-15 16:09:20.532
Microsoft Windows Server 2008 R2 Service Pack 1 - amd64
Using .txt script file at C:\Users\Administrator.HBCH\Desktop\SFCFixScript.txt [1]








FileScan:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2018-08-15 16:09:21.217
Script hash: nadcUEcnMoUk79CJTnVIPF8Bi/99XogyP6+u1f9Ff7U=
----------------------EOF-----------------------
/CODE
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top