https://micromyaw.blogspot.com/ , https://thefairlyoddgirl.blogspot.com/ , https://maxyaquos.blogspot.com/ , https://almourasiloun2.blogspot.com/ , https://rudythecassol.blogspot.com/ , https://innaz2.blogspot.com/ , https://stephaniefulke.blogspot.com/ , https://syafiqzulkarnain2.blogspot.com/ , https://lifeandeating.blogspot.com/ , https://nandncomputers.blogspot.com/ , https://profsmythe.blogspot.com/ , https://shwesetharrking.blogspot.com/ , https://sihanandi.blogspot.com/ , https://ikkemunandar.blogspot.com/ , https://youshaoken.blogspot.com/ , https://bhrepublicadominicana.blogspot.com/ , https://austinangck2809.blogspot.com/ , https://indiafunworld.blogspot.com/ , https://everythingnbeyondblog.blogspot.com/ , https://19miracles.blogspot.com/ , https://bpcyclingteam.blogspot.com/ , https://katieandmaxtron.blogspot.com/ , https://southernmatron.blogspot.com/ , https://redzuanifaliyana.blogspot.com/ , https://waeltnx.blogspot.com/ , https://superpixels.blogspot.com/ , https://nikephang.blogspot.com/ , https://belialslut.blogspot.com/ , https://testallforone.blogspot.com/ , https://buyandroidsmartphone.blogspot.com/ , https://darellsfinancialcorner.blogspot.com/ , https://ferraricars77.blogspot.com/ , https://memesmemosos.blogspot.com/ , https://faultyaspirations.blogspot.com/ , https://puriagatsari.blogspot.com/ , https://ghchjgv.blogspot.com/ , https://smurugesaninfo.blogspot.com/ , https://diandrakesling.blogspot.com/ , https://eshikamien.blogspot.com/ , https://oxgila.blogspot.com/ , https://ramblingsofker.blogspot.com/ , https://laladarwis.blogspot.com/ , https://fullcomicfrenzy.blogspot.com/ , https://aziin5teens.blogspot.com/ , https://fcomax.blogspot.com/

New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu

New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu - welcome to the blog Specs Price Techno, On this occasion we will discuss article entitled New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu, we have collected a lot of data from various sources to make this article so that you no longer need to seek elsewhere, in addition to discussing this information we also have to provide a lot of information about the latest gaget, please look for it this blog, please let continue reading, hopefully you can easily understand that add to your knowledge.

you're looking for: New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu
complete information: New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu

You can also see our article on:


New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu

rightclickmenu

Having some problem finding how to shutdown, restart and configuring your new version of Windows through control panel? Having some difficulty accessing previous applets like folder option?

Adding Right-Click Menu items to desktop especially to icons like computer and network are really useful in everyday computing.

For the Computer Icon with right-click menu items as shown above, Here’s the Registry file that can be patch for Windows 8: Download Now (version 1.0 8/31/2012)

http://gamzeozgesaroglu.blogspot.com /2011/12/adding-context-menu-to-desktop-control.html" target="_blank">Download here for version operable and designed for Windows 7

win8reg 

For those people who wants to customize the feature e.g. adding other items such as Folder Option applet, Administrative Tools, Restore point creator, Computer Management and many more: Use the program called http://gamzeozgesaroglu.blogspot.com /2007/11/winbubbles-features-gap.html" target="_blank">WinBubble.

Winbubble can create those entries easily. Go to the Tools Tab of the program, look for the Context Menu Customization group, Click the Computer Button (If you want to create right-click menu entries for Computer Icon) or other icons and proceed with the settings below:

---------------------------------------------------------

Name: Folder Option

Command: control /name Microsoft.FolderOptions

Icon: C:\Windows\system32\imageres.dll,202

Click the Add Button… That’s it!

---------------------------------------------------------

Name: Administrative Tools

Command: control /name Microsoft.administrativetools

Icon: C:\Windows\system32\imageres.dll,202

---------------------------------------------------------

Name: Shutdown

Command: Shutdown.exe -s -t 00

Icon: C:\Windows\system32\shell32.dll,137

---------------------------------------------------------

Name: Restart

Command: Shutdown.exe -r -t 00

Icon: C:\Windows\system32\imageres.dll,95

---------------------------------------------------------

Name: Sleep

Command: Rundll32.exe Powrprof.dll,SetSuspendState Sleep

Icon: C:\Windows\system32\imageres.dll,192

---------------------------------------------------------

Name: Switch user

Command: tsdiscon.exe

Icon: C:\Windows\system32\imageres.dll,83

---------------------------------------------------------

Name: Hibernate

Command: rundll32.exe Powrprof.dll,SetSuspendState Hibernate

Icon: C:\Windows\system32\imageres.dll,27

---------------------------------------------------------

Name: Lock

Command: Rundll32.exe user32.dll LockWorkStation

Icon: C:\Windows\system32\imageres.dll,54

---------------------------------------------------------

Cool Right?!

Anyway, If your a computer enthusiast, computer expert or just studying, here’s the technical details of the tweak.

Technical details of the Commands and Windows registry

Shutdown your Computer

Shutdown.exe -s -t 00

- Force Windows to shutdown immediately

Shutdown.exe -s (After 30 seconds)

Restarting the Computer

Shutdown.exe -r -t 00

- Force Windows to close all programs and restart immediately

Sleep Computer

rundll32.exe Powrprof.dll,SetSuspendState Sleep

Lock your Computer

rundll32.exe user32.dll LockWorkStation

Switch to User

tsdiscon.exe

Hibernate Computer

rundll32.exe Powrprof.dll,SetSuspendState Hibernate

Details for Windows Registry

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"="0"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Hibernate]
"icon"="C:\\Windows\\system32\\imageres.dll,27"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Hibernate\command]
@="rundll32.exe Powrprof.dll,SetSuspendState Hibernate"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Lock]
"icon"="C:\\Windows\\system32\\imageres.dll,54"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Lock\command]
@="Rundll32.exe user32.dll LockWorkStation"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Restart]
"icon"="C:\\Windows\\system32\\imageres.dll,95"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Restart\command]
@="Shutdown.exe -r -t 00"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Shutdown]
"icon"="C:\\Windows\\system32\\shell32.dll,137"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Shutdown\command]
@="Shutdown.exe -s -t 00"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Sleep]
"icon"="C:\\Windows\\system32\\imageres.dll,192"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Sleep\command]
@="Rundll32.exe Powrprof.dll,SetSuspendState Sleep"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Switch user]
"icon"="C:\\Windows\\system32\\imageres.dll,83"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Switch user\command]
@="tsdiscon.exe"

 

Thanks for reading the article!



Articles New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu we have presented

That's all the information about the New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu, hopefully can provide benefits to all of you in finding information latest gadgets, how to care for gadgets, tips and tricks mobile phone.

Thank you for reading the article New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu and its url of this article is https://gamzeozgesaroglu.blogspot.com/2012/08/new-right-click-menu-for-shutdown-log.html o you to bookmark and you can go back if you need :), I hope the article this can be useful for you all.

0 Response to "New Right-Click Menu for Shutdown, Log-off, Sleep and Restarting Windows By Gamzeozgesaroglu"

Post a Comment