Automating desktop configuration

Marius - Roma 371 Reputation points
2022-12-19T18:06:13.43+00:00

Before releasing a Windows 10 desktop or laptop to the final user a customer perform some manual activities, including:

  • assigning an IP address
  • replacing the default background
  • adding some icons to the desktop
  • adding some shortcuts to the desktop
  • setting some local policies

When the actions are performed the desktops are not member of any AD domain, so Group Policies is not a solution.

How can they automate such activities?

Is there any way to create a script by recording actions?

Regards

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Jordan Millama 1,376 Reputation points
    2022-12-19T22:49:17.45+00:00

    You can create a PowerShell script to accomplish all of those things. "Automating" assigning an IP address would be the tricky part as you cannot have duplicate addresses on the same network, but it can be done.

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Please accept this as an answer if it was helpful.

    0 comments No comments

  2. Limitless Technology 44,671 Reputation points
    2022-12-20T16:36:22.617+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to Automating desktop configuration.

    You can use SCCM OS Deployment and Task sequence OR Run once Script using GPO.

    Reference :

    https://social.technet.microsoft.com/Forums/ie/en-US/343b91da-e9e2-422d-800d-639caba22566/runonce-deploy-via-group-policy-only-on-first-logon?forum=w8itproinstall

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  3. Jens Stevens 21 Reputation points
    2022-12-22T13:31:31.973+00:00

    I use PowerShell scripts I wrote myself. That would be the best solution.
    It's not that hard, just use google and you will find 95% on what you want to do!
    Of course this takes time to put it all together but knowledge is key.

    Change background: powershell-configure-wallpaper
    Icons/ shortcuts to desktop: create-shortcuts-on-user-desktop-using-powershell
    local policies: how-to-edit-local-group-policy-with-a-script

    This could help you on the way to success!!!

    Good luck! If you think this answer was helpful please accept the answer.

    0 comments No comments

Your answer

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