Cannot log in group policy client service failed
Solved/Closed
acrossn
Posts
47
Registration date
Monday March 18, 2013
Status
Member
Last seen
March 18, 2014
-
Nov 29, 2013 at 05:28 AM
acrossn Posts 47 Registration date Monday March 18, 2013 Status Member Last seen March 18, 2014 - Dec 11, 2013 at 11:07 PM
acrossn Posts 47 Registration date Monday March 18, 2013 Status Member Last seen March 18, 2014 - Dec 11, 2013 at 11:07 PM
Related:
- The group policy client service failed the sign-in
- Ssh secure shell client download - Download - Remote access
- @ Sign on keyboard - Guide
- Snapchat sign up - Guide
- Lunar client - Download - Mods and launchers
- Yahoo sign in - Guide
1 response
Ambucias
Posts
47310
Registration date
Monday February 1, 2010
Status
Moderator
Last seen
February 15, 2023
11,163
Nov 29, 2013 at 05:59 AM
Nov 29, 2013 at 05:59 AM
Hello,
You must restart the machine and logon with a machine administrator account.
You must restart the machine and logon with a machine administrator account.
Dec 1, 2013 at 11:55 PM
Dec 2, 2013 at 04:54 AM
If not Microsoft gives this solution:
1.Install Windows Automated Installation Kit (AIK) for Windows 7 on the computer. To download Windows AIK, go to the following Microsoft website:
http://www.microsoft.com/en-us/download/details.aspx?id=5753
(http://www.microsoft.com/en-us/download/details.aspx?id=5753
2.Create the Windows RE image (Winre.wim). To do this, follow these steps:
a.Click Start, click All Programs, and then click Windows AIK.
b.Right-click Deployment Tools Command Prompt, and then click Run as administrator.
c.Copy the Install.wim file from Windows 7 installation media to a folder. To do this, run the following commands:
md C:\OS_Image
md C:\OS_Image\mount
copy D:\sources\install.wim C:\OS_Image
d.Mount the Install.wim file by using the ImageX tool. To do this, run the following command:
ImageX /mountrw C:\OS_Image\install.wim 1 C:\OS_Image\mount
e.Copy the Windows RE image (Winre.wim) from the mounted Windows 7 image to a folder. To do this, run the following commands:
md C:\winre
md C:\winre\mount
copy C:\OS_image\mount\windows\system32\recovery\winre.wim
C:\winre\
f.Unmount the mounted Windows 7 image after you copy the Windows RE image (Winre.wim). To do this, run the following command:
ImageX /unmount C:\OS_Image\mount
3.Install the hotfix on the Windows RE image (Winre.wim). To do this, follow these steps:
a.Mount the Winre.wim file that you created in step 2. To do this, run the following command:
ImageX /mountrw C:\winre\winre.wim 1 C:\winre\mount
b.Install the hotfix on the mounted Windows RE image. To do this, run the following command:
Dism /image:C:\winre\mount /Add-Package:c:\TEMP\Windows6.1-KB2709289-x64.msu
c.Determine whether the hotfix is installed successfully. To do this, run the following command:
Dism /image:C:\winre\mount /Get-Packages
d.Commit the changes to the Winre.wim file. To do this, run the following command:
ImageX.exe /unmount /commit C:\winre\mount
4.Create a customized Windows RE medium by using the Winre.wim file. To do this, follow these steps:
a.Create a file to make a Windows RE image. To do this, run the following command:
copype.cmd amd64 C:\WinREx64
b.Copy the Winre.wim file to the ISO\sources folder, and then rename the file as Boot.wim. To do this, run the following command:
copy C:\winre\winre.wim C:\WinREx64\ISO\sources\boot.wim
c.Deploy the customized Windows RE image to any media.
Dec 5, 2013 at 11:30 PM
Dec 5, 2013 at 11:30 PM
Dec 6, 2013 at 08:56 AM