Saturday, January 12, 2013

Creating Shutdown tile in Windows 8


Creating Shutdown tile in Windows 8

In Windows 8 Start menu was replaced by Start Screen
image 
1. Open Windows PowerShell as an administrator
image 
2. After opening a Windows PowerShell you need to write import module command let  and run the below command
image
image
image
if you want three tiles on your screen then you can run the New-OSCWindowsTile directly
image
3. Now you can see three tiles on start screen as shown below
image
4. If the execution policy does not allow to run the above commands then you can run the below command first
Set-ExecutionPolicy unrestricted
More on execution policies can be read here

Tuesday, January 8, 2013

Brian.OnCode(): CodeSense: Implementing Methods

Brian.OnCode(): CodeSense: Implementing Methods: As I mentioned in an earlier CodeSense post , methods describe the functionality that your class provides. In this article I'll explain how...

Read more here.

Find a cool free stuff everyday

Giveaway of the Day

Hiren Bharadwa's Posts

DotNetJalps