I received this error when trying to upgrade to 1.59.
php7.1-fpm: unrecognized.
Any thoughts on how to fix this. See attached screenshot![alt text]( image url).
I received this error when trying to upgrade to 1.59.
php7.1-fpm: unrecognized.
Any thoughts on how to fix this. See attached screenshot![alt text]( image url).
I am having a issue and I am not really sure where it is coming from, The issue is I have pc’s that will randomly lock up, nothing is the event viewer about the lock up, I am using win 10 1903 fully patched, At first I thought it was something to do with them going to sleep but that doesnt appear to be the case in all instances. I think it is happening after I image another pc. I have about 700 pc using the same image and they all imaged correctly joined the domain, changed their names correctly etc… When I patch or changed the image and then send that new sysprepped image out to a pc it seams like a few machines will randomly lock shortly after that newly pushed out image is sent to a pc. I am not sure if that make sense or not but it is hard to explain. I am wondering if it could be fog client on the machine? I did the google searches on windows 10 lockup and tried several suggested fix but nothing works. Any thoughts are appreciated.
If anyone is interested this worked for me. I found this in a MS thread. I placed this in my Windows\Setup\Script\SetupComplete file just above the fog service enabled command.
del /F /Q C:\Users\Default\AppData\Local\Microsoft\Windows\WebCacheLock.dat
del /F /Q C:\Users\Default\AppData\Local\Microsoft\Windows\WebCache*.*
del /F /Q C:\Users\Default\AppData\Local\Microsoft\Windows\INetCache*.*
Working on my Win 10 image and now The only problem at this point is that Microsoft Edge (and a few others like Paint 3D) seem to be hanging when you open them. I found a several others with similar issues after system and using copy profile but I have not seen a actual fix. I set the image up in audit mode and used copy profile in my unattend but
Anyone else running into this issue and how to correct the issue.
If I login as local admin everything runs great.
Thanks
Looking for some guidance on how to block the taskbar and the start menu but leave my custom tiles as they are. Thoughts.
So I have may sysprep file working good. I have it auto logging on so the fog service can startup properly and it can build that default administrator and account because I used the copy profile feature. My question is do I need to have the auto login on for these items to happen. I would prefer not, I would prefer that it just rebooted to the login screen in general. This way if I send a image down and I am not near the pc I dont have to worry about it sitting logged in as admin until I can get to it to log off that account. I am worried if I dont do the auto login the fog service and copy profile command the items wont fully get to the state they need to be. I there a option that I can have this account auto login after sysprep just as it is but then log off after a set time.
Well after a bunch of research and testing, this little tool works pretty well.
http://www.forensit.com/support-downloads.html
Defprof
A little utility that you setup one profile exactly how you want it and then this will copy all those profile settings to the newly added users. Works for domain users as well.
@george1421 Thanks for the reply, I was afraid of this. Damn, I had my windows 7 image so nice and easy process.
So, I have my golden image created and I created that image in audit mode on windows 10, I have the copy profile set to true in my unattend file. My question is, I am not sure if this should be on the fog forum or maybe a windows form but thought I would start here. Also I know I can do some of these items via windows policies but I wanted to keep the policy push to a minimum. This image is in a EDU environment (Just FYI) So the current image sends up and pushes out good. I have fog set to rename the device and add to AD so all that appears good.
What I am missing is I want to be able to set the desktop icons and the start button app icons so all the students receive this on first login without having to push a windows policy. How can I do this via my golden image? Also anyone have any luck on all new users to make chrome default and adobe default. I had these set in the golden image in audit mode but when a new user logs in it did not remember these settings. The other thing that I would like to do is to remove the xbox, my office, onenote, store, groove music, skype, movies and tv . I found a powershell script that removed these on my golden image in audit mode and ran this but again new domain user login and these come back.
Thanks in advance.
Ok, I am on the right path, Thanks for unattend file. It worked, Now I would like to change a couple things on it and I will do that one at a time and test it. First is, it current auto logs in as administrator, and it does this until after the 2nd restart. I am guessing all I need to do is to put the auto login from 2 to 0 or does this unattend need at least 1 ?
@Scott-Adams do you think I can have a copy of your unattend.
@Scott-Adams I dont I used this site to build the unattend. http://www.windowsafg.com/win10x86_x64.html
@Scott-Adams All I am really trying to do is to make a Win 10 image that can be sent to multiple different models of pc’s using legacy bios and MBR, I was going to have fog add to domain and rename the pc.
I need some help with troubleshooting why my image will not deploy after I sys-prep. So I created a clean install of windows 10 education. Pc is in legacy mode and the win 10 installer is created with a mbr. Once I have windows installed accepting defaults and reboot I enter Audit mode and setup windows and update it and get it exactly how I want it. Basically following this guide to exact. https://www.theitcave.com/post/561
So before I sysprepped wanted to be sure I had a image of everything I just did, so from fog I did a capture of the win 10 machine in the current state in audit mode with sysprep up and enter system audit mode and reboot options. This way if something goes wrong I dont need to rebuild everything over.
So all this is working, I can send this image down to the pc and it works and will load win 10 in audit mode with sysprep up just like I left it.
When I sysprep it with sysprep /generalize /shutdown /unattend:C:\Windows\Customize\customize.xml and then capture another image, it captures correctly but when I push it back down to the or another machine I get a error windows could not start please reinstall to continue. After reading many, many post and possible fixes I still cant figure out what is going on. I have tried disabling the fog service and I still get the error. Then, I thought it was because my unattend file did not have a user being created so I put a user in my unattend file and I still get the same results. I think it has something to do with my unattend file but I just can’t figure out what is happening. Thanks for the Help. here is my unattend file.
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral"
versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-International-Core-WinPE"
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">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>100</Size>
</CreatePartition>
<CreatePartition wcm:action="add">
<Extend>true</Extend>
<Order>2</Order>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>System Reserved</Label>
<Order>1</Order>
<PartitionID>1</PartitionID>
<TypeID>0x27</TypeID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>OS</Label>
<Letter>C</Letter>
<Order>2</Order>
<PartitionID>2</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>2</PartitionID>
</InstallTo>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
</OSImage>
</ImageInstall>
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>Tech</FullName>
<Organization>TEST</Organization>
<ProductKey>
<Key>GC73X-3TWCJ-PJK48-xxxxx-xxxxx</Key>
</ProductKey>
</UserData>
</component>
<component name="Microsoft-Windows-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">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Type>Primary</Type>
<Size>100</Size>
</CreatePartition>
<CreatePartition wcm:action="add">
<Extend>true</Extend>
<Order>2</Order>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>System Reserved</Label>
<Order>1</Order>
<PartitionID>1</PartitionID>
<TypeID>0x27</TypeID>
</ModifyPartition>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>OS</Label>
<Letter>C</Letter>
<Order>2</Order>
<PartitionID>2</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>2</PartitionID>
</InstallTo>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
</OSImage>
</ImageInstall>
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>Tech</FullName>
<Organization>TEST</Organization>
<ProductKey>
<Key>GC73X-3TWCJ-PJK48-xxxxx-xxxxx</Key>
</ProductKey>
</UserData>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnableLUA>false</EnableLUA>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-LUA-Settings" 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">
<EnableLUA>false</EnableLUA>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-Security-SPP" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipRearm>1</SkipRearm>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-Security-SPP" 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">
<SkipRearm>1</SkipRearm>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86"
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>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<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>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-Security-SPP-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
<component name="Microsoft-Windows-SQMApi" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CEIPEnabled>0</CEIPEnabled>
</component>
<component name="Microsoft-Windows-SQMApi" 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">
<CEIPEnabled>0</CEIPEnabled>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>TEST-PC</ComputerName>
<ProductKey>GC73X-3TWCJ-PJK48-xxxxx-xxxxx</ProductKey>
</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">
<ComputerName>TEST-PC</ComputerName>
<ProductKey>GC73X-3TWCJ-PJK48-xxxxx-xxxxx</ProductKey>
<CopyProfile>true</CopyProfile>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AutoLogon>
<Password>
<Value>xxxxxxxx</Value>
<PlainText>true</PlainText>
</Password>
<Enabled>false</Enabled>
<Username>Tech</Username>
</AutoLogon>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipUserOOBE>true</SkipUserOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>xxxxxx</Value>
<PlainText>true</PlainText>
</Password>
<Description></Description>
<DisplayName>Tech</DisplayName>
<Group>Administrators</Group>
<Name>Tech</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>TEST</RegisteredOrganization>
<RegisteredOwner>Tech</RegisteredOwner>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Description>Control Panel View</Description>
<Order>1</Order>
<CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows
\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f</CommandLine>
<RequiresUserInput>true</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<Description>Control Panel Icon Size</Description>
<RequiresUserInput>false</RequiresUserInput>
<CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows
\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>3</Order>
<RequiresUserInput>false</RequiresUserInput>
<CommandLine>cmd /C wmic useraccount where name="Tech" set
PasswordExpires=false</CommandLine>
<Description>Password Never Expires</Description>
</SynchronousCommand>
</FirstLogonCommands>
<TimeZone>Central Standard Time</TimeZone>
</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">
<AutoLogon>
<Password>
<Value>xxxPasswordHash</Value>
<PlainText>false</PlainText>
</Password>
<Enabled>false</Enabled>
<Username>Tech</Username>
</AutoLogon>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipUserOOBE>true</SkipUserOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>xxxPasswordHash</Value>
<PlainText>false</PlainText>
</Password>
<Description></Description>
<DisplayName>Tech</DisplayName>
<Group>Administrators</Group>
<Name>Tech</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>TEST</RegisteredOrganization>
<RegisteredOwner>Tech</RegisteredOwner>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Description>Control Panel View</Description>
<Order>1</Order>
<CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows
\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f</CommandLine>
<RequiresUserInput>true</RequiresUserInput>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>2</Order>
<Description>Control Panel Icon Size</Description>
<RequiresUserInput>false</RequiresUserInput>
<CommandLine>reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows
\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f</CommandLine>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>3</Order>
<RequiresUserInput>false</RequiresUserInput>
<CommandLine>cmd /C wmic useraccount where name="Tech" set
PasswordExpires=false</CommandLine>
<Description>Password Never Expires</Description>
</SynchronousCommand>
</FirstLogonCommands>
<TimeZone>Central Standard Time</TimeZone>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows 10 Education"
xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
The known good systems were extremely slow as well just like the new one using 3.12
Sorry for the other post but I got it to load. I did have to reboot the server. Unfortunately it is doing the same thing going super slow. One thing I will say I am not sure if its something you need to know or not but When it firsts start to image it copies the first 99mbs very quickly and then goes slow.