Naming the groups on Start Screen in Windows 8

Windows 8 arranges the application in their own groups. If you want you can arrange the group as expected and even rename the groups.
You can create your own groups just by dragging an app's tile to an empty space on the Start screen it'll create own group.
To rename the group as shown in below image click at the small (looks like minus) button in the bottom right corner of the start screen. 

Now once you click on small button the application icons will become smaller and allow you to choose to the group. Right-click on any group will brought up the options available as shown below. 
Now click on the name group and name the application group you want.

No comments:

Post a Comment

Golang: Http POST Request with JSON Body example

Go standard library comes with "net/http" package which has excellent support for HTTP Client and Server.   In order to post JSON ...