Jump to content

davido38

Members
  • Posts

    19
  • Joined

  • Last visited

Reputation

5 Neutral

About davido38

Personal Information

  • Occupation
    IT
  • Location
    Grenoble/FRANCE
  1. you said : if i then run the SetupComplete.cmd from the folder C:\Windows\Setup\script manually, the service starts the folder script is with an S at the end : scripts
  2. In your sysprep unattend.xml do you use FirstLogonCommands ?
  3. so you have that folder : C:\Windows\Setup\scripts\ inside a file SetupComplete.cmd with sc config FOGService start= auto and net start FOGService can you add this at the end of the SetupComplete.cmd echo setup ok > c:\logsetup.txt run sysprep and see if you have the logsetup.txt in c:\
  4. no the service have to start. Is it an oem version of windows ?
  5. Have a look here : https://wiki.fogproject.org/wiki/index.php?title=FOG_Client try [h=4]Reset encryption data[/h]
  6. After the last boot in the Windows sysprep Windows will check for the existence of %WINDIR%\Setup\Scripts\SetupComplete.cmd. If it's found the script is executed. If not, the installation “continues”. Create the file : C:\Windows\Setup\scripts\SetupComplete.cmd Place these lines within the file, and then save. sc config FOGService start= auto net start fogservice Before you run the sysprep you have to Disable FOGService : Windows Control Pannel -> View by Small Icons -> Administrative Tools -> Services -> Right click FOGService -> Properties -> Startup Type -> Disabled and stop it too Are you using fog to add computers in a domain ?
  7. Is the fog client installed ? 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
  8. hi i use this : FontReg - Windows Font Registration & Installation Utility
  9. It's old but i have the same problem. After summer break all computers have the problem. if it's started in Safemode with Networking and restart no more problem, no need to login just reboot. The problem I have 180 pc to boot in safe mode with networking and restart...
  10. 3 mins 28s for Fog deployments with a 25.4 GB image
  11. Have a look here : https://pcloadletter.co.uk/2012/08/22/deploying-windows-photo-gallery/ I just add HKEY_CURRENT_USER,"Software\Microsoft\Windows Live\Common","TOUVersion","16.0.0.0" for moviemaker.
  12. maybe you could try this : KioskUtil - Kim Knight
  13. try a GPO loopback processing with replace in your OU which is located under Computer Configuration\Administrative Templates\System\Group Policy
  14. First install drivers on a computer extract certificates then in a script certutil.exe -addstore TrustedPublisher "\\your\share\location\TrustedCert\ArduinoLLC.cer" certutil.exe -addstore TrustedPublisher "\\your\share\location\TrustedCert\ArduinoSRL.cer" or you can use a gpo to import certificates.
  15. Stupid question but is it a Windows 10 64 ?
×
×
  • Create New...