Unable to disable Microsoft Store in domain environmentGroup Policy installation failed error 1274GPO Computer Settings not updating. Default Domain policy and all User Settings work fineUnable to update user policy via VPNLocal Group Policy not updating. RSOP and GPResult show stale dataSBS 2011 Group policy won't update/apply properlyGPO: Run PowerShell logon script after explorer.exe has been loadedgpo implementation windows server 2012r2Group Policies Not Applied At Startup with SSD PCPrinter Group Policy not showing up on updated Windows computers?Is pointing DNS to Domain Controller required for GPOs to work?
How do I reattach a shelf to the wall when it ripped out of the wall?
TIKZ - changing one block into parallel multiple blocks
US visa is under administrative processing, I need the passport back ASAP
Exchange,swap or switch
How to have a sharp product image?
How does a program know if stdout is connected to a terminal or a pipe?
Is there a way to get a compiler for the original B programming language?
Question about かな and だろう
web3.py web3.isConnected() returns false always
Why does processed meat contain preservatives, while canned fish needs not?
Normal Map bad shading in Rendered display
What makes accurate emulation of old systems a difficult task?
How would one muzzle a full grown polar bear in the 13th century?
Does holding a wand and speaking its command word count as V/S/M spell components?
Why isn't the definition of absolute value applied when squaring a radical containing a variable?
Was there a shared-world project before "Thieves World"?
Why was Germany not as successful as other Europeans in establishing overseas colonies?
Map of water taps to fill bottles
How can I place the product on a social media post better?
Seemingly unused edef prior to an ifx mysteriously affects the outcome of the ifx. Why?
Was there a Viking Exchange as well as a Columbian one?
As an international instructor, should I openly talk about my accent?
What was the first Intel x86 processor with "Base + Index * Scale + Displacement" addressing mode?
A strange hotel
Unable to disable Microsoft Store in domain environment
Group Policy installation failed error 1274GPO Computer Settings not updating. Default Domain policy and all User Settings work fineUnable to update user policy via VPNLocal Group Policy not updating. RSOP and GPResult show stale dataSBS 2011 Group policy won't update/apply properlyGPO: Run PowerShell logon script after explorer.exe has been loadedgpo implementation windows server 2012r2Group Policies Not Applied At Startup with SSD PCPrinter Group Policy not showing up on updated Windows computers?Is pointing DNS to Domain Controller required for GPOs to work?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
In AD, I create a new OU and moved my username into that OU so I can do testing with my own domain user account.
I then created a new GPO and enabled the following:
Computer Configuration > Policies > Administrative Templates > Windows Components > Store > Turn off the Store application = Enabled
I went to my local computer, connected it to the domain, logged in using my domain login details, Loaded CMD as administrator and typed
gpupdate
It displayed the following output:
C:Windows>gpupdate
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:
The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user logon. The system will wait for Group Policy processing to finish completely before the next startup or logon for this user, and this may result in slow startup and boot performance.
User Policy update has completed successfully.
For more detailed information, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.
C:Windows>
I tried loading Microsoft Store, but it still loads.
I then tried the following command:
gpupdate /force
The following output was displayed:
C:Windows>gpupdate /force
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:
The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user logon. The system will wait for Group Policy processing to finish completely before the next startup or logon for this user, and this may result in slow startup and boot performance.
User Policy update has completed successfully.
For more detailed information, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.
Certain Computer policies are enabled that can only run during startup.
OK to restart? (Y/N)Y
Restarting the computer...
..
C:Windows>
After the computer has restarted, it still loads Microsoft Store.
I have checked GPReport.html, and I can't see any mention of the GPO to disable the Microsoft Store.
Any ideas why this is not working?
Environment details:
Client computer on domain:
- Windows 10 Enterprise (Desktop client computers connected to the
domain)
On domain servers:
- Exchange 2013
- Active Directory 6.3.9xx
active-directory group-policy windows-10
migrated from superuser.com Mar 20 at 15:50
This question came from our site for computer enthusiasts and power users.
add a comment |
In AD, I create a new OU and moved my username into that OU so I can do testing with my own domain user account.
I then created a new GPO and enabled the following:
Computer Configuration > Policies > Administrative Templates > Windows Components > Store > Turn off the Store application = Enabled
I went to my local computer, connected it to the domain, logged in using my domain login details, Loaded CMD as administrator and typed
gpupdate
It displayed the following output:
C:Windows>gpupdate
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:
The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user logon. The system will wait for Group Policy processing to finish completely before the next startup or logon for this user, and this may result in slow startup and boot performance.
User Policy update has completed successfully.
For more detailed information, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.
C:Windows>
I tried loading Microsoft Store, but it still loads.
I then tried the following command:
gpupdate /force
The following output was displayed:
C:Windows>gpupdate /force
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:
The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user logon. The system will wait for Group Policy processing to finish completely before the next startup or logon for this user, and this may result in slow startup and boot performance.
User Policy update has completed successfully.
For more detailed information, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.
Certain Computer policies are enabled that can only run during startup.
OK to restart? (Y/N)Y
Restarting the computer...
..
C:Windows>
After the computer has restarted, it still loads Microsoft Store.
I have checked GPReport.html, and I can't see any mention of the GPO to disable the Microsoft Store.
Any ideas why this is not working?
Environment details:
Client computer on domain:
- Windows 10 Enterprise (Desktop client computers connected to the
domain)
On domain servers:
- Exchange 2013
- Active Directory 6.3.9xx
active-directory group-policy windows-10
migrated from superuser.com Mar 20 at 15:50
This question came from our site for computer enthusiasts and power users.
add a comment |
In AD, I create a new OU and moved my username into that OU so I can do testing with my own domain user account.
I then created a new GPO and enabled the following:
Computer Configuration > Policies > Administrative Templates > Windows Components > Store > Turn off the Store application = Enabled
I went to my local computer, connected it to the domain, logged in using my domain login details, Loaded CMD as administrator and typed
gpupdate
It displayed the following output:
C:Windows>gpupdate
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:
The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user logon. The system will wait for Group Policy processing to finish completely before the next startup or logon for this user, and this may result in slow startup and boot performance.
User Policy update has completed successfully.
For more detailed information, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.
C:Windows>
I tried loading Microsoft Store, but it still loads.
I then tried the following command:
gpupdate /force
The following output was displayed:
C:Windows>gpupdate /force
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:
The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user logon. The system will wait for Group Policy processing to finish completely before the next startup or logon for this user, and this may result in slow startup and boot performance.
User Policy update has completed successfully.
For more detailed information, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.
Certain Computer policies are enabled that can only run during startup.
OK to restart? (Y/N)Y
Restarting the computer...
..
C:Windows>
After the computer has restarted, it still loads Microsoft Store.
I have checked GPReport.html, and I can't see any mention of the GPO to disable the Microsoft Store.
Any ideas why this is not working?
Environment details:
Client computer on domain:
- Windows 10 Enterprise (Desktop client computers connected to the
domain)
On domain servers:
- Exchange 2013
- Active Directory 6.3.9xx
active-directory group-policy windows-10
In AD, I create a new OU and moved my username into that OU so I can do testing with my own domain user account.
I then created a new GPO and enabled the following:
Computer Configuration > Policies > Administrative Templates > Windows Components > Store > Turn off the Store application = Enabled
I went to my local computer, connected it to the domain, logged in using my domain login details, Loaded CMD as administrator and typed
gpupdate
It displayed the following output:
C:Windows>gpupdate
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:
The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user logon. The system will wait for Group Policy processing to finish completely before the next startup or logon for this user, and this may result in slow startup and boot performance.
User Policy update has completed successfully.
For more detailed information, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.
C:Windows>
I tried loading Microsoft Store, but it still loads.
I then tried the following command:
gpupdate /force
The following output was displayed:
C:Windows>gpupdate /force
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:
The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user logon. The system will wait for Group Policy processing to finish completely before the next startup or logon for this user, and this may result in slow startup and boot performance.
User Policy update has completed successfully.
For more detailed information, review the event log or run GPRESULT /H GPReport.html from the command line to access information about Group Policy results.
Certain Computer policies are enabled that can only run during startup.
OK to restart? (Y/N)Y
Restarting the computer...
..
C:Windows>
After the computer has restarted, it still loads Microsoft Store.
I have checked GPReport.html, and I can't see any mention of the GPO to disable the Microsoft Store.
Any ideas why this is not working?
Environment details:
Client computer on domain:
- Windows 10 Enterprise (Desktop client computers connected to the
domain)
On domain servers:
- Exchange 2013
- Active Directory 6.3.9xx
active-directory group-policy windows-10
active-directory group-policy windows-10
edited Mar 20 at 16:15
Sembee
2,8121411
2,8121411
asked Mar 20 at 15:14
oshirowanenoshirowanen
197112
197112
migrated from superuser.com Mar 20 at 15:50
This question came from our site for computer enthusiasts and power users.
migrated from superuser.com Mar 20 at 15:50
This question came from our site for computer enthusiasts and power users.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
In AD, I create a new OU and moved my username into that OU so I can
do testing with my own domain user account.
You can't link a Computer Setting GPO to a User account, you must link it to a Computer Account.
I have checked GPReport.html, and I can't see any mention of the GPO
to disable the Microsoft Store.
As a result, GPResult don't show the GPO linked, it's normal.
Make sure the GPO is enforced to the correct OU where the computer account is to have the settings applied.
For me it's a simple error from there. Why ? because if it would be a security group error or a WMI filter, the GPO would be listed inside GPResult, but with an access denied error.
1
They applied a Computer policy to an OU with their User account.
– Greg Askew
Mar 20 at 16:32
1
@GregAskew oh, yeah, just re-read, it's even wrote in the first line, will edit
– yagmoth555♦
Mar 20 at 16:34
add a comment |
I'm not sure why it is not working but my AD environment consists of Win 10 Pro machines and I wanted to accomplish the same thing. I ended up having to utilize software
restriction policies.
Computer Config>Windows Settings>Software Restriction Policies>Additional Rules
then add the following:
%programfiles%WindowsAppsMicrosoft.WindowsStore*
With the security level set to Disallowed
Pic of the GPO settings blocking Store, XBOX, Skype, Windows Mail
And the end result:
Hope this helps :)
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f959149%2funable-to-disable-microsoft-store-in-domain-environment%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
In AD, I create a new OU and moved my username into that OU so I can
do testing with my own domain user account.
You can't link a Computer Setting GPO to a User account, you must link it to a Computer Account.
I have checked GPReport.html, and I can't see any mention of the GPO
to disable the Microsoft Store.
As a result, GPResult don't show the GPO linked, it's normal.
Make sure the GPO is enforced to the correct OU where the computer account is to have the settings applied.
For me it's a simple error from there. Why ? because if it would be a security group error or a WMI filter, the GPO would be listed inside GPResult, but with an access denied error.
1
They applied a Computer policy to an OU with their User account.
– Greg Askew
Mar 20 at 16:32
1
@GregAskew oh, yeah, just re-read, it's even wrote in the first line, will edit
– yagmoth555♦
Mar 20 at 16:34
add a comment |
In AD, I create a new OU and moved my username into that OU so I can
do testing with my own domain user account.
You can't link a Computer Setting GPO to a User account, you must link it to a Computer Account.
I have checked GPReport.html, and I can't see any mention of the GPO
to disable the Microsoft Store.
As a result, GPResult don't show the GPO linked, it's normal.
Make sure the GPO is enforced to the correct OU where the computer account is to have the settings applied.
For me it's a simple error from there. Why ? because if it would be a security group error or a WMI filter, the GPO would be listed inside GPResult, but with an access denied error.
1
They applied a Computer policy to an OU with their User account.
– Greg Askew
Mar 20 at 16:32
1
@GregAskew oh, yeah, just re-read, it's even wrote in the first line, will edit
– yagmoth555♦
Mar 20 at 16:34
add a comment |
In AD, I create a new OU and moved my username into that OU so I can
do testing with my own domain user account.
You can't link a Computer Setting GPO to a User account, you must link it to a Computer Account.
I have checked GPReport.html, and I can't see any mention of the GPO
to disable the Microsoft Store.
As a result, GPResult don't show the GPO linked, it's normal.
Make sure the GPO is enforced to the correct OU where the computer account is to have the settings applied.
For me it's a simple error from there. Why ? because if it would be a security group error or a WMI filter, the GPO would be listed inside GPResult, but with an access denied error.
In AD, I create a new OU and moved my username into that OU so I can
do testing with my own domain user account.
You can't link a Computer Setting GPO to a User account, you must link it to a Computer Account.
I have checked GPReport.html, and I can't see any mention of the GPO
to disable the Microsoft Store.
As a result, GPResult don't show the GPO linked, it's normal.
Make sure the GPO is enforced to the correct OU where the computer account is to have the settings applied.
For me it's a simple error from there. Why ? because if it would be a security group error or a WMI filter, the GPO would be listed inside GPResult, but with an access denied error.
edited Mar 20 at 16:36
answered Mar 20 at 16:01
yagmoth555♦yagmoth555
12.5k31842
12.5k31842
1
They applied a Computer policy to an OU with their User account.
– Greg Askew
Mar 20 at 16:32
1
@GregAskew oh, yeah, just re-read, it's even wrote in the first line, will edit
– yagmoth555♦
Mar 20 at 16:34
add a comment |
1
They applied a Computer policy to an OU with their User account.
– Greg Askew
Mar 20 at 16:32
1
@GregAskew oh, yeah, just re-read, it's even wrote in the first line, will edit
– yagmoth555♦
Mar 20 at 16:34
1
1
They applied a Computer policy to an OU with their User account.
– Greg Askew
Mar 20 at 16:32
They applied a Computer policy to an OU with their User account.
– Greg Askew
Mar 20 at 16:32
1
1
@GregAskew oh, yeah, just re-read, it's even wrote in the first line, will edit
– yagmoth555♦
Mar 20 at 16:34
@GregAskew oh, yeah, just re-read, it's even wrote in the first line, will edit
– yagmoth555♦
Mar 20 at 16:34
add a comment |
I'm not sure why it is not working but my AD environment consists of Win 10 Pro machines and I wanted to accomplish the same thing. I ended up having to utilize software
restriction policies.
Computer Config>Windows Settings>Software Restriction Policies>Additional Rules
then add the following:
%programfiles%WindowsAppsMicrosoft.WindowsStore*
With the security level set to Disallowed
Pic of the GPO settings blocking Store, XBOX, Skype, Windows Mail
And the end result:
Hope this helps :)
add a comment |
I'm not sure why it is not working but my AD environment consists of Win 10 Pro machines and I wanted to accomplish the same thing. I ended up having to utilize software
restriction policies.
Computer Config>Windows Settings>Software Restriction Policies>Additional Rules
then add the following:
%programfiles%WindowsAppsMicrosoft.WindowsStore*
With the security level set to Disallowed
Pic of the GPO settings blocking Store, XBOX, Skype, Windows Mail
And the end result:
Hope this helps :)
add a comment |
I'm not sure why it is not working but my AD environment consists of Win 10 Pro machines and I wanted to accomplish the same thing. I ended up having to utilize software
restriction policies.
Computer Config>Windows Settings>Software Restriction Policies>Additional Rules
then add the following:
%programfiles%WindowsAppsMicrosoft.WindowsStore*
With the security level set to Disallowed
Pic of the GPO settings blocking Store, XBOX, Skype, Windows Mail
And the end result:
Hope this helps :)
I'm not sure why it is not working but my AD environment consists of Win 10 Pro machines and I wanted to accomplish the same thing. I ended up having to utilize software
restriction policies.
Computer Config>Windows Settings>Software Restriction Policies>Additional Rules
then add the following:
%programfiles%WindowsAppsMicrosoft.WindowsStore*
With the security level set to Disallowed
Pic of the GPO settings blocking Store, XBOX, Skype, Windows Mail
And the end result:
Hope this helps :)
edited Mar 20 at 21:51
answered Mar 20 at 21:12
D3FR4GD3FR4G
612
612
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f959149%2funable-to-disable-microsoft-store-in-domain-environment%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown