A little techie for those who have Windows 8. If you want an icon for Shutdown, here's a little code i google from. Copy& Paste the code to Notepad and save as Shutdown.vbs. Make sure it's not Shutdown.vbs.txt. If you do see .txt, just delete the ".txt"
Now, right click on Shutdown-->Porperties-->Custimize-->Change Icon
Now just browser to a "shutdown icon"
You're good to go.
Or another easy way to bring back "Start Menu"
At the Search---type-- cmd
cmd open, type --> regedit and navigate to
HKEY_CURRENT_USER\Software\Microsoft\WindowsCurrentVersionExplorer
RPEnabled=0
Code:
dim objShell
set objShell = CreateObject("shell.application")
objshell.ShutdownWindows
set objShell = nothing
Now, right click on Shutdown-->Porperties-->Custimize-->Change Icon
Now just browser to a "shutdown icon"
You're good to go.
Or another easy way to bring back "Start Menu"
At the Search---type-- cmd
cmd open, type --> regedit and navigate to
HKEY_CURRENT_USER\Software\Microsoft\WindowsCurrentVersionExplorer
RPEnabled=0