Jump to content

Windows 8 Sağ Tuşa Sleep, Restart, Shutdown Ekleme


mucit41
 Share

Recommended Posts

win8_sagtus.png
Windows 8 de Güç seçeneklerine (Power options) ulaşmak için birçok adımı geçmemiz gerekir ; mausemizi sağ üst köşeye götürüp Charms ları aktive edeceğiz > Settings e tıklayacağız sonrasında Power a tıklayıp Sleep, Shutdown yada Restart a tıklayacağız kısaltmak için ALT+F4 yada Win+I yapabiliriz ama halen külfetli , peki tüm bu opsiyonlar sağ tuş menümüzde olsa nasıl olurdu ? işte aşağıdaki registry kaydı ile bunu yapabilirsiniz


[code]Windows Registry Editor Version 5.00   [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Lock Computer]
"icon"="shell32.dll,-325"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sleep Computer]
"icon"="shell32.dll,-331"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Computer]
"icon"="shell32.dll,-221"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shutdown Computer]
"icon"="shell32.dll,-329"
"Position"="Bottom"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Lock Computer\command]
@="Rundll32 User32.dll,LockWorkStation"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sleep Computer\command]
@="rundll32.exe powrprof.dll,SetSuspendState 0,1,0"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Computer\command]
@="shutdown.exe -r -t 00 -f"
 [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shutdown Computer\command]
 @="shutdown.exe -s -t 00 -f"[/code]

 

Üstteki kodu notepad e yapıştırıp bir isim verin ve uzantısı .reg olacak şekilde kaydedip çalıştırın ,

eski haline getirmek için ise aşağıdaki kaydı kullanabilirsiniz

 

[code]Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Lock Computer]

[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sleep Computer]

[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Computer]
[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shutdown Computer][/code]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...