Solved That #@$$%^!!! Charm bar

t-4-2

Banned
Messages
152
Resting the cursor at bottom right corner in order to bring out the Charm bar has always been a " hit and miss " proposition to me.
Is there a better way to call up the Charm bar É

I have enabled " Shut Down " and " Restart " options in the right click context menu.
Is there a `Sleep `option for right click menu also ?

t-4-2
 

My Computer

System One

  • OS
    Windows 7 Home Premium 64-bit SP1
    System Manufacturer/Model
    Acer Aspire 7741Z
Try winkey + c for charm bar.

Depending on how you added the Power options, you could probably just add a sleep or you could remove then reapply these
 
Last edited by a moderator:

My Computer

System One

  • OS
    Windows 7 x64 Ultimate/Windows 8.1/Linux
    CPU
    FX-8350
    Motherboard
    GA-990XA-UD3
    Memory
    16GB DDR3 Corsair Vengeance
    Graphics Card(s)
    HD7860
    Sound Card
    Xonar Essence STX
    Monitor(s) Displays
    Benq
    Screen Resolution
    1920x1080
    Hard Drives
    Various
    PSU
    Corsair HX 850W
    Case
    Corsair Obsidian
    Cooling
    Thermalright
    Keyboard
    Logitech
    Mouse
    Logitech
    Internet Speed
    50/50
    Browser
    firefox
Try winkey + c for charm bar.

Depending on how you added the Power options, you could probably just add a sleep or you could remove then reapply these

winkey + c for charm bar............. That worked. Thank you.

The right click context menu for Restart and Shut Down at desktop are from this Win 8 tutorials.
http://www.eightforums.com/tutorials/4992-shut-down-add-desktop-context-menu-windows-8-a.html

http://www.eightforums.com/tutorials/4993-restart-add-desktop-context-menu-windows-8-a.html

But I can't find a tutorial for the " Sleep " option.
 

My Computer

System One

  • OS
    Windows 7 Home Premium 64-bit SP1
    System Manufacturer/Model
    Acer Aspire 7741Z
I gave a link above for a complete power menu - here - alternatively you can use the tutorial from Brink - Power - Add Cascading Desktop Context Menu in Windows 8 but you'll need to add a couple of lines to the reg file for the sleep option:

Code:
; Sleep
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep]
@="Sleep"
"icon"="shell32.dll,-246"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep\command]
@="rundll32.exe powrprof.dll,SetSuspendState Sleep"

Also, near the top of the file there is a line that begins:

"SubCommands"="

Add the work 'sleep' between between signout and shutdown.

The reg file is a text file with a .reg extension so you can edit the file with any text editor such as notepad. You can remove your existing entries by using the options from the pages you linked to in your post.
 

My Computer

System One

  • OS
    Windows 7 x64 Ultimate/Windows 8.1/Linux
    CPU
    FX-8350
    Motherboard
    GA-990XA-UD3
    Memory
    16GB DDR3 Corsair Vengeance
    Graphics Card(s)
    HD7860
    Sound Card
    Xonar Essence STX
    Monitor(s) Displays
    Benq
    Screen Resolution
    1920x1080
    Hard Drives
    Various
    PSU
    Corsair HX 850W
    Case
    Corsair Obsidian
    Cooling
    Thermalright
    Keyboard
    Logitech
    Mouse
    Logitech
    Internet Speed
    50/50
    Browser
    firefox
I gave a link above for a complete power menu - here - alternatively you can use the tutorial from Brink - Power - Add Cascading Desktop Context Menu in Windows 8 but you'll need to add a couple of lines to the reg file for the sleep option:

Code:
; Sleep
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep]
@="Sleep"
"icon"="shell32.dll,-246"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep\command]
@="rundll32.exe powrprof.dll,SetSuspendState Sleep"

Also, near the top of the file there is a line that begins:

"SubCommands"="

Add the work 'sleep' between between signout and shutdown.

The reg file is a text file with a .reg extension so you can edit the file with any text editor such as notepad. You can remove your existing entries by using the options from the pages you linked to in your post.

Thank you very much.
I'll do that a little later. I am sure it will work for me.

t-4-2
 

My Computer

System One

  • OS
    Windows 7 Home Premium 64-bit SP1
    System Manufacturer/Model
    Acer Aspire 7741Z
Thank you for the shortcuts.

t-4-2
 

My Computer

System One

  • OS
    Windows 7 Home Premium 64-bit SP1
    System Manufacturer/Model
    Acer Aspire 7741Z
Back
Top