Jump to content

Downloading image via FOG with sysprep... help


Recommended Posts

Posted

Hello,

 

I need some help quite quick..

 

basically, I've setup a FOG server, got all that working... I've created an unattend.xml file and that appears to work on the machine, i.e, i've tested it numerous times on the same machine, and it does what it's supposed to...

 

My issue is, I've uploaded the image to the FOG server on Friday, and it downloads to machines, but on some machines it works, but they have to be imaged one at a time - the machine that I created the image from is exactly the same as the others, we've just bought a whole batch of them - DELL 3040's, they work fine, but the image isn't working properly, I'm slightly worried as I've got X3 IT suites to image and have ready for next week.

 

Just to clear that above up...

 

I've setup FOG, machines are all registered, image name and ID is assigned to the group for the classroom number, if I image X5, or 10, they fail at the sysprep part, the problem is, I get different errors on multiple machines, even though they're exactly the same...

 

One of the errors are:

 

'Setup is starting services' - with the white animated bar at the bottom, the message says:

 

Install Windows

 

'Windows could not complete the installation. To install Windows on this computer, restart the installation'.

 

The other error is:

 

'Setup is preparing your computer for first use' - again, same animated bar, the message says:

 

'The computer restarted unexpectedly or encountered an unexpected error, Windows installation cannot proceed. To install Windows, click 'OK' to restart the computer, and then restart the installation'...

 

Please help me, if I re-download the image a few times, it'll work, but then on most of them it fails. :(

 

Thanks,

 

Dan

Posted (edited)

Dan

 

Just for testing purposes, could you try imaging a 'failing laptop' using the install.wim that the FOG server is attempting to use. You'd do that just by creating a Windows Installer USB and replace the install.wim file, and add the unattend.xml file you are using. The reason for this is I'm curious to know if there is some corruption in communication between the FOG and clients. Because when it works sometimes that usually means a temperamental fault, like a dodgy switch of NIC.

Test how reliable the network connectivity is from the FOG server to various points on the network - test for lost packets with this...

ping  -4  -f  -l 1472  -n 100 10.0.0.1

Replace 10.0.0.1 with a 'pingable' address; you'll issue this ping from a command prompt/terminal on the FOG server.

 

edit: If the above gives the right response, I'd still do some digging with how well your switch(es) are handling multi-casts and high demand...

Edited by mrwoberts
  • 2 weeks later...
Posted
Dan

 

Just for testing purposes, could you try imaging a 'failing laptop' using the install.wim that the FOG server is attempting to use. You'd do that just by creating a Windows Installer USB and replace the install.wim file, and add the unattend.xml file you are using. The reason for this is I'm curious to know if there is some corruption in communication between the FOG and clients. Because when it works sometimes that usually means a temperamental fault, like a dodgy switch of NIC.

Test how reliable the network connectivity is from the FOG server to various points on the network - test for lost packets with this...

ping  -4  -f  -l 1472  -n 100 10.0.0.1

Replace 10.0.0.1 with a 'pingable' address; you'll issue this ping from a command prompt/terminal on the FOG server.

 

edit: If the above gives the right response, I'd still do some digging with how well your switch(es) are handling multi-casts and high demand...

 

Hello,

 

Where on the FOG server is the install.wim file located?

 

Thanks,

 

Dan

Posted
Where on the FOG server is the install.wim file located?

 

Good question. You could potentially find it by searching the FOG server, looking for install.wim, unless of course it is relying on an .ISO file... in which case you'd need to create the USB installer using that .ISO (with something like Rufus)

I'm no expert on FOG, but I'm sure a little Googling will turn up the info you need.

Posted

Hello,

 

Yes, I created the unattend.xml file via the WAIK - Windows Automated Installation Kit, and then put that in the c:\Windows\System 32\Sysprep\ folder, and then run the script...

@echo offcd c:\windows\system32\sysprepsysprep /oobe /generalize /unattend:c:\windows\system32\sysprep\unattend.xml

 

Not sure if anyone wants to check my .xml file to make sure it's OK?

 

It works fine whenever I run it from the machine itsself, before uploading it to FOG... Once I upload the image to FOG, then it's when I'm downloading it, that's when it fails, even though, it works fine normally.

 

XML FILE IS BELOW:

 

NgAxADUAMABrADgAbQBkAFAAYQBzAHMAdwBvAHIAZAA=

false</plaintext> </password> <enabled>true</enabled> <logoncount>2</logoncount> <username>administrator</username> </autologon> </component> <component name="Microsoft-Windows-Deployment" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <runsynchronous> <runsynchronouscommand wcm:action="add"> <description>Enable Administartor account</description> <order>1</order> <path>net user administrator /active:yes</path> </runsynchronouscommand> </runsynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <inputlocale>en-UK</inputlocale> <systemlocale>en-UK</systemlocale> <uilanguage>en-UK</uilanguage> <uilanguagefallback>en-UK</uilanguagefallback> <userlocale>en-UK</userlocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorarchitecture="amd64" publickeytoken="31bf3856ad364e35" language="neutral" versionscope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <oobe> <hideeulapage>true</hideeulapage> <hidewirelesssetupinoobe>true</hidewirelesssetupinoobe> <networklocation>Work</networklocation> <protectyourpc>1</protectyourpc> <skipmachineoobe>true</skipmachineoobe> <skipuseroobe>true</skipuseroobe> </oobe> <useraccounts> <administratorpassword> <value>NgAxADUAMABrADgAbQBkAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</value> <plaintext>false</plaintext> </administratorpassword> </useraccounts> </component> </settings> <cpi:offlineimage cpi:source="catalog:d:/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi"></cpi:offlineimage></p> </div> </div> </div> </div> </article> <a id='findComment-1473626'></a> <a id='comment-1473626'></a> <article id='elComment_1473626' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/1824-arthur/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/1824-arthur/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to Arthur's profile"> <img src='data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22background%3A%23abc462%22%3E%3Cg%3E%3Ctext%20text-anchor%3D%22middle%22%20dy%3D%22.35em%22%20x%3D%22512%22%20y%3D%22512%22%20fill%3D%22%23ffffff%22%20font-size%3D%22700%22%20font-family%3D%22-apple-system%2C%20BlinkMacSystemFont%2C%20Roboto%2C%20Helvetica%2C%20Arial%2C%20sans-serif%22%3EA%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E' alt='Arthur' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/1824-arthur/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/1824-arthur/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to Arthur's profile" class="ipsType_break">Arthur</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1473626' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-02-28T19:26:14Z' title='28/02/17 19:26' data-short='9 yr'>February 28, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/1824-arthur/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/1824-arthur/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to Arthur's profile" class="ipsType_break">Arthur</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/1824-arthur/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/1824-arthur/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to Arthur's profile"> <img src='data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22background%3A%23abc462%22%3E%3Cg%3E%3Ctext%20text-anchor%3D%22middle%22%20dy%3D%22.35em%22%20x%3D%22512%22%20y%3D%22512%22%20fill%3D%22%23ffffff%22%20font-size%3D%22700%22%20font-family%3D%22-apple-system%2C%20BlinkMacSystemFont%2C%20Roboto%2C%20Helvetica%2C%20Arial%2C%20sans-serif%22%3EA%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E' alt='Arthur' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/1824-arthur/content/" rel="nofollow" title="21,906 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 21.9k </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1473626_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1473626" data-quoteData='{&quot;userid&quot;:1824,&quot;username&quot;:&quot;Arthur&quot;,&quot;timestamp&quot;:1488309974,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1473626}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1473626');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1473626_menu' class='ipsComment_ellipsis' id='elControls_1473626' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1473626_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1473626_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-02-28T19:26:14Z' title='28/02/17 19:26' data-short='9 yr'>February 28, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p><a contenteditable="false" rel="" href="https://www.edugeek.net/profile/72996-dloudon96/" data-mentionid="72996" data-ipshover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" data-ipshover="">@dloudon96</a>. Does this work? I noticed a few errors/typos inc. the locale you set (en-UK isn't valid).</p><p> </p><p> </p><pre class="ipsCode">@echo off cd c:\windows\system32\sysprep sysprep /oobe /generalize /unattend:c:\windows\system32\sysprep\unattend.xml</pre><div></div><p></p><p> </p><p> </p><pre class="ipsCode"> NgAxADUAMABrADgAbQBkAFAAYQBzAHMAdwBvAHIAZAA= false true 2 administrator Enable Administrator account 1 net user administrator /active:yes 0809:00000809 en-GB en-US en-GB true true Work 1 true true NgAxADUAMABrADgAbQBkAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA== false </pre><div></div><p></p><p> </p><p> Btw, use <a href="https://en.wikipedia.org/wiki/BBCode#Tags" rel="external nofollow">CODE tags</a> to format the XML and batch files properly. <img alt=":)" data-src="https://www.edugeek.net/uploads/emoticons/smile.png.e38e01f2a4850c4158c039aea82ac2a8.png" src="https://www.edugeek.net/applications/core/interface/js/spacer.png"></p> </div> </div> </div> </div> </article> <a id='findComment-1473702'></a> <a id='comment-1473702'></a> <article id='elComment_1473702' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1473702' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-01T08:19:13Z' title='01/03/17 08:19' data-short='9 yr'>March 1, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/72996-dloudon96/content/" rel="nofollow" title="202 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 202 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1473702_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1473702" data-quoteData='{&quot;userid&quot;:72996,&quot;username&quot;:&quot;dloudon96&quot;,&quot;timestamp&quot;:1488356353,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1473702}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> <li><strong class="ipsBadge ipsBadge_large ipsComment_authorBadge">Author</strong></li> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1473702');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1473702_menu' class='ipsComment_ellipsis' id='elControls_1473702' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1473702_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1473702_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-01T08:19:13Z' title='01/03/17 08:19' data-short='9 yr'>March 1, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p>Hello,</p><p> </p><p> Thanks for that, sorry, I wasn't sure how to do it. I'm new to using an unattend file and even using sysprep is new.</p><p> </p><p> I've sysprep'd it now, the machine has turned off, I'll turn it back on and see if it loads, I'll then re-sysprep it and then upload the image to FOG, download it and then see if that works.</p><p> </p><p> It usually fails the sysprep part when it downloads from FOG, yet it works everywhere else, on Lenovo machines, but just not our Dell Optiplex 3040's.</p><p> </p><p> I'll keep you updated.</p><p> </p><p> Thanks,</p><p> </p><p> Dan</p> </div> </div> </div> </div> </article> <a id='findComment-1473731'></a> <a id='comment-1473731'></a> <article id='elComment_1473731' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1473731' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-01T09:13:10Z' title='01/03/17 09:13' data-short='9 yr'>March 1, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/72996-dloudon96/content/" rel="nofollow" title="202 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 202 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1473731_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1473731" data-quoteData='{&quot;userid&quot;:72996,&quot;username&quot;:&quot;dloudon96&quot;,&quot;timestamp&quot;:1488359590,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1473731}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> <li><strong class="ipsBadge ipsBadge_large ipsComment_authorBadge">Author</strong></li> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1473731');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1473731_menu' class='ipsComment_ellipsis' id='elControls_1473731' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1473731_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1473731_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-01T09:13:10Z' title='01/03/17 09:13' data-short='9 yr'>March 1, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p>If anyone else is looking at this post and has any other ideas...</p><p> </p><p> I've ran the sysprep with the unattend.xml file that Arthur edited for me, it worked fine, ran thorough the config as it should, missed all the other rubbish about setting up the machine etc, and went straight to the desktop...</p><p> </p><p> So i've re-captured the image but this time done it via FOG, and just uploaded the image, now it's downloaded the image, and failed.</p><p> </p><p> Does anyone have any ideas as to why it's failing??</p><p> </p><p> Thanks,</p><p> </p><p> Dan</p> </div> </div> </div> </div> </article> <a id='findComment-1473771'></a> <a id='comment-1473771'></a> <article id='elComment_1473771' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1473771' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-01T09:45:06Z' title='01/03/17 09:45' data-short='9 yr'>March 1, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/72996-dloudon96/content/" rel="nofollow" title="202 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 202 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1473771_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1473771" data-quoteData='{&quot;userid&quot;:72996,&quot;username&quot;:&quot;dloudon96&quot;,&quot;timestamp&quot;:1488361506,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1473771}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> <li><strong class="ipsBadge ipsBadge_large ipsComment_authorBadge">Author</strong></li> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1473771');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1473771_menu' class='ipsComment_ellipsis' id='elControls_1473771' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1473771_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1473771_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-01T09:45:06Z' title='01/03/17 09:45' data-short='9 yr'>March 1, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p><a href="https://www.edugeek.net/applications/core/interface/file/attachment.php?id=33653" data-fileid="33653" data-fileext="txt" rel="">setuperr.txt</a></p><p> </p><p> Please see the attached. I managed to get into the log file located under the C:\windows\system 32\sysprep\panther\...</p><p> </p><p> Can anyone spot anything. It does have the file which says 'Sysprep_sucsedded.tag'.</p><p> </p><p> Thanks,</p><p> </p><p> Dan</p> </div> </div> </div> </div> </article> <a id='findComment-1474137'></a> <a id='comment-1474137'></a> <article id='elComment_1474137' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/1824-arthur/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/1824-arthur/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to Arthur's profile"> <img src='data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22background%3A%23abc462%22%3E%3Cg%3E%3Ctext%20text-anchor%3D%22middle%22%20dy%3D%22.35em%22%20x%3D%22512%22%20y%3D%22512%22%20fill%3D%22%23ffffff%22%20font-size%3D%22700%22%20font-family%3D%22-apple-system%2C%20BlinkMacSystemFont%2C%20Roboto%2C%20Helvetica%2C%20Arial%2C%20sans-serif%22%3EA%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E' alt='Arthur' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/1824-arthur/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/1824-arthur/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to Arthur's profile" class="ipsType_break">Arthur</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1474137' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-01T18:35:48Z' title='01/03/17 18:35' data-short='9 yr'>March 1, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/1824-arthur/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/1824-arthur/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to Arthur's profile" class="ipsType_break">Arthur</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/1824-arthur/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/1824-arthur/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to Arthur's profile"> <img src='data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22background%3A%23abc462%22%3E%3Cg%3E%3Ctext%20text-anchor%3D%22middle%22%20dy%3D%22.35em%22%20x%3D%22512%22%20y%3D%22512%22%20fill%3D%22%23ffffff%22%20font-size%3D%22700%22%20font-family%3D%22-apple-system%2C%20BlinkMacSystemFont%2C%20Roboto%2C%20Helvetica%2C%20Arial%2C%20sans-serif%22%3EA%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E' alt='Arthur' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/1824-arthur/content/" rel="nofollow" title="21,906 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 21.9k </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1474137_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1474137" data-quoteData='{&quot;userid&quot;:1824,&quot;username&quot;:&quot;Arthur&quot;,&quot;timestamp&quot;:1488393348,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1474137}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1474137');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1474137_menu' class='ipsComment_ellipsis' id='elControls_1474137' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1474137_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1474137_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-01T18:35:48Z' title='01/03/17 18:35' data-short='9 yr'>March 1, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-username="dloudon96" data-cite="dloudon96" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="161291" data-ipsquote-contentclass="forums_Topic"><div>Please see the attached.</div></blockquote><p> There are a lot of errors to do with drivers in that log file. Perhaps it would be worth creating the image in a VM?</p> </div> </div> </div> </div> </article> <a id='findComment-1474138'></a> <a id='comment-1474138'></a> <article id='elComment_1474138' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1474138' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-01T18:38:18Z' title='01/03/17 18:38' data-short='9 yr'>March 1, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/72996-dloudon96/content/" rel="nofollow" title="202 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 202 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1474138_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1474138" data-quoteData='{&quot;userid&quot;:72996,&quot;username&quot;:&quot;dloudon96&quot;,&quot;timestamp&quot;:1488393498,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1474138}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> <li><strong class="ipsBadge ipsBadge_large ipsComment_authorBadge">Author</strong></li> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1474138');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1474138_menu' class='ipsComment_ellipsis' id='elControls_1474138' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1474138_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1474138_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-01T18:38:18Z' title='01/03/17 18:38' data-short='9 yr'>March 1, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> It's strange though as it works when it's not uploaded to FOG, yet as soon as it's uploaded to fog and it downloads the image etc, that's when it fails. </div> </div> </div> </div> </article> <a id='findComment-1474841'></a> <a id='comment-1474841'></a> <article id='elComment_1474841' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1474841' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-02T16:01:37Z' title='02/03/17 16:01' data-short='9 yr'>March 2, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/68763-davido38/content/" rel="nofollow" title="19 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 19 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1474841_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1474841" data-quoteData='{&quot;userid&quot;:68763,&quot;username&quot;:&quot;davido38&quot;,&quot;timestamp&quot;:1488470497,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1474841}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1474841');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1474841_menu' class='ipsComment_ellipsis' id='elControls_1474841' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1474841_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1474841_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-02T16:01:37Z' title='02/03/17 16:01' data-short='9 yr'>March 2, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p>Is the fog client installed ?</p><p> </p><p> If yes the service must be disable and stop before the sysprep. In your setupcomplete just add this : sc config fogservice start= auto and net start fogservice</p> </div> </div> </div> </div> </article> <a id='findComment-1475023'></a> <a id='comment-1475023'></a> <article id='elComment_1475023' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475023' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-03T09:22:24Z' title='03/03/17 09:22' data-short='9 yr'>March 3, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/72996-dloudon96/content/" rel="nofollow" title="202 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 202 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1475023_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1475023" data-quoteData='{&quot;userid&quot;:72996,&quot;username&quot;:&quot;dloudon96&quot;,&quot;timestamp&quot;:1488532944,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1475023}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> <li><strong class="ipsBadge ipsBadge_large ipsComment_authorBadge">Author</strong></li> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1475023');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1475023_menu' class='ipsComment_ellipsis' id='elControls_1475023' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1475023_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1475023_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-03T09:22:24Z' title='03/03/17 09:22' data-short='9 yr'>March 3, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p>Hello,</p><p> </p><p> Thank you!! I think you are right with what you're saying, so far so good, I've downloaded a fresh image, before sysprep, and that's downloaded as it should. I've removed the FOG client, and sysprep'd it, uploaded it, and then downloaded it from the FOG server and it's worked fine... My next question is, where do I add the line that you've said in the previous post '<span style="color:#333333">: sc config fogservice start= auto and net start fogservice'?</span></p><p><span style="color:#333333"> </span></p><p><span style="color:#333333"> </span>Please can you let me know exactly how I type it too? is it with the colon?</p><p> </p><p> Does that go into the unattend.xml file?</p><p> </p><p> Thank you for your help so far...</p> </div> </div> </div> </div> </article> <a id='findComment-1475041'></a> <a id='comment-1475041'></a> <article id='elComment_1475041' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475041' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-03T09:47:56Z' title='03/03/17 09:47' data-short='9 yr'>March 3, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/68763-davido38/content/" rel="nofollow" title="19 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 19 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1475041_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1475041" data-quoteData='{&quot;userid&quot;:68763,&quot;username&quot;:&quot;davido38&quot;,&quot;timestamp&quot;:1488534476,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1475041}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1475041');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1475041_menu' class='ipsComment_ellipsis' id='elControls_1475041' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1475041_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1475041_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-03T09:47:56Z' title='03/03/17 09:47' data-short='9 yr'>March 3, 2017</time> <span class='ipsResponsive_hidePhone'> (edited) </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p><span style="font-size:12px"><span style="font-family:arial"><span style="color:#444444">After the last boot in the Windows sysprep Windows will check for the existence of </span></span></span><span style="color:#B71234"><span style="font-family:Roboto">%WINDIR%\Setup\Scripts\SetupComplete.cmd</span></span><span style="color:#444444"><span style="font-family:Roboto">. </span></span><span style="color:#444444"><span style="font-family:Roboto"><span style="font-family:arial"><span style="font-size:12px">If it's found the script is executed. If not, the installation “continues”. </span></span></span></span><span style="font-size:12px"><span style="font-family:arial"><span style="color:#252525">Create the file : </span></span></span><span style="color:red"><span style="font-family:sans-serif">C:\Windows\Setup\scripts\SetupComplete.cmd</span></span></p><p><span style="color:red"><span style="font-family:sans-serif"> </span></span></p><p><span style="color:red"><span style="font-family:sans-serif"> </span></span><span style="color:#252525"><span style="font-family:sans-serif"><span style="font-family:arial"><span style="font-size:12px">Place these lines within the file, and then save.</span></span></span></span></p><p> </p><p><span style="font-size:12px"><span style="font-family:arial"> sc config FOGService start= auto</span></span></p><p><span style="font-size:12px"><span style="font-family:arial"> </span></span></p><p><span style="font-size:12px"><span style="font-family:arial"> net start fogservice</span></span></p><p><span style="font-size:12px"><span style="font-family:arial"> </span></span></p><p><span style="font-size:12px"><span style="font-family:arial"> Before you run the sysprep you have to Disable FOGService :</span></span></p><p><span style="font-size:12px"><span style="font-family:arial"> </span></span></p><p><span style="font-size:12px"><span style="font-family:arial"> Windows Control Pannel -&gt; View by Small Icons -&gt; Administrative Tools -&gt; Services -&gt; Right click FOGService -&gt; Properties -&gt; Startup Type -&gt; Disabled and stop it too</span></span></p><p><span style="font-size:12px"><span style="font-family:arial"> </span></span></p><p><span style="font-size:12px"><span style="font-family:arial"> Are you using fog to add computers in a domain ?</span></span></p> <span class='ipsType_reset ipsType_medium ipsType_light' data-excludequote> <strong>Edited <time datetime='2017-03-03T09:53:02Z' title='03/03/17 09:53' data-short='9 yr'>March 3, 2017</time> by davido38</strong> </span> </div> </div> </div> </div> </article> <a id='findComment-1475164'></a> <a id='comment-1475164'></a> <article id='elComment_1475164' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475164' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-03T12:32:44Z' title='03/03/17 12:32' data-short='9 yr'>March 3, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/72996-dloudon96/content/" rel="nofollow" title="202 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 202 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1475164_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1475164" data-quoteData='{&quot;userid&quot;:72996,&quot;username&quot;:&quot;dloudon96&quot;,&quot;timestamp&quot;:1488544364,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1475164}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> <li><strong class="ipsBadge ipsBadge_large ipsComment_authorBadge">Author</strong></li> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1475164');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1475164_menu' class='ipsComment_ellipsis' id='elControls_1475164' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1475164_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1475164_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-03T12:32:44Z' title='03/03/17 12:32' data-short='9 yr'>March 3, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p><span style="font-size:10px"><span style="font-family:arial">Hello,</span></span></p><p><span style="font-size:10px"><span style="font-family:arial"> </span></span></p><p><span style="font-size:10px"><span style="font-family:arial"> Thanks for the reply,</span></span></p><p><span style="font-size:10px"><span style="font-family:arial"> </span></span></p><p><span style="font-size:10px"><span style="font-family:arial"> I've copied the below into the script folder</span></span></p><p><span style="font-size:10px"> </span></p><p> <span style="color:#333333"><span style="font-family:arial">sc config FOGService start= auto</span></span></p><p> </p><p> <span style="color:#333333"><span style="font-family:arial">net start fogservice</span></span></p><p><span style="color:#333333"><span style="font-family:arial"> </span></span></p><p><span style="color:#333333"><span style="font-family:arial"> </span></span><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px">I've also went into the Services and stopped and disabled the 'FOGService' service.</span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px"> </span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px"> I've done a test sysprep and it works, however, the FOGService is still disabled, is this right?</span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px"> </span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px"> Ideally, I'd want it to re-enable so that it would enable automatically and then re-name, and join the domain.</span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px"> </span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px"> Thanks,</span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px"> </span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px"> Dan</span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"><span style="font-size:10px"> </span></span></span></p><p><span style="color:#333333"><span style="font-family:arial"> </span></span></p> </div> </div> </div> </div> </article> <a id='findComment-1475173'></a> <a id='comment-1475173'></a> <article id='elComment_1475173' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475173' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-03T12:45:21Z' title='03/03/17 12:45' data-short='9 yr'>March 3, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/68763-davido38/content/" rel="nofollow" title="19 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 19 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1475173_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1475173" data-quoteData='{&quot;userid&quot;:68763,&quot;username&quot;:&quot;davido38&quot;,&quot;timestamp&quot;:1488545121,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1475173}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1475173');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1475173_menu' class='ipsComment_ellipsis' id='elControls_1475173' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1475173_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1475173_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-03T12:45:21Z' title='03/03/17 12:45' data-short='9 yr'>March 3, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p>no the service have to start.</p><p> </p><p> Is it an oem version of windows ?</p> </div> </div> </div> </div> </article> <a id='findComment-1475186'></a> <a id='comment-1475186'></a> <article id='elComment_1475186' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475186' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-03T12:55:39Z' title='03/03/17 12:55' data-short='9 yr'>March 3, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/72996-dloudon96/content/" rel="nofollow" title="202 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 202 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1475186_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1475186" data-quoteData='{&quot;userid&quot;:72996,&quot;username&quot;:&quot;dloudon96&quot;,&quot;timestamp&quot;:1488545739,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1475186}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> <li><strong class="ipsBadge ipsBadge_large ipsComment_authorBadge">Author</strong></li> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1475186');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1475186_menu' class='ipsComment_ellipsis' id='elControls_1475186' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1475186_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1475186_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-03T12:55:39Z' title='03/03/17 12:55' data-short='9 yr'>March 3, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p>Nope, it's just Windows 7 Enterprise, X64 bit which has been downloaded from the Volume License Service Centre.</p><p> </p><p> Is this right...</p><p> </p><p> <a class="ipsAttachLink ipsAttachLink_image" href="https://www.edugeek.net/uploads/monthly_2017_03/IMG_2188.jpg.7f4694cc24799ba2713fed8fec4cf051.jpg" data-fileid="33716" data-fileext="jpg" rel=""><img data-fileid="33716" class="ipsImage ipsImage_thumbnailed" alt="IMG_2188.jpg" data-src="https://www.edugeek.net/uploads/monthly_2025_03/IMG_2188.thumb.jpg.198773b269c7840858758b116a5605e5.jpg" src="https://www.edugeek.net/applications/core/interface/js/spacer.png"></a></p><p> </p><p> The service has been stopped and then disabled...</p><p> </p><p> Thanks,</p><p> </p><p> Dan</p> </div> </div> </div> </div> </article> <a id='findComment-1475192'></a> <a id='comment-1475192'></a> <article id='elComment_1475192' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475192' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-03T13:04:19Z' title='03/03/17 13:04' data-short='9 yr'>March 3, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/68763-davido38/content/" rel="nofollow" title="19 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 19 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1475192_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1475192" data-quoteData='{&quot;userid&quot;:68763,&quot;username&quot;:&quot;davido38&quot;,&quot;timestamp&quot;:1488546259,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1475192}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1475192');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1475192_menu' class='ipsComment_ellipsis' id='elControls_1475192' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1475192_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1475192_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-03T13:04:19Z' title='03/03/17 13:04' data-short='9 yr'>March 3, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p>so you have that folder : <span style="color:#FF0000"><span style="font-family:sans-serif">C:\Windows\Setup\scripts\</span></span></p><p><span style="color:#FF0000"><span style="font-family:sans-serif"> </span></span>inside a file <span style="color:#FF0000"><span style="font-family:sans-serif">SetupComplete.cmd</span></span> with <span style="color:black"><span style="font-family:monospace">sc config FOGService start= auto and net start </span></span><span style="color:#000000"><span style="font-family:monospace">FOGService</span></span></p><p> can you add this at the end of the <span style="color:#FF0000"><span style="font-family:sans-serif">SetupComplete.cmd</span></span></p><p> echo setup ok &gt; c:\logsetup.txt</p><p> run sysprep and see if you have the logsetup.txt in c:\</p> </div> </div> </div> </div> </article> <a id='findComment-1475203'></a> <a id='comment-1475203'></a> <article id='elComment_1475203' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475203' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-03T13:11:36Z' title='03/03/17 13:11' data-short='9 yr'>March 3, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/72996-dloudon96/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to dloudon96's profile" class="ipsType_break">dloudon96</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/72996-dloudon96/content/" rel="nofollow" title="202 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 202 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1475203_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1475203" data-quoteData='{&quot;userid&quot;:72996,&quot;username&quot;:&quot;dloudon96&quot;,&quot;timestamp&quot;:1488546696,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1475203}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> <li><strong class="ipsBadge ipsBadge_large ipsComment_authorBadge">Author</strong></li> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1475203');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1475203_menu' class='ipsComment_ellipsis' id='elControls_1475203' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1475203_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1475203_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-03T13:11:36Z' title='03/03/17 13:11' data-short='9 yr'>March 3, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p>Hello,</p><p> </p><p> Yes, that's correct...</p><p> </p><p> I've downloaded the image with the FOG Service disabled, it's still disabled in the Services, if i then run the SetupComplete.cmd from the folder C:\Windows\Setup\script manually, the service starts.</p><p> </p><p> It's as though the command file isn't being read by the last restart.</p><p> </p><p> At least I feel like I'm getting somewhere now, rather than going round in circles pulling my hair out.</p><p> </p><p> Thank you for your help so far David, I really do appreciate it!</p><p> </p><p> Thanks,</p><p> </p><p> Dan</p> </div> </div> </div> </div> </article> <a id='findComment-1475204'></a> <a id='comment-1475204'></a> <article id='elComment_1475204' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475204' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-03T13:14:15Z' title='03/03/17 13:14' data-short='9 yr'>March 3, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/68763-davido38/content/" rel="nofollow" title="19 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 19 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1475204_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1475204" data-quoteData='{&quot;userid&quot;:68763,&quot;username&quot;:&quot;davido38&quot;,&quot;timestamp&quot;:1488546855,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1475204}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1475204');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1475204_menu' class='ipsComment_ellipsis' id='elControls_1475204' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1475204_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1475204_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-03T13:14:15Z' title='03/03/17 13:14' data-short='9 yr'>March 3, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> In your sysprep unattend.xml do you use <span style="color:black"><span style="font-family:monospace">FirstLogonCommands ?</span></span> </div> </div> </div> </div> </article> <a id='findComment-1475206'></a> <a id='comment-1475206'></a> <article id='elComment_1475206' class='cPost ipsBox ipsResponsive_pull ipsComment ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone '> <div class='cAuthorPane_mobile ipsResponsive_showPhone'> <div class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </div> <div class='cAuthorPane_content'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_break ipsType_blendLinks ipsFlex ipsFlex-ai:center'> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a> </h3> <div class='ipsType_light ipsType_reset'> <a href='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475206' rel="nofollow" class='ipsType_blendLinks'>Posted <time datetime='2017-03-03T13:15:52Z' title='03/03/17 13:15' data-short='9 yr'>March 3, 2017</time></a> </div> </div> </div> <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong> <a href='https://www.edugeek.net/profile/68763-davido38/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/68763-davido38/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F161291-downloading-image-via-fog-with-sysprep-help%252F' title="Go to davido38's profile" class="ipsType_break">davido38</a></strong> </h3> <ul class='cAuthorPane_info ipsList_reset'> <li data-role='photo' class='cAuthorPane_photo'> <div class='cAuthorPane_photoWrap'> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_large" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> </div> </li> <li data-role='group'>Members</li> <li data-role='group-icon'><img src='https://www.edugeek.net/uploads/monthly_2025_03/rank_member.png.39d33d09cb9232b039caa707c9bd6982.png' alt='' class='cAuthorGroupIcon'></li> <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> <li> <a href="https://www.edugeek.net/profile/68763-davido38/content/" rel="nofollow" title="19 posts" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-comment"></i> 19 </a> </li> </ul> </li> </ul> </aside> <div class='ipsColumn ipsColumn_fluid ipsMargin:none'> <div id='comment-1475206_wrap' data-controller='core.front.core.comment' data-commentApp='forums' data-commentType='forums' data-commentID="1475206" data-quoteData='{&quot;userid&quot;:68763,&quot;username&quot;:&quot;davido38&quot;,&quot;timestamp&quot;:1488546952,&quot;contentapp&quot;:&quot;forums&quot;,&quot;contenttype&quot;:&quot;forums&quot;,&quot;contentid&quot;:161291,&quot;contentclass&quot;:&quot;forums_Topic&quot;,&quot;contentcommentid&quot;:1475206}' class='ipsComment_content ipsType_medium'> <div class='ipsComment_meta ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:between ipsFlex-fd:row-reverse'> <div class='ipsType_light ipsType_reset ipsType_blendLinks ipsComment_toolWrap'> <div class='ipsResponsive_hidePhone ipsComment_badges'> <ul class='ipsList_reset ipsFlex ipsFlex-jc:end ipsFlex-fw:wrap ipsGap:2 ipsGap_row:1'> </ul> </div> <ul class='ipsList_reset ipsComment_tools'> <li> <a style="padding: 4px;" onclick="toggleTextColour('1475206');" href='' ref='nofollow' class='ipsComment_ellipsis' title='Change post background colour' data-ipsMenu><img src="https://awscdn.cdngeek.com/img/b/colour_switch.png" width="15" height="15"></a> </li> <li> <a href='#elControls_1475206_menu' class='ipsComment_ellipsis' id='elControls_1475206' title='More options...' data-ipsMenu data-ipsMenu-appendTo='#comment-1475206_wrap'><i class='fa fa-ellipsis-h'></i></a> <ul id='elControls_1475206_menu' class='ipsMenu ipsMenu_narrow ipsHide'> </ul> </li> </ul> </div> <div class='ipsType_reset ipsResponsive_hidePhone'> Posted <time datetime='2017-03-03T13:15:52Z' title='03/03/17 13:15' data-short='9 yr'>March 3, 2017</time> <span class='ipsResponsive_hidePhone'> </span> </div> </div> <div class='cPost_contentWrap'> <div data-role='commentContent' class='ipsType_normal ipsType_richText ipsPadding_bottom ipsContained' data-controller='core.front.core.lightboxedImages'> <p>you said : <span style="color:#333333">if i then run the SetupComplete.cmd from the folder C:\Windows\Setup\script manually, the service starts</span></p><p><span style="color:#333333"> </span></p><p><span style="color:#333333"> the folder script is with an S at the end : scripts</span></p><p><span style="color:#333333"> </span></p><p><span style="color:#333333"> </span></p><p><span style="color:#333333"> </span></p> </div> </div> </div> </div> </article> <input type="hidden" name="csrfKey" value="8eb136c2ce7d3ad3646c496450c7b097" /> </form> </div> <a id="replyForm"></a> <div data-role="replyArea" class="cTopicPostArea ipsBox ipsResponsive_pull ipsPadding cTopicPostArea_noSize ipsSpacer_top" > <div> <input type="hidden" name="csrfKey" value="8eb136c2ce7d3ad3646c496450c7b097"> <div class='ipsType_center ipsPad cGuestTeaser'> <h2 class='ipsType_pageTitle'>Create an account or sign in to comment</h2> <p class='ipsType_light ipsType_normal ipsType_reset ipsSpacer_top ipsSpacer_half'>You need to be a member in order to leave a comment</p> <div class='ipsBox ipsPad ipsSpacer_top'> <div class='ipsGrid ipsGrid_collapsePhone'> <div class='ipsGrid_span6 cGuestTeaser_left'> <h2 class='ipsType_sectionHead'>Create an account</h2> <p class='ipsType_normal ipsType_reset ipsType_light ipsSpacer_bottom'>Sign up for a new account in our community. It's easy!</p> <a href='https://www.edugeek.net/register/' class='ipsButton ipsButton_primary ipsButton_small' > Register a new account</a> </div> <div class='ipsGrid_span6 cGuestTeaser_right'> <h2 class='ipsType_sectionHead'>Sign in</h2> <p class='ipsType_normal ipsType_reset ipsType_light ipsSpacer_bottom'>Already have an account? Sign in here.</p> <a href='https://www.edugeek.net/login/?ref=aHR0cHM6Ly93d3cuZWR1Z2Vlay5uZXQvZm9ydW1zL3RvcGljLzE2MTI5MS1kb3dubG9hZGluZy1pbWFnZS12aWEtZm9nLXdpdGgtc3lzcHJlcC1oZWxwLyNyZXBseUZvcm0=' data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-remoteVerify="false" data-ipsDialog-title="Sign In Now" class='ipsButton ipsButton_primary ipsButton_small'>Sign In Now</a> </div> </div> </div> </div> </div> </div> <div class="ipsBox ipsPadding ipsResponsive_pull ipsResponsive_showPhone ipsMargin_top"> <div class="ipsShareLinks"> <a href='#elShareItem_1559118669_menu' id='elShareItem_1559118669' data-ipsMenu class='ipsShareButton ipsButton ipsButton_verySmall ipsButton_light '> <span><i class='fa fa-share-alt'></i></span> &nbsp;Share </a> <div class='ipsPadding ipsMenu ipsMenu_normal ipsHide' id='elShareItem_1559118669_menu' data-controller="core.front.core.sharelink"> <span data-ipsCopy data-ipsCopy-flashmessage> <a href="https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/" class="ipsButton ipsButton_light ipsButton_small ipsButton_fullWidth" data-role="copyButton" data-clipboard-text="https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/" data-ipstooltip title='Copy Link to Clipboard'><i class="fa fa-clone"></i> https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/</a> </span> <ul class='ipsShareLinks ipsMargin_top:half'> <li> <a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https%3A%2F%2Fwww.edugeek.net%2Fforums%2Ftopic%2F161291-downloading-image-via-fog-with-sysprep-help%2F&amp;title=Downloading+image+via+FOG+with+sysprep...+help" rel="nofollow noopener" class="cShareLink cShareLink_linkedin" target="_blank" data-role="shareLink" title='Share on LinkedIn' data-ipsTooltip> <i class="fa fa-linkedin"></i> </a></li> <li> <a href="https://x.com/share?url=https%3A%2F%2Fwww.edugeek.net%2Fforums%2Ftopic%2F161291-downloading-image-via-fog-with-sysprep-help%2F" class="cShareLink cShareLink_x" target="_blank" data-role="shareLink" title='Share on X' data-ipsTooltip rel='nofollow noopener'> <i class="fa fa-x"></i> </a></li> <li> <a href="https://bsky.app/intent/compose?text=Downloading+image+via+FOG+with+sysprep...+help%20-%20https%3A%2F%2Fwww.edugeek.net%2Fforums%2Ftopic%2F161291-downloading-image-via-fog-with-sysprep-help%2F" class="cShareLink cShareLink_bluesky" target="_blank" data-role="shareLink" title='Share on Bluesky' data-ipsTooltip rel='nofollow noopener'> <i class="fa fa-bluesky"></i> </a></li> <li> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.edugeek.net%2Fforums%2Ftopic%2F161291-downloading-image-via-fog-with-sysprep-help%2F" class="cShareLink cShareLink_facebook" target="_blank" data-role="shareLink" title='Share on Facebook' data-ipsTooltip rel='noopener nofollow'> <i class="fa fa-facebook"></i> </a></li> <li> <a href="https://www.reddit.com/submit?url=https%3A%2F%2Fwww.edugeek.net%2Fforums%2Ftopic%2F161291-downloading-image-via-fog-with-sysprep-help%2F&amp;title=Downloading+image+via+FOG+with+sysprep...+help" rel="nofollow noopener" class="cShareLink cShareLink_reddit" target="_blank" title='Share on Reddit' data-ipsTooltip> <i class="fa fa-reddit"></i> </a></li> </ul> <hr class='ipsHr'> <button class='ipsHide ipsButton ipsButton_verySmall ipsButton_light ipsButton_fullWidth ipsMargin_top:half' data-controller='core.front.core.webshare' data-role='webShare' data-webShareTitle='Downloading image via FOG with sysprep... help' data-webShareText='Downloading image via FOG with sysprep... help' data-webShareUrl='https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/'>More sharing options...</button> </div> <div data-followApp='forums' data-followArea='topic' data-followID='161291' data-controller='core.front.core.followButton'> <a href='https://www.edugeek.net/login/' rel="nofollow" class="ipsFollow ipsPos_middle ipsButton ipsButton_light ipsButton_verySmall " data-role="followButton" data-ipsTooltip title='Sign in to follow this'> <span>Subscribe</span> </a> </div> </div> </div> </div> <div class="ipsPager ipsSpacer_top"> <div class="ipsPager_prev"> <a href="https://www.edugeek.net/forums/forum/14-windows/" title="Go to Windows" rel="parent"> <span class="ipsPager_type">Go to topic listing</span> </a> </div> </div> <div class='cWidgetContainer ' data-role='widgetReceiver' data-orientation='horizontal' data-widgetArea='footer'> <ul class='ipsList_reset'> <li class='ipsWidget ipsWidget_horizontal ipsBox ipsResponsive_block' data-blockID='app_forums_topicFeed_2ytoof15d' data-blockConfig="true" data-blockTitle="Topic Feed" data-blockErrorMessage="This block cannot be shown. This could be because it needs configuring, is unable to show on this page, or will show after reloading this page." data-controller='core.front.widgets.block'> <h3 class='ipsWidget_title ipsType_reset'>Recent Threads</h3> <div class='ipsWidget_inner'> <ul class='ipsDataList'> <li class="ipsDataItem ipsDataItem_responsivePhoto "> <div class='ipsDataItem_main'> <h4 class='ipsDataItem_title ipsContained_container'> <span class='ipsType_break ipsContained'> <a href='https://www.edugeek.net/forums/topic/227263-ios-27-byod-and-smoothwall-web-filtering-connectivity-assist-causing-issues/' data-ipsHover data-ipsHover-target='https://www.edugeek.net/forums/topic/227263-ios-27-byod-and-smoothwall-web-filtering-connectivity-assist-causing-issues/?preview=1' data-ipsHover-timeout='1.5' > iOS 27 BYOD and Smoothwall web filtering - Connectivity Assist causing issues? </a> </span> </h4> <p class='ipsType_reset ipsType_medium ipsType_light'> By <a href='https://www.edugeek.net/profile/93236-smokebomb/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/93236-smokebomb/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F211651-smoothwall-s9-issue%252F' title="Go to Smokebomb's profile" class="ipsType_break">Smokebomb</a>, <time datetime='2026-09-17T14:07:27Z' title='17/09/26 14:07' data-short='5 hr'>5 hours ago</time> in <a href="https://www.edugeek.net/forums/forum/149-internet-relatedfilteringfirewall/">Internet Related/Filtering/Firewall</a> </p> <ul class='ipsList_inline ipsClearfix ipsType_light'> </ul> </div> <ul class='ipsDataItem_stats'> <li > <span class='ipsDataItem_stats_number'>0</span> <span class='ipsDataItem_stats_type'> replies</span> </li> <li > <span class='ipsDataItem_stats_number'>45</span> <span class='ipsDataItem_stats_type'> views</span> </li> </ul> <ul class='ipsDataItem_lastPoster ipsDataItem_withPhoto'> <li> <a href="https://www.edugeek.net/profile/93236-smokebomb/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/93236-smokebomb/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_tiny" title="Go to Smokebomb's profile"> <img src='data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22background%3A%236289c4%22%3E%3Cg%3E%3Ctext%20text-anchor%3D%22middle%22%20dy%3D%22.35em%22%20x%3D%22512%22%20y%3D%22512%22%20fill%3D%22%23ffffff%22%20font-size%3D%22700%22%20font-family%3D%22-apple-system%2C%20BlinkMacSystemFont%2C%20Roboto%2C%20Helvetica%2C%20Arial%2C%20sans-serif%22%3ES%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E' alt='Smokebomb' loading="lazy"> </a> </li> <li> <a href='https://www.edugeek.net/profile/93236-smokebomb/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/93236-smokebomb/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F211651-smoothwall-s9-issue%252F' title="Go to Smokebomb's profile" class="ipsType_break">Smokebomb</a> </li> <li class="ipsType_light"> <a href='https://www.edugeek.net/forums/topic/227263-ios-27-byod-and-smoothwall-web-filtering-connectivity-assist-causing-issues/' title='Go to last post' class='ipsType_blendLinks'> <time datetime='2026-09-17T14:07:27Z' title='17/09/26 14:07' data-short='5 hr'>5 hours ago</time> </a> </li> </ul> </li> <li class="ipsDataItem ipsDataItem_responsivePhoto "> <div class='ipsDataItem_main'> <h4 class='ipsDataItem_title ipsContained_container'> <span class='ipsType_break ipsContained'> <a href='https://www.edugeek.net/forums/topic/227262-3rd-party-warranty-on-existing-panels/' data-ipsHover data-ipsHover-target='https://www.edugeek.net/forums/topic/227262-3rd-party-warranty-on-existing-panels/?preview=1' data-ipsHover-timeout='1.5' > 3rd Party Warranty on Existing Panels </a> </span> </h4> <p class='ipsType_reset ipsType_medium ipsType_light'> By <a href='https://www.edugeek.net/profile/8079-jhothersall/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/8079-jhothersall/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F211651-smoothwall-s9-issue%252F' title="Go to jhothersall's profile" class="ipsType_break">jhothersall</a>, <time datetime='2026-09-17T13:48:37Z' title='17/09/26 13:48' data-short='5 hr'>5 hours ago</time> in <a href="https://www.edugeek.net/forums/forum/150-av-and-multimedia-related/">AV and Multimedia Related</a> </p> <ul class='ipsList_inline ipsClearfix ipsType_light'> </ul> </div> <ul class='ipsDataItem_stats'> <li > <span class='ipsDataItem_stats_number'>0</span> <span class='ipsDataItem_stats_type'> replies</span> </li> <li > <span class='ipsDataItem_stats_number'>33</span> <span class='ipsDataItem_stats_type'> views</span> </li> </ul> <ul class='ipsDataItem_lastPoster ipsDataItem_withPhoto'> <li> <a href="https://www.edugeek.net/profile/8079-jhothersall/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/8079-jhothersall/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_tiny" title="Go to jhothersall's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/1736627160645.thumb.png.44ed02a480d163227ad8f78bb697b81c.png' alt='jhothersall' loading="lazy"> </a> </li> <li> <a href='https://www.edugeek.net/profile/8079-jhothersall/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/8079-jhothersall/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F211651-smoothwall-s9-issue%252F' title="Go to jhothersall's profile" class="ipsType_break">jhothersall</a> </li> <li class="ipsType_light"> <a href='https://www.edugeek.net/forums/topic/227262-3rd-party-warranty-on-existing-panels/' title='Go to last post' class='ipsType_blendLinks'> <time datetime='2026-09-17T13:48:37Z' title='17/09/26 13:48' data-short='5 hr'>5 hours ago</time> </a> </li> </ul> </li> <li class="ipsDataItem ipsDataItem_responsivePhoto "> <div class='ipsDataItem_main'> <h4 class='ipsDataItem_title ipsContained_container'> <span class='ipsType_break ipsContained'> <a href='https://www.edugeek.net/forums/topic/227261-edge-auto-sign-in-broken-cloud-filter/' data-ipsHover data-ipsHover-target='https://www.edugeek.net/forums/topic/227261-edge-auto-sign-in-broken-cloud-filter/?preview=1' data-ipsHover-timeout='1.5' > Edge Auto Sign in Broken / Cloud Filter </a> </span> </h4> <p class='ipsType_reset ipsType_medium ipsType_light'> By <a href='https://www.edugeek.net/profile/107884-dwilson1997/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/107884-dwilson1997/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F211651-smoothwall-s9-issue%252F' title="Go to DWilson1997's profile" class="ipsType_break">DWilson1997</a>, <time datetime='2026-09-17T12:52:36Z' title='17/09/26 12:52' data-short='6 hr'>6 hours ago</time> in <a href="https://www.edugeek.net/forums/forum/149-internet-relatedfilteringfirewall/">Internet Related/Filtering/Firewall</a> </p> <ul class='ipsList_inline ipsClearfix ipsType_light'> </ul> </div> <ul class='ipsDataItem_stats'> <li > <span class='ipsDataItem_stats_number'>1</span> <span class='ipsDataItem_stats_type'> reply</span> </li> <li > <span class='ipsDataItem_stats_number'>52</span> <span class='ipsDataItem_stats_type'> views</span> </li> </ul> <ul class='ipsDataItem_lastPoster ipsDataItem_withPhoto'> <li> <a href="https://www.edugeek.net/profile/110986-itskdog/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/110986-itskdog/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_tiny" title="Go to itskdog's profile"> <img src='data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22background%3A%23c462a3%22%3E%3Cg%3E%3Ctext%20text-anchor%3D%22middle%22%20dy%3D%22.35em%22%20x%3D%22512%22%20y%3D%22512%22%20fill%3D%22%23ffffff%22%20font-size%3D%22700%22%20font-family%3D%22-apple-system%2C%20BlinkMacSystemFont%2C%20Roboto%2C%20Helvetica%2C%20Arial%2C%20sans-serif%22%3EI%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E' alt='itskdog' loading="lazy"> </a> </li> <li> <a href='https://www.edugeek.net/profile/110986-itskdog/' rel="nofollow" data-ipsHover data-ipsHover-width='370' data-ipsHover-target='https://www.edugeek.net/profile/110986-itskdog/?do=hovercard&amp;referrer=https%253A%252F%252Fwww.edugeek.net%252Fforums%252Ftopic%252F211651-smoothwall-s9-issue%252F' title="Go to itskdog's profile" class="ipsType_break">itskdog</a> </li> <li class="ipsType_light"> <a href='https://www.edugeek.net/forums/topic/227261-edge-auto-sign-in-broken-cloud-filter/' title='Go to last post' class='ipsType_blendLinks'> <time datetime='2026-09-17T14:46:50Z' title='17/09/26 14:46' data-short='4 hr'>4 hours ago</time> </a> </li> </ul> </li> </ul> </div> </li> </ul> </div> </div> <div id='ipsLayout_sidebar' class='ipsLayout_sidebarright ' data-controller='core.front.widgets.sidebar'> <aside id="elContextualTools" class='ipsClearfix' > <div class="ipsBox ipsResponsive_hideTablet ipsResponsive_hidePhone cTopicOverview cTopicOverview--sidebar ipsFlex ipsFlex-fd:column md:ipsFlex-fd:row sm:ipsFlex-fd:column" data-controller='forums.front.topic.activity'> <div class='cTopicOverview__header ipsAreaBackground_light ipsFlex sm:ipsFlex-fw:wrap sm:ipsFlex-jc:center'> <ul class='cTopicOverview__stats ipsPadding ipsMargin:none sm:ipsPadding_horizontal:half ipsFlex ipsFlex-flex:10 ipsFlex-jc:around ipsFlex-ai:center'> <li class='cTopicOverview__statItem ipsType_center'> <span class='cTopicOverview__statTitle ipsType_light ipsTruncate ipsTruncate_line'>Replies</span> <span class='cTopicOverview__statValue'>21</span> </li> <li class='cTopicOverview__statItem ipsType_center'> <span class='cTopicOverview__statTitle ipsType_light ipsTruncate ipsTruncate_line'>Created</span> <span class='cTopicOverview__statValue'><time datetime='2017-02-14T20:15:05Z' title='14/02/17 20:15' data-short='9 yr'>9 yr</time></span> </li> <li class='cTopicOverview__statItem ipsType_center'> <span class='cTopicOverview__statTitle ipsType_light ipsTruncate ipsTruncate_line'>Last Reply </span> <span class='cTopicOverview__statValue'><time datetime='2017-03-03T13:15:52Z' title='03/03/17 13:15' data-short='9 yr'>9 yr</time></span> </li> </ul> <a href='#' data-action='toggleOverview' class='cTopicOverview__toggle cTopicOverview__toggle--inline ipsType_large ipsType_light ipsPad ipsFlex ipsFlex-ai:center ipsFlex-jc:center'><i class='fa fa-chevron-down'></i></a> </div> <div class='cTopicOverview__body ipsPadding ' data-role="overview"> <div class='cTopicOverview__section--users ipsMargin_bottom'> <h4 class='ipsType_reset cTopicOverview__sectionTitle ipsType_withHr ipsType_dark ipsType_uppercase ipsMargin_bottom'>Top Posters In This Topic</h4> <ul class='cTopicOverview__dataList ipsList_reset ipsFlex ipsFlex-jc:between ipsFlex-ai:center ipsFlex-fw:wrap ipsGap:8 ipsGap_row:5'> <li class="cTopicOverview__dataItem cTopicOverview__dataItem--split ipsFlex ipsFlex-jc:start ipsFlex-ai:center ipsFlex-flex:11"> <a href="https://www.edugeek.net/profile/72996-dloudon96/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/72996-dloudon96/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_tiny" title="Go to dloudon96's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif' alt='dloudon96' loading="lazy"> </a> <p class='ipsMargin:none ipsMargin_left:half cTopicOverview__dataItemInner ipsType_left'> <strong class='ipsTruncate ipsTruncate_line'><a href='https://www.edugeek.net/profile/72996-dloudon96/' class='ipsType_blendLinks'>dloudon96</a></strong> <span class='ipsType_light'>11 posts</span> </p> </li> <li class="cTopicOverview__dataItem cTopicOverview__dataItem--split ipsFlex ipsFlex-jc:start ipsFlex-ai:center ipsFlex-flex:11"> <a href="https://www.edugeek.net/profile/68763-davido38/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/68763-davido38/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_tiny" title="Go to davido38's profile"> <img src='https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png' alt='davido38' loading="lazy"> </a> <p class='ipsMargin:none ipsMargin_left:half cTopicOverview__dataItemInner ipsType_left'> <strong class='ipsTruncate ipsTruncate_line'><a href='https://www.edugeek.net/profile/68763-davido38/' class='ipsType_blendLinks'>davido38</a></strong> <span class='ipsType_light'>6 posts</span> </p> </li> <li class="cTopicOverview__dataItem cTopicOverview__dataItem--split ipsFlex ipsFlex-jc:start ipsFlex-ai:center ipsFlex-flex:11"> <a href="https://www.edugeek.net/profile/1824-arthur/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/1824-arthur/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_tiny" title="Go to Arthur's profile"> <img src='data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22background%3A%23abc462%22%3E%3Cg%3E%3Ctext%20text-anchor%3D%22middle%22%20dy%3D%22.35em%22%20x%3D%22512%22%20y%3D%22512%22%20fill%3D%22%23ffffff%22%20font-size%3D%22700%22%20font-family%3D%22-apple-system%2C%20BlinkMacSystemFont%2C%20Roboto%2C%20Helvetica%2C%20Arial%2C%20sans-serif%22%3EA%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E' alt='Arthur' loading="lazy"> </a> <p class='ipsMargin:none ipsMargin_left:half cTopicOverview__dataItemInner ipsType_left'> <strong class='ipsTruncate ipsTruncate_line'><a href='https://www.edugeek.net/profile/1824-arthur/' class='ipsType_blendLinks'>Arthur</a></strong> <span class='ipsType_light'>2 posts</span> </p> </li> <li class="cTopicOverview__dataItem cTopicOverview__dataItem--split ipsFlex ipsFlex-jc:start ipsFlex-ai:center ipsFlex-flex:11"> <a href="https://www.edugeek.net/profile/13118-mrwoberts/" rel="nofollow" data-ipsHover data-ipsHover-width="370" data-ipsHover-target="https://www.edugeek.net/profile/13118-mrwoberts/?do=hovercard" class="ipsUserPhoto ipsUserPhoto_tiny" title="Go to mrwoberts's profile"> <img src='data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%20style%3D%22background%3A%23c4629b%22%3E%3Cg%3E%3Ctext%20text-anchor%3D%22middle%22%20dy%3D%22.35em%22%20x%3D%22512%22%20y%3D%22512%22%20fill%3D%22%23ffffff%22%20font-size%3D%22700%22%20font-family%3D%22-apple-system%2C%20BlinkMacSystemFont%2C%20Roboto%2C%20Helvetica%2C%20Arial%2C%20sans-serif%22%3EM%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E' alt='mrwoberts' loading="lazy"> </a> <p class='ipsMargin:none ipsMargin_left:half cTopicOverview__dataItemInner ipsType_left'> <strong class='ipsTruncate ipsTruncate_line'><a href='https://www.edugeek.net/profile/13118-mrwoberts/' class='ipsType_blendLinks'>mrwoberts</a></strong> <span class='ipsType_light'>2 posts</span> </p> </li> </ul> </div> <div class='cTopicOverview__section--popularDays ipsMargin_bottom'> <h4 class='ipsType_reset cTopicOverview__sectionTitle ipsType_withHr ipsType_dark ipsType_uppercase ipsMargin_top:half ipsMargin_bottom'>Popular Days</h4> <ul class='cTopicOverview__dataList ipsList_reset ipsFlex ipsFlex-jc:between ipsFlex-ai:center ipsFlex-fw:wrap ipsGap:8 ipsGap_row:5'> <li class='ipsFlex-flex:10'> <a href="https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1475023" rel="nofollow" class='cTopicOverview__dataItem ipsType_blendLinks'> <p class='ipsMargin:none ipsType_bold'>Mar 3 2017</p> <p class='ipsMargin:none ipsType_light'>9 posts</p> </a> </li> <li class='ipsFlex-flex:10'> <a href="https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1473250" rel="nofollow" class='cTopicOverview__dataItem ipsType_blendLinks'> <p class='ipsMargin:none ipsType_bold'>Feb 28 2017</p> <p class='ipsMargin:none ipsType_light'>5 posts</p> </a> </li> <li class='ipsFlex-flex:10'> <a href="https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1473702" rel="nofollow" class='cTopicOverview__dataItem ipsType_blendLinks'> <p class='ipsMargin:none ipsType_bold'>Mar 1 2017</p> <p class='ipsMargin:none ipsType_light'>5 posts</p> </a> </li> <li class='ipsFlex-flex:10'> <a href="https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#findComment-1469493" rel="nofollow" class='cTopicOverview__dataItem ipsType_blendLinks'> <p class='ipsMargin:none ipsType_bold'>Feb 14 2017</p> <p class='ipsMargin:none ipsType_light'>2 posts</p> </a> </li> </ul> </div> <div class='cTopicOverview__section--images'> <h4 class='ipsType_reset cTopicOverview__sectionTitle ipsType_withHr ipsType_dark ipsType_uppercase ipsMargin_top:half'>Posted Images</h4> <div class="ipsMargin_top:half" data-controller='core.front.core.lightboxedImages'> <ul class='cTopicOverview__imageGrid ipsMargin:none ipsPadding:none ipsList_style:none ipsFlex ipsFlex-fw:wrap'> <li class='cTopicOverview__image'> <a href="https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/?do=findComment&amp;comment=1475186" rel="nofollow" class='ipsThumb ipsThumb_bg' data-background-src="https://www.edugeek.net/uploads/monthly_2025_03/IMG_2188.thumb.jpg.198773b269c7840858758b116a5605e5.jpg"> <img src="//www.edugeek.net/applications/core/interface/js/spacer.png" data-src="https://www.edugeek.net/uploads/monthly_2025_03/IMG_2188.thumb.jpg.198773b269c7840858758b116a5605e5.jpg" class="ipsImage"> </a> </li> </ul> </div> </div> </div> </div> </aside> <hr class='ipsHr ipsSpacer_both'> <div data-role='sidebarAd'> <div align="center" class="ipsResponsive_hidePhone" style="padding-bottom: 4px;min-height: 250px;" id="egs_mp_dt"> </div> <div align="center" class="ipsResponsive_hideTablet ipsResponsive_hideDesktop" style="padding-bottom: 0px;min-height: 0px;" id="egs_mp_m"> </div> <script type="text/javascript"> var mediaQuery = window.matchMedia('(min-width: 768px)') var egzone_n = 46; var egzone_n2 = 46; var egzone_m; var egzone_m2; var egzone_c; var egzone_t = "egs_mp"; var egsUnit; var egzone_u = "g"; var egzone_i = "40a118db81a8bfd927f4d57fc64189ae"; var hdiquery = "(-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi)"; if(void 0===loadScript)var loadScript=(e,t=!0,n="text/javascript")=>new Promise(((a,o)=>{try{const c=document.createElement("script");c.type=n,c.async=t,c.defer=!0,c.src=e,c.addEventListener("load",(e=>{a({status:!0})})),c.addEventListener("error",(e=>{o({status:!1,message:"Failed to load the script ${FILE_URL}"})})),document.body.appendChild(c)}catch(e){o(e)}}));async function loadVars(){try{const e=await loadScript("https://"+egzone_u+".cdngeek.com/1d/asyncjs_eg.php");console.log("Variables: Script loaded successfully",e)}catch(e){console.error(e)}}mediaQuery.matches?(egsUnit=document.getElementById(egzone_t+"_dt"),matchMedia(hdiquery).matches?egzone_c=egzone_n2:egzone_c=egzone_n):(egsUnit=document.getElementById(egzone_t+"_m"),matchMedia(hdiquery).matches?egzone_c=egzone_m2:egzone_c=egzone_m),egzone_c>0&&(egsUnit.innerHTML='<ins data-rev-zoneid="'+egzone_c+'" data-rev-id="'+egzone_i+'"></ins>',loadVars()); </script> </div> <br><br> <div class='cWidgetContainer ' data-role='widgetReceiver' data-orientation='vertical' data-widgetArea='sidebar'> <ul class='ipsList_reset'> <li class='ipsWidget ipsWidget_vertical ipsBox ipsWidgetHide ipsHide ipsResponsive_block' data-blockID='app_forums_hotTopics_vgqkhjepn' data-blockConfig="true" data-blockTitle="Popular Now" data-blockErrorMessage="This block cannot be shown. This could be because it needs configuring, is unable to show on this page, or will show after reloading this page." data-controller='core.front.widgets.block'></li> </ul> </div> </div> <nav class='ipsBreadcrumb ipsBreadcrumb_bottom ipsFaded_withHover'> <a href='#' id='elRSS' class='ipsPos_right ipsType_large' title='Available RSS feeds' data-ipsTooltip data-ipsMenu data-ipsMenu-above><i class='fa fa-rss-square'></i></a> <ul id='elRSS_menu' class='ipsMenu ipsMenu_auto ipsHide'> <li class='ipsMenu_item'><a title="EduGeek.net Whole Site" href="https://www.edugeek.net/rss/1-edugeeknet-whole-site.xml/">EduGeek.net Whole Site</a></li> <li class='ipsMenu_item'><a title="EduGeek Jobs" href="https://www.edugeek.net/rss/2-edugeek-jobs.xml/">EduGeek Jobs</a></li> <li class='ipsMenu_item'><a title="EduGeek News" href="https://www.edugeek.net/rss/5-edugeek-news.xml/">EduGeek News</a></li> <li class='ipsMenu_item'><a title="EduGeek Classifieds" href="https://www.edugeek.net/rss/3-edugeek-classifieds.xml/">EduGeek Classifieds</a></li> <li class='ipsMenu_item'><a title="EduGeek Blogs" href="https://www.edugeek.net/rss/4-edugeek-blogs.xml/">EduGeek Blogs</a></li> </ul> <ul class='ipsList_inline ipsPos_right'> <li > <a data-action="defaultStream" class='ipsType_light ' href='https://www.edugeek.net/discover/'><i class="fa fa-newspaper-o" aria-hidden="true"></i> <span>All Activity</span></a> </li> </ul> <ul data-role="breadcrumbList"> <li> <a title="Home" href='https://www.edugeek.net/'> <span>Home <i class='fa fa-angle-right'></i></span> </a> </li> <li> <a href='https://www.edugeek.net/forums/'> <span>Forums <i class='fa fa-angle-right' aria-hidden="true"></i></span> </a> </li> <li> <a href='https://www.edugeek.net/forums/forum/3-technical/'> <span>Technical <i class='fa fa-angle-right' aria-hidden="true"></i></span> </a> </li> <li> <a href='https://www.edugeek.net/forums/forum/14-windows/'> <span>Windows <i class='fa fa-angle-right' aria-hidden="true"></i></span> </a> </li> <li> Downloading image via FOG with sysprep... help </li> </ul> </nav> </div> </div> <a id="b2tIcon" onclick="$('body').animatescroll({scrollSpeed:500,easing:&#039;easeOutElastic&#039;});" title="Back to top"><i class='fa fa-angle-double-up '></i></a> </main> <footer id="ipsLayout_footer" class="ipsClearfix"> <div class="ipsLayout_container"> <ul id='elFooterSocialLinks' class='ipsList_inline ipsType_center ipsSpacer_top'> <li class='cUserNav_icon'> <a href='https://www.linkedin.com/company/edugeek/' target='_blank' class='cShareLink cShareLink_linkedin' rel='noopener noreferrer'><i class='fa fa-linkedin'></i></a> </li> <li class='cUserNav_icon'> <a href='https://x.com/EduGeek' target='_blank' class='cShareLink cShareLink_x' rel='noopener noreferrer'><i class='fa fa-x'></i></a> </li> <li class='cUserNav_icon'> <a href='https://bsky.app/profile/edugeek.net' target='_blank' class='cShareLink cShareLink_bluesky' rel='noopener noreferrer'><i class='fa fa-bluesky'></i></a> </li> <li class='cUserNav_icon'> <a href='https://www.facebook.com/edugeek.net/' target='_blank' class='cShareLink cShareLink_facebook' rel='noopener noreferrer'><i class='fa fa-facebook'></i></a> </li> </ul> <ul class='ipsList_inline ipsType_center ipsSpacer_top' id="elFooterLinks"> <li> <a href='#elNavTheme_menu' id='elNavTheme' data-ipsMenu data-ipsMenu-above>Theme <i class='fa fa-caret-down'></i></a> <ul id='elNavTheme_menu' class='ipsMenu ipsMenu_selectable ipsHide'> <li class='ipsMenu_item ipsMenu_itemChecked'> <form action="//www.edugeek.net/theme/?csrfKey=8eb136c2ce7d3ad3646c496450c7b097" method="post"> <input type="hidden" name="ref" value="aHR0cHM6Ly93d3cuZWR1Z2Vlay5uZXQvZm9ydW1zL3RvcGljLzE2MTI5MS1kb3dubG9hZGluZy1pbWFnZS12aWEtZm9nLXdpdGgtc3lzcHJlcC1oZWxwLw=="> <button type='submit' name='id' value='11' class='ipsButton ipsButton_link ipsButton_link_secondary'>V6 Blue (Default)</button> </form> </li> <li class='ipsMenu_item'> <form action="//www.edugeek.net/theme/?csrfKey=8eb136c2ce7d3ad3646c496450c7b097" method="post"> <input type="hidden" name="ref" value="aHR0cHM6Ly93d3cuZWR1Z2Vlay5uZXQvZm9ydW1zL3RvcGljLzE2MTI5MS1kb3dubG9hZGluZy1pbWFnZS12aWEtZm9nLXdpdGgtc3lzcHJlcC1oZWxwLw=="> <button type='submit' name='id' value='21' class='ipsButton ipsButton_link ipsButton_link_secondary'>V6 Purple - BETA </button> </form> </li> <li class='ipsMenu_item'> <form action="//www.edugeek.net/theme/?csrfKey=8eb136c2ce7d3ad3646c496450c7b097" method="post"> <input type="hidden" name="ref" value="aHR0cHM6Ly93d3cuZWR1Z2Vlay5uZXQvZm9ydW1zL3RvcGljLzE2MTI5MS1kb3dubG9hZGluZy1pbWFnZS12aWEtZm9nLXdpdGgtc3lzcHJlcC1oZWxwLw=="> <button type='submit' name='id' value='17' class='ipsButton ipsButton_link ipsButton_link_secondary'>V6 Dark - BETA </button> </form> </li> <li class='ipsMenu_item'> <form action="//www.edugeek.net/theme/?csrfKey=8eb136c2ce7d3ad3646c496450c7b097" method="post"> <input type="hidden" name="ref" value="aHR0cHM6Ly93d3cuZWR1Z2Vlay5uZXQvZm9ydW1zL3RvcGljLzE2MTI5MS1kb3dubG9hZGluZy1pbWFnZS12aWEtZm9nLXdpdGgtc3lzcHJlcC1oZWxwLw=="> <button type='submit' name='id' value='19' class='ipsButton ipsButton_link ipsButton_link_secondary'>V6 Dimmed - BETA </button> </form> </li> <li class='ipsMenu_item'> <form action="//www.edugeek.net/theme/?csrfKey=8eb136c2ce7d3ad3646c496450c7b097" method="post"> <input type="hidden" name="ref" value="aHR0cHM6Ly93d3cuZWR1Z2Vlay5uZXQvZm9ydW1zL3RvcGljLzE2MTI5MS1kb3dubG9hZGluZy1pbWFnZS12aWEtZm9nLXdpdGgtc3lzcHJlcC1oZWxwLw=="> <button type='submit' name='id' value='18' class='ipsButton ipsButton_link ipsButton_link_secondary'>V6 Lights Out </button> </form> </li> </ul> </li> <li><a href="javascript:location.reload(true);">Refresh</a></li> <li><a href='https://www.edugeek.net/privacy/'>Privacy Policy</a></li> <li><a rel="nofollow" href='https://www.edugeek.net/contact/' data-ipsdialog data-ipsdialog-title="Contact Us">Contact Us</a></li> <li><a rel="nofollow" href='https://www.edugeek.net/cookies/'>Cookies</a></li> </ul> <p id="#ipsLayout_footer" style="text-align: center;padding-top: 5px;padding-bottom: 8px;"> <a rel="nofollow" onclick="$('body').animatescroll({scrollSpeed:500,easing:'easeOutElastic'});" title="Back to top" style="font-size: 13px;font-weight: bold;text-decoration-line: underline;cursor: pointer;">Back to top</a> </p> <p id='elCopyright'> <span id='elCopyright_userLine'>Copyright © 2025 EduGeek Ltd</span> <a rel='nofollow' title='Invision Community' href='https://www.invisioncommunity.com/'>Powered by Invision Community</a> </p> </div> </footer> <div id='elMobileDrawer' class='ipsDrawer ipsHide'> <div class='ipsDrawer_menu'> <a href='#' class='ipsDrawer_close' data-action='close'><span>&times;</span></a> <div class='ipsDrawer_content ipsFlex ipsFlex-fd:column'> <div class='ipsPadding ipsBorder_bottom'> <ul class='ipsToolList ipsToolList_vertical'> <li> <a href='https://www.edugeek.net/login/' id='elSigninButton_mobile' class='ipsButton ipsButton_light ipsButton_small ipsButton_fullWidth'>Existing user? Sign In</a> </li> <li> <a href='https://www.edugeek.net/register/' id='elRegisterButton_mobile' class='ipsButton ipsButton_small ipsButton_fullWidth ipsButton_important'>Register</a> </li> </ul> </div> <ul class='ipsDrawer_list ipsFlex-flex:11'> <li class='ipsDrawer_itemParent'> <h4 class='ipsDrawer_title'><a href='#'>Home</a></h4> <ul class='ipsDrawer_list'> <li data-action="back"><a href='#'>Back</a></li> <li> <a href='https://www.edugeek.net' > News </a> </li> <li> <a href='https://www.edugeek.net/forums/forum/45-educational-it-jobs/' > Job Listings </a> </li> <li> <a href='https://www.edugeek.net/groups/' > Groups </a> </li> <li> <a href='https://www.edugeek.net/contact/' > Contact Us </a> </li> <li> <a href='https://www.edugeek.net/about-us/' > About Us </a> </li> <li> <a href='https://www.edugeek.net/20yearsold/' > 20 Years of EduGeek </a> </li> </ul> </li> <li class='ipsDrawer_itemParent'> <h4 class='ipsDrawer_title'><a href='#'>Forums</a></h4> <ul class='ipsDrawer_list'> <li data-action="back"><a href='#'>Back</a></li> <li><a href='https://www.edugeek.net/forums/'>Forums</a></li> <li> <a href='https://www.edugeek.net/staff/' > Staff </a> </li> <li> <a href='https://www.edugeek.net/groups/' > Groups </a> </li> <li> <a href='https://www.edugeek.net/contact/' > Contact Us </a> </li> </ul> </li> <li><a href='https://www.edugeek.net/blogs/' >Blogs</a></li> <li><a href='https://www.edugeek.net/wiki/' >Wiki</a></li> <li class='ipsDrawer_itemParent'> <h4 class='ipsDrawer_title'><a href='#'>What's New</a></h4> <ul class='ipsDrawer_list'> <li data-action="back"><a href='#'>Back</a></li> <li> <a href='https://www.edugeek.net/discover/' > All Activity </a> </li> <li> <a href='https://www.edugeek.net/search/' > Search </a> </li> </ul> </li> <li><a href='https://www.edugeek.net/edit/' >EdSec 26</a></li> <li><a href='https://www.edugeek.net/directsupport/' >Direct Support</a></li> </ul> </div> </div> </div> <div id='elMobileCreateMenuDrawer' class='ipsDrawer ipsHide'> <div class='ipsDrawer_menu'> <a href='#' class='ipsDrawer_close' data-action='close'><span>&times;</span></a> <div class='ipsDrawer_content ipsSpacer_bottom ipsPad'> <ul class='ipsDrawer_list'> <li class="ipsDrawer_listTitle ipsType_reset">Create New...</li> </ul> </div> </div> </div> <script type='text/javascript'> var ipsDebug = false; var CKEDITOR_BASEPATH = '//www.edugeek.net/applications/core/interface/ckeditor/ckeditor/'; var ipsSettings = { cookie_path: "/", cookie_prefix: "egsite_", cookie_ssl: true, essential_cookies: ["oauth_authorize","member_id","login_key","clearAutosave","lastSearch","device_key","IPSSessionFront","loggedIn","noCache","hasJS","cookie_consent","cookie_consent_optional","codeVerifier","forumpass_*","cm_reg","location","currency","guestTransactionKey"], upload_imgURL: "", message_imgURL: "", notification_imgURL: "", baseURL: "//www.edugeek.net/", jsURL: "//www.edugeek.net/applications/core/interface/js/js.php", csrfKey: "8eb136c2ce7d3ad3646c496450c7b097", antiCache: "ac81f69eb61787161947", jsAntiCache: "ac81f69eb61789417091", disableNotificationSounds: true, useCompiledFiles: true, links_external: true, memberID: 0, lazyLoadEnabled: true, blankImg: "//www.edugeek.net/applications/core/interface/js/spacer.png", googleAnalyticsEnabled: true, matomoEnabled: false, viewProfiles: true, mapProvider: 'mapbox', mapApiKey: "pk.eyJ1IjoiZWR1Z2VlayIsImEiOiJjbWFuM2s0dW4wZHpzMm1xdzN0c3llZmZpIn0.69MgbFnfFqcQRbK3Nxoqbw", pushPublicKey: "BN_637ejaXUJcpT6A7AcR2frC6WF8G8T2g6IAxUpIgtrZV_WoD5xGJAhM5a-g_NL6X3_PjRTNe8zXGanLCVDWUk", relativeDates: true }; ipsSettings['maxImageDimensions'] = { width: 1024, height: 1024 }; </script> <script type='text/javascript' src='https://www.edugeek.net/uploads/javascript_global/root_library.js?v=ac81f69eb61789417091' data-ips></script> <script type='text/javascript' src='https://www.edugeek.net/uploads/javascript_global/root_js_lang_1.js?v=ac81f69eb61789417091' data-ips></script> <script type='text/javascript' src='https://www.edugeek.net/uploads/javascript_global/root_framework.js?v=ac81f69eb61789417091' data-ips></script> <script type='text/javascript' src='https://www.edugeek.net/uploads/javascript_core/global_global_core.js?v=ac81f69eb61789417091' data-ips></script> <script type='text/javascript' src='https://www.edugeek.net/uploads/javascript_core/plugins_plugins.js?v=ac81f69eb61789417091' data-ips></script> <script type='text/javascript' src='https://www.edugeek.net/uploads/javascript_global/root_front.js?v=ac81f69eb61789417091' data-ips></script> <script type='text/javascript' src='https://www.edugeek.net/uploads/javascript_core/front_front_core.js?v=ac81f69eb61789417091' data-ips></script> <script type='text/javascript' src='https://www.edugeek.net/uploads/javascript_forums/front_front_topic.js?v=ac81f69eb61789417091' data-ips></script> <script type='text/javascript' src='https://www.edugeek.net/uploads/javascript_global/root_map.js?v=ac81f69eb61789417091' data-ips></script> <script type='text/javascript'> ips.setSetting( 'date_format', jQuery.parseJSON('"dd\/mm\/yy"') ); ips.setSetting( 'date_first_day', jQuery.parseJSON('0') ); ips.setSetting( 'ipb_url_filter_option', jQuery.parseJSON('"none"') ); ips.setSetting( 'url_filter_any_action', jQuery.parseJSON('"allow"') ); ips.setSetting( 'bypass_profanity', jQuery.parseJSON('0') ); ips.setSetting( 'emoji_style', jQuery.parseJSON('"native"') ); ips.setSetting( 'emoji_shortcodes', jQuery.parseJSON('true') ); ips.setSetting( 'emoji_ascii', jQuery.parseJSON('true') ); ips.setSetting( 'emoji_cache', jQuery.parseJSON('1742439428') ); ips.setSetting( 'image_jpg_quality', jQuery.parseJSON('85') ); ips.setSetting( 'cloud2', jQuery.parseJSON('false') ); ips.setSetting( 'isAnonymous', jQuery.parseJSON('false') ); </script> <script type='application/ld+json'> { "name": "Downloading image via FOG with sysprep... help", "headline": "Downloading image via FOG with sysprep... help", "text": "Hello, \u00a0 \nI need some help quite quick.. \u00a0 \nbasically, I\u0027ve setup a FOG server, got all that working... I\u0027ve created an unattend.xml file and that appears to work on the machine, i.e, i\u0027ve tested it numerous times on the same machine, and it does what it\u0027s supposed to... \u00a0 \nMy issue is, I\u0027ve uploaded the image to the FOG server on Friday, and it downloads to machines, but on some machines it works, but they have to be imaged one at a time - the machine that I created the image from is exactly the same as the others, we\u0027ve just bought a whole batch of them - DELL 3040\u0027s, they work fine, but the image isn\u0027t working properly, I\u0027m slightly worried as I\u0027ve got X3 IT suites to image and have ready for next week. \u00a0 \nJust to clear that above up... \u00a0 \nI\u0027ve setup FOG, machines are all registered, image name and ID is assigned to the group for the classroom number, if I image X5, or 10, they fail at the sysprep part, the problem is, I get different errors on multiple machines, even though they\u0027re exactly the same... \u00a0 \nOne of the errors are: \u00a0 \n\u0027Setup is starting services\u0027 - with the white animated bar at the bottom, the message says: \u00a0 \nInstall Windows \u00a0 \n\u0027Windows could not complete the installation. To install Windows on this computer, restart the installation\u0027. \u00a0 \nThe other error is: \u00a0 \n\u0027Setup is preparing your computer for first use\u0027 - again, same animated bar, the message says: \u00a0 \n\u0027The computer restarted unexpectedly or encountered an unexpected error, Windows installation cannot proceed. To install Windows, click \u0027OK\u0027 to restart the computer, and then restart the installation\u0027... \u00a0 \nPlease help me, if I re-download the image a few times, it\u0027ll work, but then on most of them it fails. \u00a0 \nThanks, \u00a0 \nDan ", "dateCreated": "2017-02-14T20:15:05+0000", "datePublished": "2017-02-14T20:15:05+0000", "dateModified": "2017-03-03T13:15:52+0000", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "interactionStatistic": [ { "@type": "InteractionCounter", "interactionType": "http://schema.org/ViewAction", "userInteractionCount": 8172 }, { "@type": "InteractionCounter", "interactionType": "http://schema.org/CommentAction", "userInteractionCount": 21 }, { "@type": "InteractionCounter", "interactionType": "http://schema.org/FollowAction", "userInteractionCount": 6 } ], "@context": "http://schema.org", "@type": "DiscussionForumPosting", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/", "isPartOf": { "@id": "https://www.edugeek.net/#website" }, "publisher": { "@id": "https://www.edugeek.net/#organization", "member": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" } }, "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/", "discussionUrl": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/" }, "pageStart": 1, "pageEnd": 1, "comment": [ { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1469518", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1469518", "author": { "@type": "Person", "name": "mrwoberts", "image": "https://www.edugeek.net/applications/core/interface/email/default_photo.png", "url": "https://www.edugeek.net/profile/13118-mrwoberts/" }, "dateCreated": "2017-02-14T22:18:43+0000", "text": "Dan \u00a0 \nJust for testing purposes, could you try imaging a \u0027failing laptop\u0027 using the install.wim that the FOG server is attempting to use. You\u0027d do that just by creating a Windows Installer USB and replace the install.wim file, and add the unattend.xml file you are using. The reason for this is I\u0027m curious to know if there is some corruption in communication between the FOG and clients. Because when it works sometimes that usually means a temperamental fault, like a dodgy switch of NIC. \nTest how reliable the network connectivity is from the FOG server to various points on the network - test for lost packets with this... \n ping -4 -f -l 1472 -n 100 10.0.0.1 \nReplace 10.0.0.1 with a \u0027pingable\u0027 address; you\u0027ll issue this ping from a command prompt/terminal on the FOG server. \u00a0 \nedit: If the above gives the right response, I\u0027d still do some digging with how well your switch(es) are handling multi-casts and high demand... ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473250", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473250", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-02-28T08:43:01+0000", "text": "Hello, \u00a0 \nWhere on the FOG server is the install.wim file located? \u00a0 \nThanks, \u00a0 \nDan ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473349", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473349", "author": { "@type": "Person", "name": "mrwoberts", "image": "https://www.edugeek.net/applications/core/interface/email/default_photo.png", "url": "https://www.edugeek.net/profile/13118-mrwoberts/" }, "dateCreated": "2017-02-28T11:13:35+0000", "text": "Good question. You could potentially find it by searching the FOG server, looking for install.wim, unless of course it is relying on an .ISO file... in which case you\u0027d need to create the USB installer using that .ISO (with something like Rufus) \nI\u0027m no expert on FOG, but I\u0027m sure a little Googling will turn up the info you need. ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473387", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473387", "author": { "@type": "Person", "name": "Michael", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar452_5.thumb.gif.eded53b2af229b3b992cb463e7b7975f.gif", "url": "https://www.edugeek.net/profile/447-michael/" }, "dateCreated": "2017-02-28T11:51:41+0000", "text": "Did you definitely \u0027generalize\u0027 the Sysprep image? It\u0027s irrelevant if the devices are the same or not. Each device is still unique.", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473390", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473390", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-02-28T12:02:45+0000", "text": "Hello, \u00a0 \nYes, I created the unattend.xml file via the WAIK - Windows Automated Installation Kit, and then put that in the c:\\Windows\\System 32\\Sysprep\\ folder, and then run the script... \n @echo offcd c:\\windows\\system32\\sysprepsysprep /oobe /generalize /unattend:c:\\windows\\system32\\sysprep\\unattend.xml \u00a0 \nNot sure if anyone wants to check my .xml file to make sure it\u0027s OK? \u00a0 \nIt works fine whenever I run it from the machine itsself, before uploading it to FOG... Once I upload the image to FOG, then it\u0027s when I\u0027m downloading it, that\u0027s when it fails, even though, it works fine normally. \u00a0 \nXML FILE IS BELOW: \u00a0 \n NgAxADUAMABrADgAbQBkAFAAYQBzAHMAdwBvAHIAZAA= false true 2 administrator Enable Administartor account 1 net user administrator /active:yes en-UK en-UK en-UK en-UK en-UK true true Work 1 true true NgAxADUAMABrADgAbQBkAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA== false ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473626", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473626", "author": { "@type": "Person", "name": "Arthur", "image": "https://www.edugeek.net/applications/core/interface/email/default_photo.png", "url": "https://www.edugeek.net/profile/1824-arthur/" }, "dateCreated": "2017-02-28T19:26:14+0000", "text": "@dloudon96. Does this work? I noticed a few errors/typos inc. the locale you set (en-UK isn\u0027t valid). \u00a0 \n @echo off\ncd c:\\windows\\system32\\sysprep\nsysprep /oobe /generalize /unattend:c:\\windows\\system32\\sysprep\\unattend.xml \u00a0 \n \n\n \n \n \n \n NgAxADUAMABrADgAbQBkAFAAYQBzAHMAdwBvAHIAZAA=\n false\n \n true\n 2\n administrator\n \n \n \n \n \n Enable Administrator account\n 1\n net user administrator /active:yes\n \n \n \n \n \n \n 0809:00000809\n en-GB\n en-US\n en-GB\n \n \n \n true\n true\n Work\n 1\n true\n true\n \n \n \n NgAxADUAMABrADgAbQBkAEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==\n false\n \n \n \n \n \n \u00a0 \nBtw, use CODE tags to format the XML and batch files properly. ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473702", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473702", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-03-01T08:19:13+0000", "text": "Hello, \u00a0 \nThanks for that, sorry, I wasn\u0027t sure how to do it. I\u0027m new to using an unattend file and even using sysprep is new. \u00a0 \nI\u0027ve sysprep\u0027d it now, the machine has turned off, I\u0027ll turn it back on and see if it loads, I\u0027ll then re-sysprep it and then upload the image to FOG, download it and then see if that works. \u00a0 \nIt usually fails the sysprep part when it downloads from FOG, yet it works everywhere else, on Lenovo machines, but just not our Dell Optiplex 3040\u0027s. \u00a0 \nI\u0027ll keep you updated. \u00a0 \nThanks, \u00a0 \nDan ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473731", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473731", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-03-01T09:13:10+0000", "text": "If anyone else is looking at this post and has any other ideas... \u00a0 \nI\u0027ve ran the sysprep with the unattend.xml file that Arthur edited for me, it worked fine, ran thorough the config as it should, missed all the other rubbish about setting up the machine etc, and went straight to the desktop... \u00a0 \nSo i\u0027ve re-captured the image but this time done it via FOG, and just uploaded the image, now it\u0027s downloaded the image, and failed. \u00a0 \nDoes anyone have any ideas as to why it\u0027s failing?? \u00a0 \nThanks, \u00a0 \nDan ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473771", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1473771", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-03-01T09:45:06+0000", "text": "setuperr.txt \u00a0 \nPlease see the attached. I managed to get into the log file located under the C:\\windows\\system 32\\sysprep\\panther\\... \u00a0 \nCan anyone spot anything. It does have the file which says \u0027Sysprep_sucsedded.tag\u0027. \u00a0 \nThanks, \u00a0 \nDan ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1474137", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1474137", "author": { "@type": "Person", "name": "Arthur", "image": "https://www.edugeek.net/applications/core/interface/email/default_photo.png", "url": "https://www.edugeek.net/profile/1824-arthur/" }, "dateCreated": "2017-03-01T18:35:48+0000", "text": "There are a lot of errors to do with drivers in that log file. Perhaps it would be worth creating the image in a VM? ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1474138", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1474138", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-03-01T18:38:18+0000", "text": "It\u0027s strange though as it works when it\u0027s not uploaded to FOG, yet as soon as it\u0027s uploaded to fog and it downloads the image etc, that\u0027s when it fails.", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1474841", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1474841", "author": { "@type": "Person", "name": "davido38", "image": "https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png", "url": "https://www.edugeek.net/profile/68763-davido38/" }, "dateCreated": "2017-03-02T16:01:37+0000", "text": "Is the fog client installed ? \u00a0 \nIf yes the service must be disable and stop before the sysprep. In your setupcomplete just add this : sc config fogservice start= auto and net start fogservice ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475023", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475023", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-03-03T09:22:24+0000", "text": "Hello, \u00a0 \nThank you!! I think you are right with what you\u0027re saying, so far so good, I\u0027ve downloaded a fresh image, before sysprep, and that\u0027s downloaded as it should. I\u0027ve removed the FOG client, and sysprep\u0027d it, uploaded it, and then downloaded it from the FOG server and it\u0027s worked fine... My next question is, where do I add the line that you\u0027ve said in the previous post \u0027: sc config fogservice start= auto and net start fogservice\u0027? \u00a0 \nPlease can you let me know exactly how I type it too? is it with the colon? \u00a0 \nDoes that go into the unattend.xml file? \u00a0 \nThank you for your help so far... ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475041", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475041", "author": { "@type": "Person", "name": "davido38", "image": "https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png", "url": "https://www.edugeek.net/profile/68763-davido38/" }, "dateCreated": "2017-03-03T09:47:56+0000", "text": "After the last boot in the Windows sysprep Windows will check for the existence of %WINDIR%\\Setup\\Scripts\\SetupComplete.cmd. If it\u0027s found the script is executed. If not, the installation \u201ccontinues\u201d. Create the file : C:\\Windows\\Setup\\scripts\\SetupComplete.cmd \u00a0 \nPlace these lines within the file, and then save. \n \nsc config FOGService start= auto \u00a0 \nnet start fogservice \u00a0 \nBefore you run the sysprep you have to Disable FOGService : \u00a0 \nWindows Control Pannel -\u0026gt; View by Small Icons -\u0026gt; Administrative Tools -\u0026gt; Services -\u0026gt; Right click FOGService -\u0026gt; Properties -\u0026gt; Startup Type -\u0026gt; Disabled and stop it too \u00a0 \nAre you using fog to add computers in a domain ? ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475164", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475164", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-03-03T12:32:44+0000", "text": "Hello, \u00a0 \nThanks for the reply, \u00a0 \nI\u0027ve copied the below into the script folder \n \nsc config FOGService start= auto \u00a0 \nnet start fogservice \u00a0 \nI\u0027ve also went into the Services and stopped and disabled the \u0027FOGService\u0027 service. \u00a0 \nI\u0027ve done a test sysprep and it works, however, the FOGService is still disabled, is this right? \u00a0 \nIdeally, I\u0027d want it to re-enable so that it would enable automatically and then re-name, and join the domain. \u00a0 \nThanks, \u00a0 \nDan \n \n ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475173", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475173", "author": { "@type": "Person", "name": "davido38", "image": "https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png", "url": "https://www.edugeek.net/profile/68763-davido38/" }, "dateCreated": "2017-03-03T12:45:21+0000", "text": "no the service have to start. \u00a0 \nIs it an oem version of windows ? ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475186", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475186", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-03-03T12:55:39+0000", "text": "Nope, it\u0027s just Windows 7 Enterprise, X64 bit which has been downloaded from the Volume License Service Centre. \u00a0 \nIs this right... \u00a0 \n \u00a0 \nThe service has been stopped and then disabled... \u00a0 \nThanks, \u00a0 \nDan ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475192", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475192", "author": { "@type": "Person", "name": "davido38", "image": "https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png", "url": "https://www.edugeek.net/profile/68763-davido38/" }, "dateCreated": "2017-03-03T13:04:19+0000", "text": "so you have that folder : C:\\Windows\\Setup\\scripts\\ \ninside a file SetupComplete.cmd with sc config FOGService start= auto and net start FOGService \ncan you add this at the end of the SetupComplete.cmd \necho setup ok \u0026gt; c:\\logsetup.txt \nrun sysprep and see if you have the logsetup.txt in c:\\ ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475203", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475203", "author": { "@type": "Person", "name": "dloudon96", "image": "https://www.edugeek.net/uploads/monthly_2025_03/avatar83940_2.thumb.gif.5ce7167aa09209cbf5fb0e27ef0620ca.gif", "url": "https://www.edugeek.net/profile/72996-dloudon96/" }, "dateCreated": "2017-03-03T13:11:36+0000", "text": "Hello, \u00a0 \nYes, that\u0027s correct... \u00a0 \nI\u0027ve downloaded the image with the FOG Service disabled, it\u0027s still disabled in the Services, if i then run the SetupComplete.cmd from the folder C:\\Windows\\Setup\\script manually, the service starts. \u00a0 \nIt\u0027s as though the command file isn\u0027t being read by the last restart. \u00a0 \nAt least I feel like I\u0027m getting somewhere now, rather than going round in circles pulling my hair out. \u00a0 \nThank you for your help so far David, I really do appreciate it! \u00a0 \nThanks, \u00a0 \nDan ", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475204", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475204", "author": { "@type": "Person", "name": "davido38", "image": "https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png", "url": "https://www.edugeek.net/profile/68763-davido38/" }, "dateCreated": "2017-03-03T13:14:15+0000", "text": "In your sysprep unattend.xml do you use FirstLogonCommands ?", "upvoteCount": 0 }, { "@type": "Comment", "@id": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475206", "url": "https://www.edugeek.net/forums/topic/161291-downloading-image-via-fog-with-sysprep-help/#comment-1475206", "author": { "@type": "Person", "name": "davido38", "image": "https://www.edugeek.net/uploads/monthly_2025_03/10_1321666414472b2525ab4ea.thumb.png.4e9260fd0b649e9f234a378aab21313b.png", "url": "https://www.edugeek.net/profile/68763-davido38/" }, "dateCreated": "2017-03-03T13:15:52+0000", "text": "you said : if i then run the SetupComplete.cmd from the folder C:\\Windows\\Setup\\script manually, the service starts \u00a0 \nthe folder script is with an S at the end : scripts \u00a0 \u00a0 \n ", "upvoteCount": 0 } ] } </script> <script type='application/ld+json'> { "@context": "http://www.schema.org", "publisher": "https://www.edugeek.net/#organization", "@type": "WebSite", "@id": "https://www.edugeek.net/#website", "mainEntityOfPage": "https://www.edugeek.net/", "name": "EduGeek.net", "url": "https://www.edugeek.net/", "potentialAction": { "type": "SearchAction", "query-input": "required name=query", "target": "https://www.edugeek.net/search/?q={query}" }, "inLanguage": [ { "@type": "Language", "name": "English (UK)", "alternateName": "en-GB" } ] } </script> <script type='application/ld+json'> { "@context": "http://www.schema.org", "@type": "Organization", "@id": "https://www.edugeek.net/#organization", "mainEntityOfPage": "https://www.edugeek.net/", "name": "EduGeek.net", "url": "https://www.edugeek.net/", "logo": { "@type": "ImageObject", "@id": "https://www.edugeek.net/#logo", "url": "https://www.edugeek.net/uploads/monthly_2026_04/b1_bl2.png.765c4ee71dddd5562729979318a97d8f.png" }, "sameAs": [ "https://www.linkedin.com/company/edugeek/", "https://x.com/EduGeek", "https://bsky.app/profile/edugeek.net", "https://www.facebook.com/edugeek.net/" ] } </script> <script type='application/ld+json'> { "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "name": "Forums", "@id": "https://www.edugeek.net/forums/" } }, { "@type": "ListItem", "position": 2, "item": { "name": "Technical", "@id": "https://www.edugeek.net/forums/forum/3-technical/" } }, { "@type": "ListItem", "position": 3, "item": { "name": "Windows", "@id": "https://www.edugeek.net/forums/forum/14-windows/" } }, { "@type": "ListItem", "position": 4, "item": { "name": "Downloading image via FOG with sysprep... help" } } ] } </script> <script type='application/ld+json'> { "@context": "http://schema.org", "@type": "ContactPage", "url": "https://www.edugeek.net/contact/" } </script> <script type='text/javascript'> (() => { let gqlKeys = []; for (let [k, v] of Object.entries(gqlKeys)) { ips.setGraphQlData(k, v); } })(); </script> <!--ipsQueryLog--> <!--ipsCachingLog--> <script type="text/javascript"> function ctSetCookie(c_name, value) { document.cookie = c_name + "=" + encodeURIComponent(value) + "; path=/"; } ctSetCookie("ct_ps_timestamp", Math.floor(new Date().getTime()/1000)); ctSetCookie("ct_fkp_timestamp", "0"); ctSetCookie("ct_pointer_data", "0"); ctSetCookie("ct_timezone", "0"); setTimeout(function(){ ctSetCookie("ct_checkjs", "7bb819662b87698bb0ddc5c42cf54ec7"); ctSetCookie("ct_timezone", d.getTimezoneOffset()/60*(-1)); },1000); //Stop observing function function ctMouseStopData(){ if(typeof window.addEventListener == "function") window.removeEventListener("mousemove", ctFunctionMouseMove); else window.detachEvent("onmousemove", ctFunctionMouseMove); clearInterval(ctMouseReadInterval); clearInterval(ctMouseWriteDataInterval); } //Stop key listening function function ctKeyStopStopListening(){ if(typeof window.addEventListener == "function"){ window.removeEventListener("mousedown", ctFunctionFirstKey); window.removeEventListener("keydown", ctFunctionFirstKey); }else{ window.detachEvent("mousedown", ctFunctionFirstKey); window.detachEvent("keydown", ctFunctionFirstKey); } clearInterval(ctMouseReadInterval); clearInterval(ctMouseWriteDataInterval); } var d = new Date(), ctTimeMs = new Date().getTime(), ctMouseEventTimerFlag = true, //Reading interval flag ctMouseData = "[", ctMouseDataCounter = 0; //Reading interval var ctMouseReadInterval = setInterval(function(){ ctMouseEventTimerFlag = true; }, 300); //Writting interval var ctMouseWriteDataInterval = setInterval(function(){ var ctMouseDataToSend = ctMouseData.slice(0,-1).concat("]"); ctSetCookie("ct_pointer_data", ctMouseDataToSend); }, 1200); //Logging mouse position each 300 ms var ctFunctionMouseMove = function output(event){ if(ctMouseEventTimerFlag == true){ var mouseDate = new Date(); ctMouseData += "[" + event.pageY + "," + event.pageX + "," + (mouseDate.getTime() - ctTimeMs) + "],"; ctMouseDataCounter++; ctMouseEventTimerFlag = false; if(ctMouseDataCounter >= 100) ctMouseStopData(); } } //Writing first key press timestamp var ctFunctionFirstKey = function output(event){ var KeyTimestamp = Math.floor(new Date().getTime()/1000); ctSetCookie("ct_fkp_timestamp", KeyTimestamp); ctKeyStopStopListening(); } if(typeof window.addEventListener == "function"){ window.addEventListener("mousemove", ctFunctionMouseMove); window.addEventListener("mousedown", ctFunctionFirstKey); window.addEventListener("keydown", ctFunctionFirstKey); }else{ window.attachEvent("onmousemove", ctFunctionMouseMove); window.attachEvent("mousedown", ctFunctionFirstKey); window.attachEvent("keydown", ctFunctionFirstKey); } </script> <!-- EGS123 --> <script type="text/javascript" src="https://www.edugeek.net/uploads/pages_media/2_editor_fixes.js?_cb=1774351997"></script> <script type="text/javascript"> // Change default search filter document.addEventListener('DOMContentLoaded', function() { document.querySelector(".cSearchFilter__menu [value='all']").checked = true; document.querySelector('.cSearchFilter__text').innerText = document.querySelector('.cSearchFilter__menu input:checked + .cSearchFilter__menuText').innerHTML; }, false); </script> <script> var _paq = window._paq = window._paq || []; _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); /*_paq.push(["setCustomVariable", 1, "Member", "true", "visit"]);*/ _paq.push(["disableAlwaysUseSendBeacon"]); (function() { var u="https://statseggs.cdngeek.com/"; _paq.push(['setTrackerUrl', u+'pw_eg.php']); _paq.push(['setSiteId', 1]); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'pw_js.php'; s.parentNode.insertBefore(g,s); })(); </script> <noscript><p><img src="https://statseggs.cdngeek.com/pw_eg.php?derp=dep&idsite=1;rec=1" style="border:0;" alt="" /></p></noscript> </body> </html>