-
Posts
19 -
Joined
-
Last visited
Reputation
5 NeutralAbout davido38

Personal Information
-
Occupation
IT
-
Location
Grenoble/FRANCE
-
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
-
In your sysprep unattend.xml do you use FirstLogonCommands ?
-
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:\
-
no the service have to start. Is it an oem version of windows ?
-
Have a look here : https://wiki.fogproject.org/wiki/index.php?title=FOG_Client try [h=4]Reset encryption data[/h]
-
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 ?
-
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
-
hi i use this : FontReg - Windows Font Registration & Installation Utility
-
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...
-
-
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.
- 14 replies
-
- enterprise
- group policy
-
(and 1 more)
Tagged with:
-
maybe you could try this : KioskUtil - Kim Knight
-
Testing new group polices. Block existing policies.
davido38 replied to newpersn's topic in Windows Server 2008 R2
try a GPO loopback processing with replace in your OU which is located under Computer Configuration\Administrative Templates\System\Group Policy -
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.
-
Stupid question but is it a Windows 10 64 ?
