Registry Control of Windows 8 Start Screen Applications

Learn how in Windows 8 to modify the number of rows of applications shown on the Windows Start screen.

John Savill

February 22, 2013

1 Min Read
Registry Control of Windows 8 Start Screen Applications

Q: How can I modify the number of rows of applications shown on the Start screen?
A: There are times when an extra row of applications can be added to the Start screen (see the FAQ "Windows 8 Start Screen Application Rows.") It is also possible to try and force additional rows of applications on the Start screen or to actually reduce the number of rows of applications by setting a low value. To set the number of rows, perform the following:

  1. Start the registry editor.

  2. Move to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionImmersiveShellGrid.

  3. From the Edit menu select New, DWORD value.

  4. Enter a name of Layout_MaximumRowCount and press Enter.

  5. Double-click the new value and set it to the number of rows you want, and click OK.

  6. Log out, then log in again.

Below is an example of output you can save to a file, such as maxcount.reg, modify the Layout_MaximumRowCount value, then double-click.

Windows Registry Editor Version 5.00[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionImmersiveShellGrid]"Layout_MaximumRowCount"=dword:00000004

 

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like