Windows 8 Start Screen Customization for All Users

Short Versions:
How can I permanently remove (and prevent automatic re-installation of) some of the default Packaged Applications installed on Windows 8 Pro?
How can I save a customized tile arrangement?
Long Version:  I'm configuring a semi-automated testing system using MDT2012 to install Windows 8 to multiple hardware configurations.  I would like to be able to remove all of the
default applications except for the Desktop, and Internet Explorer.  I would like to add applications such as the Command Prompt, and Notepad.  Ideally, I would be able to group the tiles in various ways, capture the configuration, and push it to
all of the automatically generated accounts so that we get a standard layout when testing with a User Account, a Guest Account, and/or an Administrator account.
Windows 7 and Vista have both been working perfectly for over a year (with MDT2010), and I've managed to update them to work with MDT2012 without too much trouble.  I've gotten all of the
custom configurations to work, through various means (some scripting, some unattended settings, some task sequence editing, some extensions for the MDT, etc.), however there is one remaining set of configurations that eludes me.  The Start Screen.
So far, I have tried running a PowerShell script to perform the Remove-AppxProvisionedPackaged during the Audit-User phase, running sysprep /generalize, and capturing the system to a WIM (both
with, and without the CopyProfile setting), and I'm able to get most of the user settings, the exceptions being the Start Screen, and the default view of the various folders.  I work around the latter by exporting/importing the Bags registry settings
into the default user account; however the former has completely eluded me.  I have also tried configuring group policy settings; however those only work with the Enterprise edition (which isn't what our customers will be using, so changing the SKU isn't
an option).

- Change lock screen to all users:  This can be done now via Group Policy due to an update (see: http://support.microsoft.com/kb/2787100/EN-US)
- Remove many of default Apps/icons on metro desktop: This is best scripted as part of your Image build process, but I agree that more granularity in GPO would be nice over "Hiding" default AppX packages.
- Design a custom theme and push it out to all machines:  This has been possible since Windows 7 / Server 2008 R2.  The below detail about the setting is from the Group Policy Settings Reference (http://www.microsoft.com/en-us/download/details.aspx?id=25250),
an invaluable file for anyone managing GPO:
File Name: ControlPanelDisplay.admx
Policy Setting Name: Load a specific theme
Scope: User
Policy Path: Control Panel\Personalization
Registry Information: HKCU\Software\Policies\Microsoft\Windows\Personalization!ThemeFile
Supported On: At least Windows Server 2008 R2 or Windows 7
Help Text: Specifies which theme file is applied to the computer the first time a user logs on.If you enable this setting, the theme that you specify will be applied when a new user logs on for the first time.  This policy does not prevent the user
from changing the theme or any of the theme elements such as the desktop background, color, sounds, or screen saver after the first logon. If you disable or do not configure this setting, the default theme will be applied at the first logon.
David Coulter | http://DCtheGeek.blogspot.com | @DCtheGeek

Similar Messages

  • IH01 default screen variant for all users

    Hi,
       I want location hierarchy, equipment installed and BOM explosion checked in the transaction IH01 for all users. I can do this through a screen variant but the user will have to choose it every time he enters this transaction. Is there a way that the above fields default as checked everything a user enters the t-code? I looked for it in SPRO and could not find it. Any help would be greatly appreciated. Thanks
    Ajay

    hi
    if the variant you have created is the only one available then it will display to all the user,but the if some other variant is there with user name then it will be displayed for the user logged on .
    only thing is don't authorize the user to create the variant
    from SAP help:
    Each user can also create their own selection screen. The selection screen defined by you is only then proposed by the system, if no individual selection screen has been defined for the user under their user name.
    If you want to define an individual selection screen for each user, and the user-specific selection screen should be proposed automatically when the report is called up, the name of the report variant must begin with U_USERNAME.
    Maintenance of selection variants
    When you execute the function, you reach the initial screen with all the selection fields. There you can define the standard selection screen. This selection screen is then always proposed if no individual selection screen has been defined for the user under the name U_USERNAME.
    regards
    thyagarajan

  • Sideloading app on 8.1 for all users

    I want to sideload a windows 8.1 app for all users on a surface tablet. What I was originally doing was running a powershell script as part of a MSI to sideload an app using the
    Add-AppxPackage command. I have found out that I actually need to install the windows app for all users and from googling, it looks like
    Add-AppxProvisionedPackage is what I am looking for. However, it seems that this command is designed to modify a windows image or modify the Online (current install) to have this app when
    a new user is created as the documentation for -PackagePath reads "This package will be added for every new user account." I want the install to add the app to all current users on the machine and to allow new users to have this app as well that
    log into the machine. How can I do this?

    Hi,
    According to the article below, the command Add-AppxProvisionedPackage should be work to sideload store app to all user.
    https://technet.microsoft.com/en-us/library/hh824882.aspx
    https://technet.microsoft.com/en-us/windows/jj874388.aspx
    Sideload the app for all users
    DISM is a command-line tool that you can use to service a Windows image—online or offline. (If you are not familiar with DISM, see Deployment Image Servicing and Management Technical Reference.) You can use DISM to provision a Windows Store app in an online
    Windows image for all users who share the computer. To do that, you use the Add-ProvisionedAppxPackage option:
    Log on to contoso-pc using an account with administrative privileges on the computer. You must use an administrator account here, because you are provisioning an app in the image.
    On the Start screen, type PowerShell and press Ctrl + Shift + Enter.
    On the User Account Control dialog box, click Yes.
    At the Windows PowerShell prompt, run the following command, where SampleApp is the path and file name of the package file you created (for example, MySample_1.0.0.0_AnyCPU_Debug.appx):
    DISM /Online /Add-ProvisionedAppxPackage /PackagePath:“SampleApp” /skiplicense
    Monitor the installation, and close the Windows PowerShell window after it finishes.
    To test this example, you need to log onto to the computer using one of your test accounts. You cannot run the app by using the built-in local or domain Administrator account. In this case, we logged on to the computer as Mark. Then, on the Start screen, click
    the app to run it. (If you do not see the app on the Start screen, type the app’s name to find it, and then click the app’s tile.) After verifying that the app works for the current user account, log onto the computer using a different test account and run
    the app. Because you used DISM to provision the app in the image, it is available to both accounts.
    Roger Lu
    TechNet Community Support

  • Make a metro tile for all users

    I have a single WIndows Server 2012 running RDS with Desktop Experience Enabled.
    what I'm trying to figure out is how to create a Modern UI set of tiles that all users get on this box. presently, we log in as each user and add all the tiles manually.
    Is there a way to create a tile group and ensure that each user gets that set of tiles?
    For example: A tiles group called "Partner Websites" with individual tiles that are shortcuts to different websites?
    I don't have a lot of users in my company, but it's still a pain to have to reset up all tiles the same way for each user manually.
    In Xp/Vista/Win7 it used to be you could drop desktop or start menu shortcuts for "all users". Looking for the equivalent in Windows Server 2012 with Metro.
    Bob

    Hi,
    Thanks for posting here.
    Regarding your request, maybe we could deploy the metro tile via GPP. For details, please refer to the following article.
    Deploy Windows 8 Start Tiles Using Group Policy Preferences
    http://skatterbrainz.blogspot.in/2012/11/deploy-windows-8-start-tiles-using.html
    Hope it helps.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Pin shortcuts to Taskbar and Start Menu for all users in Windows 7

    How can i Pin shortcuts to Taskbar and Start Menu for All Users in Windows 7? Office 2007 Word, Excel and Outlook.

    There are a few ways...
    You can configure a default profile which will give you the ability to setup the Start Menu as you want it with the items pinned how you like.  However, in my experience customizations done to the Taskbar are not maintained in a default profile.
    So, one way to get around that would be to create a script and use the "Active Setup" hooks that are built into Windows 7 to achieve the desired results.
    If you combine this script...
    http://blogs.technet.com/deploymentguys/archive/2009/04/08/pin-items-to-the-start-menu-or-windows-7-taskbar-via-script.aspx
    With Active Setup...
    http://www.visualbasicscript.com/Active-Setup-Examples-m67461.aspx
    You can get the results you want to get...
    Pinned items on the Taskbar have two components, one is in the file system and the other is in the registry.  You could also use GPO Preferences to add both components to a new profile and therby get similar results.  I played around with this method a little and did get it to work also.
    Mike N.

  • How do you set default programs for all users when deploying Windows 8.1?

    I have my Windows 8.1 image set up the way I want including the start screen, theme, etc. But how can I set the default programs for all users. Most of out computers are non-touch and I want the desktop apps (e.g. Windows Photo Viewer), not the store apps
    to be the default for opening pictures, videos, etc. Can that be done?

    Great question, this has been bugging me too!
    So, I did some research by using "Set Default Programs" app in Windows 8. Then I ran the super ProcMon.exe tool from Sysinternals.com <Thanks Mark!>
    After filtering out the junk, I could see some *interesting* writes to the registry:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\UserChoice]
    "Hash"="57y87/ogggU="
    "ProgId"="PhotoViewer.FileAssoc.Jpeg"
    But the "Hash" part had me concerned. I did some internet searching for the hash, and came across a post and a pointer to a blog with some answers.  This is both good news and bad.
    Background:
    One of the problems with Windows XP is that any program can come in and party on the entire system. No, I don't want you to put a shortcut on the desktop, install a crappy IE Toolbar, and change the default file association for *.jpg files to your app, I
    just wanted to play a stupid game. Since Windows 7, Microsoft has been attempting to block that functionality from the stupid applications, and give them back to the user. Take note of the last line in the ITaskbarList3 interface:
       Applications cannot programmatically pin themselves to the taskbar. That functionality is reserved strictly for the user.
    Of course that sucks for us IT Pros who may wish to create *default* working environments for corporate images, but there are some tricks we can do.
    Solution:
    This blog appears to have the answer:
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    New for Windows 8 is a dism command: /Get-DefaultAppAssociations that allows you to export a control case from a known good computer. Microsoft the supports importing the exported xml file via GPO. For example, before I changed the file association, .AVI
    was pointing to the Modern App, after the change the /export-DefaultAppAssociations shows change to the new app:
    From:
    <Association Identifier=".avi" ProgId="AppXhjhjmgrfm2d7rd026az898dy2p1pcsyt" ApplicationName="Video" />
    To:
    <Association Identifier=".avi" ProgId="VLC.avi" ApplicationName="VLC media player" />
    I am still doing some investigation to see if a GPO is required, or if you can inject the association into a local user account. Also, if you do have some Modern Windows 8 Touch Tablets, it would recomend keeping most of the Modern App defaults in place,
    perhaps seperate GPO's for Desktops/Laptops vs Tablets?
    -k
    Keith Garner - keithga.wordpress.com

  • Setting Finder Sidebar Folders for all users on Windows Network.

    Morning All,
    Have 15 iMacs and have joined them to Active Directory using Centrify.
    Looking to customize the Finder Sidebar for all users that log on. We don't want to do this manually for all users. Specifically want to make sure the Home Folder is mapped and documents folder and all the other ones are not showing.
    Is this possible to do at all? We have Centrify Group Policies we can apply on our Windows Network and a Mac Server we can use with Profile Manager if necessary as well.
    Hope you can help,
    Regards,

    Hi All,
    Thought I'd bring this thread to the top again in the hopes someone will be able to help.

  • [SOLVED] want to start either wifi or ether at boot for all users

    I've just installed arch x64 on my Acer Aspire 5720ZG laptop and need to get networking setup so that it starts automatically with a choice of either wired or wireless, for all users.
    Currently I have only managed to get wifi to start with NetworkManager once xfce has started and only for root.
    Last edited by Cheifchimp (2010-04-21 02:16:16)

    ngoonee wrote:Look at netcfg, with the net-auto-wired and net-auto-wireless daemons.
    You genius, netcfg was the answer

  • How to set mozilla firefox homepage for all users in windows 7?

    I want to set same homepage for all users in windows 7.

    You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.
    Place a local-settings.js file in the defaults\pref folder where also the channel-prefs.js file is located to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    See:
    *http://kb.mozillazine.org/Locking_preferences
    *http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/

  • In Linux, my firefox uses the /etc/firefox profile for all users, now I need ONE user only to start with their own profile, I'm struggling to achieve this, please help!

    In Linux, my firefox uses the /etc/firefox profile for all users, now I need ONE user only to start with their own profile, I'm struggling to achieve this, please help!

    .Jake. wrote:
    I forgot to say that the hard drive has not been used yet...
    So you have no backup of your data at all?
    Pete

  • Task List URL (to FR Report) opens in new window, but not for all users!

    Hi all,
    I am not sure if this is the correct forum to ask the question (for me it looks like an IE topic), but perhaps anybody can help me anyway...
    In one of our Planning apps (9.3.1) we defined several task lists and tasks that link to relevant FR Reports (URL Tasks). If I open the URL task in basic view the relevant FR Report opens in the same IE Window (in the main frame of the planning app). If my colleague opens the same task the FR Reports opens in a new IE Window.
    My problem is that I dont have any ideas where I can set the relevant property. Is that a planning property, a workspace property or an IE property setting??? Where can I adjust the settings that for ALL users the URL opens the Report in the same window??????
    Thanks in advance!!!!
    Kind Regards
    André
    P.S.: We are on IE8.

    Have you both got the same settings in Tools > Internet Options > Tabs Settings
    There was also a bug though I can't say if it is related to your issue
    9549216 - Instead of a new tab, a new window is displayed after you create a Financial Reporting task in Workspace.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Windows 10 Enterprise Granular UX Control And Start Screen Customization?

    I see these listed as features, but with little to no explanation of what that includes and what the differences are between the two.Does anyone have examples of what you can do with these two features and if they are managed via Group Policy?When we roll out Windows 10, we would want all users to have a customized and uniform layout on first login with most or all of the default "consumer" Store apps except for Weather and Maps removed and our deployed business apps and shortcuts to commonly used things like "add a printer" up front and center and things they don't need as of their jobs duties hidden away.We will also have loaner laptops that we would want more locked down than normal assigned PCs so they would work as just a thin RDP client to their desktop with only the UI needed to get signed in and use the RDP app..
    This topic first appeared in the Spiceworks Community

    This week, as part of our new “Infosec Influencer” series, I had the pleasure of sitting down with Bruce Schneier, an internationally renowned security technologist and one of The State of Security’s Top Influencers in Security You Should Be Following in 2015. He has written 12 books, including Liars and Outliers: Enabling the Trust Society […]…Read MoreThe post Infosec Influencers: An Interview with Bruce Schneier appeared first on The State of Security.
    Read More

  • Unable to change keyboard layout for all users on Windows Server 2012 R2

    Hi,
    I have a requirement where I need to support national keyboard layout for Danish for all users on that machine. When I ran the powershell with script Set-WinUserLanguageList
    -LanguageList da-DK it only sets the Danish keyboard layout to the specific logged in user.However the for other users its same English(US) keyboard which is not expected.
    Please help me how to set the Danish keyboard for all users on the machine. Its Urgent!Thanks

    Hi Mike,
    Thanks for reply.
    But I need to configure everything using powershell script. Is it possible to use powershell script to setting group policy/ adding logon script ?
    These are pretty basic administration tasks and almost always quicker to accomplish with the GUI. Why do you want to use a PowerShell script?
    EDIT: Here's some information on the topic however:
    https://technet.microsoft.com/en-us/library/cc781361%28v=ws.10%29.aspx
    http://blogs.technet.com/b/heyscriptingguy/archive/2011/01/06/use-powershell-and-group-policy-for-your-logon-script.aspx
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • Set PO query for all users in POWL screen

    Dear All,
    In Purchase order work list (POWL) need to define a new query and set it for all the users.
    Request to please let us know how we can create and set that query in POWL for all users?
    thanks,
    mahesh.

    Dear All,
    In Purchase order work list (POWL) need to define a new query and set it for all the users.
    Request to please let us know how we can create and set that query in POWL for all users?
    thanks,
    mahesh.

  • Setting New Window and New Tab behavior in Safari for all users

    I would like Firefox to open to the homepage I have set for our school district rather than seeing the tiles for all users.

    hello mcdermk, you could have a look at this method in order to lock and deploy certain settings: http://kb.mozillazine.org/Locking_preferences
    in order to set a custom new tab page, you can put this line into the mozilla.cfg file:
    lockPref("browser.newtab.url", "www.example.com");

Maybe you are looking for

  • Error opening PDF (ADS) in https mode. Works fine in HTTP

    Hi, We are running a application on NW 7.01 which basically opens a pdf document (ADS). the pdf document is opening fine when we run it from NWDS / in HTTP mode. But throws this error when run on the portal which uses HTTPS. We have configured HTTPS

  • Upgrade 9i to 10g Performance Issue

    Hi All, DBA team recently upgraded the database from 9i to 10g (Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi). There is a process as follows Mainframe --> Flat file --> (Informatica) --> Oracle DB --> (processing through SPs) -->

  • Photoshop CC-cloudy thinking

    I use P/S CS6 and Lightroom 4. As a photographer I have had no interest in the other products. It looks as if there will be no CS7, and I will have to "lease" any forthcoming improvements to CS6.  The intro *sucker price* has no relationship to the p

  • Datatype for Characteristic IO.

    Hi, I have an ECC field Royalty Percentage which has a value  say 0.80, Am mapping it to Characteristic IO in BW which has a datatype NUMC. Now this means that Ryalty percentage comes up as 0080 instead of 0.80. What data type do I select so that it

  • No proxy for elements in an FC Bundle

    I've had this problem (randomly, it would seem), since we started using the FC Server 18 months ago. It's always been annoying but now it's impacting our workflow. Here's the scenario: Someone annotates an interview and an editor makes sub-clips from