Group Policy for Hide Notification Area - Windows 7
I haven't had to touch Group Policy in almost six years and need to refresh myself. I administer PCs all over the country that are Windows 7 32-bit (being upgraded to Windows 10 by the end of the year) and my only way to access these PCs is via ssh or ftp. I use batch scripts to update all the systems. I now have to change just one Group Policy setting.
Currently, "Hide the Notification Area" is set to "Enabled." I need to change just that setting to either "Not Configured" or "Disabled." When these PCs were initially being built six years ago, I was emailed a folder called LocalGroupPolicyObject and within it were the user folders for Group Policy for each user. I had a Powershell script I ran to build, then clone these PCs (using Sysprep), and after each one was cloned, another Powershell script was run which added Group Policy by simply changing directories to the LocalGroupPolicyObject folder, then running the command
cmd /c UpdateLGPO.exe GroupPolicyUsersMaster
This would look for the Group Policy for each user and apply that Group Policy.
I vaguely remember going into gpedit.msc and changing settings there, but I'm not clear how I change an already existing Group Policy. Do I need to find a particular file to open in gpedit.msc, change that setting and then it somehow gets exported to a Registry.pol file (if my memory is correct)? Or would it be simpler to use Regedit to change just that one setting for that user?
EDIT - I finally recall using MMC and adding the gpedit.msc Snap-In specifically for the user I need to change. I've made that change, but it's not applying that change even when I run gpupdate /force. What am I missing here?
windows-7 group-policy regedit gpedit
add a comment |
I haven't had to touch Group Policy in almost six years and need to refresh myself. I administer PCs all over the country that are Windows 7 32-bit (being upgraded to Windows 10 by the end of the year) and my only way to access these PCs is via ssh or ftp. I use batch scripts to update all the systems. I now have to change just one Group Policy setting.
Currently, "Hide the Notification Area" is set to "Enabled." I need to change just that setting to either "Not Configured" or "Disabled." When these PCs were initially being built six years ago, I was emailed a folder called LocalGroupPolicyObject and within it were the user folders for Group Policy for each user. I had a Powershell script I ran to build, then clone these PCs (using Sysprep), and after each one was cloned, another Powershell script was run which added Group Policy by simply changing directories to the LocalGroupPolicyObject folder, then running the command
cmd /c UpdateLGPO.exe GroupPolicyUsersMaster
This would look for the Group Policy for each user and apply that Group Policy.
I vaguely remember going into gpedit.msc and changing settings there, but I'm not clear how I change an already existing Group Policy. Do I need to find a particular file to open in gpedit.msc, change that setting and then it somehow gets exported to a Registry.pol file (if my memory is correct)? Or would it be simpler to use Regedit to change just that one setting for that user?
EDIT - I finally recall using MMC and adding the gpedit.msc Snap-In specifically for the user I need to change. I've made that change, but it's not applying that change even when I run gpupdate /force. What am I missing here?
windows-7 group-policy regedit gpedit
add a comment |
I haven't had to touch Group Policy in almost six years and need to refresh myself. I administer PCs all over the country that are Windows 7 32-bit (being upgraded to Windows 10 by the end of the year) and my only way to access these PCs is via ssh or ftp. I use batch scripts to update all the systems. I now have to change just one Group Policy setting.
Currently, "Hide the Notification Area" is set to "Enabled." I need to change just that setting to either "Not Configured" or "Disabled." When these PCs were initially being built six years ago, I was emailed a folder called LocalGroupPolicyObject and within it were the user folders for Group Policy for each user. I had a Powershell script I ran to build, then clone these PCs (using Sysprep), and after each one was cloned, another Powershell script was run which added Group Policy by simply changing directories to the LocalGroupPolicyObject folder, then running the command
cmd /c UpdateLGPO.exe GroupPolicyUsersMaster
This would look for the Group Policy for each user and apply that Group Policy.
I vaguely remember going into gpedit.msc and changing settings there, but I'm not clear how I change an already existing Group Policy. Do I need to find a particular file to open in gpedit.msc, change that setting and then it somehow gets exported to a Registry.pol file (if my memory is correct)? Or would it be simpler to use Regedit to change just that one setting for that user?
EDIT - I finally recall using MMC and adding the gpedit.msc Snap-In specifically for the user I need to change. I've made that change, but it's not applying that change even when I run gpupdate /force. What am I missing here?
windows-7 group-policy regedit gpedit
I haven't had to touch Group Policy in almost six years and need to refresh myself. I administer PCs all over the country that are Windows 7 32-bit (being upgraded to Windows 10 by the end of the year) and my only way to access these PCs is via ssh or ftp. I use batch scripts to update all the systems. I now have to change just one Group Policy setting.
Currently, "Hide the Notification Area" is set to "Enabled." I need to change just that setting to either "Not Configured" or "Disabled." When these PCs were initially being built six years ago, I was emailed a folder called LocalGroupPolicyObject and within it were the user folders for Group Policy for each user. I had a Powershell script I ran to build, then clone these PCs (using Sysprep), and after each one was cloned, another Powershell script was run which added Group Policy by simply changing directories to the LocalGroupPolicyObject folder, then running the command
cmd /c UpdateLGPO.exe GroupPolicyUsersMaster
This would look for the Group Policy for each user and apply that Group Policy.
I vaguely remember going into gpedit.msc and changing settings there, but I'm not clear how I change an already existing Group Policy. Do I need to find a particular file to open in gpedit.msc, change that setting and then it somehow gets exported to a Registry.pol file (if my memory is correct)? Or would it be simpler to use Regedit to change just that one setting for that user?
EDIT - I finally recall using MMC and adding the gpedit.msc Snap-In specifically for the user I need to change. I've made that change, but it's not applying that change even when I run gpupdate /force. What am I missing here?
windows-7 group-policy regedit gpedit
windows-7 group-policy regedit gpedit
edited Jan 11 at 20:55
BigRedEO
asked Jan 11 at 18:11
BigRedEOBigRedEO
195
195
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1393270%2fgroup-policy-for-hide-notification-area-windows-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1393270%2fgroup-policy-for-hide-notification-area-windows-7%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