Share via

Setting up default profile or script

Faas, Jason 60 Reputation points
2025-10-26T20:38:59.8233333+00:00

Hey all.  Windows 11 is becoming increasingly frustrating trying to set up profiles the way we traditionally do it in our company and I am hoping to find a solution that will help make this process easier.  Our current method is we do a reimage using a PXE boot setup that installs everything and then we log in to our admin account to add some things that arent in the image like remote connection software and Lenovo updaters.  After that, we usually have to have a user log in, and then we set up their mail for Outlook 2019 (this is what we use instead of the Outlook that comes with Windows), then set up Teams and we use Chrome as a browser.  Next we set up default apps to use Adobe as the default PDF viewer, a different media player as the default media player, and Chrome.  Then we check all updates, use VAMT to license the Office products, and then hand it over.  What I would like to do is to be able to set up the main account on these computers and then have all of the subsequent logins/profile creations mimic this.  Some of the frustrations now stem from Microsoft pinning their Windows Outlook on the taskbar and not being able to fully get rid of it, and the other is the way they changed the default apps. In Windows 10, I could just tell it the default email app, default photo viewer, default media player, etc. Now I have to choose the app and then say what all file extensions will be set to the default app I choose to use.  

Our issue is that we can do initial setups with users, but once someone signs in at another computer, it creates a profile, none of these settings are there, and they try to use the Windows Outlook because its pinned to the taskbar and it wont work for them so they put in a ticket.  I also would love to just be able to hand over computers to users without having to have them sit there and be with me to set up the profile.  I have started asking for passwords, but thats weird for some folks (which is understandable).  I offer setting a temporary password in AD so we can both access it while I set up their new computer and then I will just let them reset it in AD when im done, but all that seems ridiculous.  I feel like there has to be an easier way.  We tried using the XML file with the GPO for the default apps, but that didnt work so I am assuming we did something incorrect or maybe that method no longer works.  

Is there a way to make it where when new users log in and it sets up their profile, we will have Outlook (not Windows Outlook), Teams, and Chrome pinned to the taskbar while unpinning Windows Outlook, Microsoft Store, and Edge, and then having all of the default apps already preset? Maybe this can be done by setting a default profile for all users(if that exists) or could it be done via script?  Also is there a way to remove Windows Outlook so that none of the profiles can access that?  Those tickets are so aggravating because its something so simple and yet I havent been able to find a way to remove it completely so that it doesnt pop up on newly created profiles.

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
0 comments No comments

1 answer

Sort by: Most helpful
  1. Domic Vo 21,630 Reputation points Independent Advisor
    2025-10-26T21:56:54.6466667+00:00

    Hello Jason,

    Windows 11 introduced changes to how default apps and taskbar pins are managed, which can complicate traditional deployment methods. Fortunately, there are supported solutions to help streamline this process.

    Here are Recommended Solutions

    1. Customize the Default User Profile

    You can configure a reference profile and copy it to the default user profile so that all new users inherit the same settings:

    Set up a local admin account with all desired configurations (Outlook 2019, Teams, Chrome, default apps, taskbar layout)

    Use tools like SmartDeploy or manual profile copying to replace C:\Users\Default with your configured profile

    Guide: SmartDeploy – Customize Default Profiles in Windows 11

    Note: Be cautious when modifying the default profile directly, as improper changes can cause login issues.

    2. Configure Taskbar Pins via XML and Group Policy

    Microsoft supports taskbar customization using a LayoutModification.xml file:

    Create an XML file that pins Outlook 2019, Teams, and Chrome

    Unpin Windows Outlook, Microsoft Store, and Edge

    Deploy via Group Policy or Intune

    Guide: Microsoft Learn – Configure Taskbar Pinned Apps

    3. Set Default Apps Using GPO or MDM

    Windows 11 requires mapping file extensions to apps explicitly. You can:

    Export default app associations from a configured machine using: cmd dism /online /export-defaultappassociations:"C:\DefaultApps.xml"

    Import via GPO or Intune using: cmd dism /online /import-defaultappassociations:"C:\DefaultApps.xml"

    Ensure the XML is correctly formatted and deployed before user profile creation.

    4. Remove Windows Outlook (New Outlook)

    The new Windows Outlook is part of the system app bundle and may reappear with updates. To suppress it:

    Use PowerShell to remove the app for all users: powershell Get-AppxPackage Outlook | Remove-AppxPackage

    Use provisioning package or GPO to prevent reinstallation

    Note: Some system apps may reinstall after feature updates unless blocked via policy or script.

    By combining default profile customization, XML-based taskbar layout, and default app association deployment, you can significantly reduce manual setup and ensure consistency across user profiles. Removing or suppressing unwanted apps like Windows Outlook can further reduce support tickets.

    Let me know how it goes, and if this answer helps, feel free to hit “Accept Answer” so others can benefit too 😊 T&B, Domic.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.