Disable Action Center via registy key?

mrquickly

New member
Local time
12:29 AM
Messages
17
Hello everybody,

is it possible to disable the Action Center via registry key or change the settings?

I don't want so see the icon in the taskbar anymore but I will applie this to the default user.

Regards,

Thomas
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
Put in the hidden icons Capture.JPG
You can change the settings for it, with clicking open action centar>change action centar settings
 

My Computer My Computer

At a glance

Windows 7 Ultimate x32DualCore Intel Pentium E2200, 2218 MHz (11 x ...2 GB DDR2-800 DDR2 SDRAMnVIDIA GeForce 9500GT 1GB
Computer Manufacturer/Model Number
Micro-Star International/MS-7529
OS
Windows 7 Ultimate x32
CPU
DualCore Intel Pentium E2200, 2218 MHz (11 x 202)
Motherboard
MSI G31M3 V2 (MS-7529) (2 PCI, 1 PCI-E x16,2 DDR2 DIMM)
Memory
2 GB DDR2-800 DDR2 SDRAM
Graphics Card(s)
nVIDIA GeForce 9500GT 1GB
Sound Card
Realtek ALC888/1200 @ Intel 82801GB ICH7
Monitor(s) Displays
Samsung SyncMaster 2253BW (Digital) 22'' LCD
Screen Resolution
1680x1050
Hard Drives
SAMSUNG HD322IJ ATA Device (298 GB , IDE)
Thanks Grimmjow,

but I'd like to have a registry key for that.

I need that for our automatic windows 7 installation.

I thin a better way than to hide would be disabling, if this is possible.
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
I am not positive but I think the old "Security Center" is the "Action Center" in Windows 7. To disable the "Security Center" you need to modify the service start up;

Key = HKLM\SYSTEM\CurrentControlSet\Services\wscsvc\Start
Value = 00000003
Key Type = REG_DWORD

3 changes it to "Manual"

I hope that helps.
 

My Computer My Computer

At a glance

Windows 7 Enterprise (x64); Windows Server 20...16GB
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
You could set "Security Center" to manual or disabled in services.msc. That way you could more easily reverse this, if you changed your mind in the future.

EDIT: Doing this will also disable Windows Updates, so you would have to manually check yourself periodically. I've become accustomed to the automatic service, because I have it set to only download and notify me of updates, without installing them until I decide.
 

My Computer My Computer

At a glance

W7x64 Pro, SuSe 12.1/** W7 x64 Pro, XP MCEPhenom II 1090T w/Noctua NH-D14 /**4400+ X2 w...2 x 2GB Patriot PGS34g1600LLKA/**4x1GB Corsai...EVGA GTX460 SC/**EVGA 8800GTS
Computer Manufacturer/Model Number
DIY
OS
W7x64 Pro, SuSe 12.1/** W7 x64 Pro, XP MCE
CPU
Phenom II 1090T w/Noctua NH-D14 /**4400+ X2 w/CM Hyper TX 3
Motherboard
ASRock 890FX Deluxe 4/**A8N-SLI
Memory
2 x 2GB Patriot PGS34g1600LLKA/**4x1GB Corsair VS
Graphics Card(s)
EVGA GTX460 SC/**EVGA 8800GTS
Sound Card
Asus Xonar D2X/**Xonar D1
Monitor(s) Displays
Acer X233H, Dell E152FPc /**LG M237-WD
Screen Resolution
1920x1080 & 1024x768/**1980x1080
Hard Drives
WDC 2TB, 1.5TB, 1TB, 500GB,Seagate 500GB , Maxtor 80GB /**500GB Seagate & WDC 1TB Black
PSU
CM RS600 w/ APC BX1000G/**Antec 500 TP w/ APC BX1000
Case
HAF922/**Antec 1040IIB
Cooling
3x200mm, 1x140 and 1x120mm/**5x80mm fans
Keyboard
Logitech Media USB/**Saitek Eclipse
Mouse
Cordless Trackman Wheel/**Ditto
Internet Speed
3.3Mbps
Other Info
SB 560 5.1 w/ Sennheiser RS140/**Creative T20 speakers, Dvico FusionHDTV7 Gold RT, Cisco E3000, HP 5510V AIO, Linksys E3000, Belkin F5U237 hub and **F5D8055 adapter
(** = 2nd rig)
I posted a Reg key because MrQuickly requested specifically to do it from the registry. :D
 

My Computer My Computer

At a glance

Windows 7 Enterprise (x64); Windows Server 20...16GB
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
Thanks guys, but I don't know this will deactivate Windows update too.

We have a WSUS server in our company which deploys the updates but if i understand correctly, these updates won't be installed anymore, right?
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
I've found a policy value "User Configuration -> Administrative Templates -> Start Menu and Taskbar -> Remove the Action Center icon"

See here: http://technet.microsoft.com/en-us/library/ee617162%28WS.10%29.aspx

Does anybody know the regestry key for that?

We only have a 2003 Domain currently and I could not set that via those policies in our AD, because 2003 don't knows this value.
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
Unbelivable If found the key.

This one disables the icon:

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
 "HideSCAHealth"=dword:00000001

This one enables the icon:

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
  "HideSCAHealth"=dword:00000001

Thanks all for your support ;)
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
I am not positive but I think the old "Security Center" is the "Action Center" in Windows 7. To disable the "Security Center" you need to modify the service start up;

Key = HKLM\SYSTEM\CurrentControlSet\Services\wscsvc\Start
Value = 00000003
Key Type = REG_DWORD

3 changes it to "Manual"

I hope that helps.

FYI: In Windows XP this does not disable updates. I have had this setting set to Manual for 4 years now with no issues and all updates.
 

My Computer My Computer

At a glance

Windows 7 Enterprise (x64); Windows Server 20...16GB
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
Unbelivable If found the key.

This one disables the icon:

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
 "HideSCAHealth"=dword:00000001
This one enables the icon:

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
  "HideSCAHealth"=dword:00000001
Thanks all for your support ;)

The keys you have mentioned is for the current user. and will not have any effect on other users :(
I believe you have dc?. Through dc you can disable action cente vis group policy for all users

Delphin.
 

My Computer My Computer

At a glance

windows 7wipro8 gb
Computer Manufacturer/Model Number
wipro
OS
windows 7
CPU
wipro
Motherboard
intel
Memory
8 gb
Hard Drives
580 gb
Back
Top