How to Create a Shutdown tile on the Start screen in Windows 8
- Posted: Dec 14, 2012 at 5:00 AM
- 35,244 Views
- 3 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
In Windows 8, without a Start button, properly shutting down or rebooting Windows can be a bit of a chore. Many users want to shut down or reboot Windows in just one click. This video illustrates the script to enable users to click on a tile to shut down, reboot or log off Windows on the Start screen.
______________
Experience Microsoft's latest products with free downloads of Windows Server 2012, Hyper-V Server, Windows Azure, and System Center 2012.
Get the best virtualization platform that offers simplified administration, flexible storage, and dynamic resource allocation for free. FREE Download
Windows Server 2012 offers a complete virtualization platform, providing increased scalability and performance with an elastic and flexible solution from the datacenter to the cloud. FREE Download ![]()
Try Windows Azure for free with no cost or obligations, and use any OS, language, database or tool. FREE Download
Download all System Center 2012 components in one convenient package as part of the Microsoft private cloud evaluation. FREE Download
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Script sample download: http://gallery.technet.microsoft.com/scriptcenter/Create-a-ShutdownRestartLog-37c8111d
A comment for standard users:
To run the script, the suitable execution policy is needed. Standard is usually "restricted", which does not allow to start scripts.
to change it, use this command:
Set-ExecutionPolicy unrestricted
after executing the script set execution policy back to "restricted":
Set-ExecutionPolicy restricted
Here you can find more information:
http://technet.microsoft.com/de-de/library/dd347641
Great feedback! Thank you Meyex!
Remove this comment
Remove this thread
close