Jump to content

Recommended Posts

Posted

Hi,

 

Any suggestions on how to cut down initial login times? I'm using local profiles and the initial login can be between 4-5 minutes waiting for 'Preparing Windows' to complete. During the task sequence I have a powershell script that remove all except a few of the modern apps. The via group policy have the initial sign in screen turned off, plus the other recommended policies from Microsoft on cortana and customer experience.

 

I've experimented with a mandatory profile(following the Rankin guide) but the user gets either inistantly logged out or the desktop doesn't stop flashing black and they can't do anything. I'm more than happy to stick everyone on a Mandatory profile if I can get it to actually work.

 

The computers are traditional HDD's, so I'm not expecting 20 second logins, but 4-5 minutes will be unacceptable for the majority of staff/pupils.

 

Thanks,

Posted
Sorry to answer my own post! I've just tried turning it into a default profile instead and placing it on Netlogin. Seems to have done the trick and my test pupil account can now login in between 30-40 seconds. :)
Posted
I think your first step is to turn on the verbose/detailed login messages, you will then see where it gets stuck in preparing windows hopefully
  • Thanks 1
Posted

Logging is enabled, they were wizzing through group policies(drives, printers and such) in about 15 seconds and then sitting at preparing windows.

Not blocing ini files to my knowledge.

 

The default profile in netlogon has definetly helped. After testing some more desktops it's now down to between 30 seconds and 1 minute 30(machine that had been off since term ended).

Posted

Sorry to jump into this thread, but I'm having the same issue with our 1905 build. Initial login with a local profile is around 3-4 minutes. Could you expand on what you mean by putting the default profile in netlogon?

 

Ta

  • Thanks 1
Posted

Maybe I'm being really dense, but I don't quite get it.

You're changing it so when a user logs in it copies the "default profile" from the netlogon share rather than the local PC? How dose this make login faster? Surley copying the profile from the local disk is nearly always going to be quicker than pulling it off a network share?

Posted
Maybe I'm being really dense, but I don't quite get it.

You're changing it so when a user logs in it copies the "default profile" from the netlogon share rather than the local PC? How dose this make login faster? Surley copying the profile from the local disk is nearly always going to be quicker than pulling it off a network share?

 

Because you can reduce the profile on the NETLOGON server to 4MB (or thereabouts) where as the local default profile can be well over 100mb in size on a 'vanilla' install on Windows 10.

 

Of course, you can make the default profile on the image you roll out smaller, but if you've already rolled out the image, putting a slim line default profile on the network is the next best option.

  • Thanks 1
Posted

Failing at the last hurdle...

 

I've created the default profile I've wanted, stripped it down and copied it to the NETLOGON folder.

 

Two questions, how do I point student accounts to use the default profile? I've changed their AD profile to point to "\\\NETLOGON\Default User" is that correct?

Secondly, when I try to login as a student, I get the Group Policy Client - Access Denied message.

 

No doubt I'm missing something, most likely permissions based...

Posted
If I understand this right, the "\\dc\netlogon\Default" profile is just replacing the "c:\users\Default" during the initial profile creation part of logon. In which case, the AD profile path should point to where you want a roaming profile created, or left empty for local profiles.
  • Thanks 1
Posted
Failing at the last hurdle...

 

I've created the default profile I've wanted, stripped it down and copied it to the NETLOGON folder.

 

Two questions, how do I point student accounts to use the default profile? I've changed their AD profile to point to "\\\NETLOGON\Default User" is that correct?

Secondly, when I try to login as a student, I get the Group Policy Client - Access Denied message.

 

No doubt I'm missing something, most likely permissions based...

 

Name it "Default User.v6" and take out the AD profile bit - you don't need to configure anything it will just pick it up

  • Thanks 2
Posted

Well, I've learned something new today. Didn't know you could set a default profile in NETLOGON and it would be the default across the domain!

 

For anyone else startled by this revelation, this guide will point in the right direction. Now, if I can only get NETLOGON to replicate properly...

  • Thanks 1
  • 3 years later...
Posted

Setuperr.log states

 

2022-09-26 13:12:34, Error [0x0f0043] SYSPRP WinMain:The sysprep dialog box returned FALSE

2022-09-26 13:19:13, Error [sysprep.exe] UnattendFindAnswerFile: Unable to deserialize explicitly provided unattend file [c:\unattend.xml]; status = 0x800705b9, hrResult = 0x0.

2022-09-26 13:19:13, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

2022-09-26 13:19:13, Error [0x0f00a5] SYSPRP WinMain:Encountered error while searching for unattend file; hr = 0x800705b9

Posted
2022-09-26 13:19:13, Error [0x0f009e] SYSPRP SysprepSearchForUnattend: Failed while searching for unattend file; hr = 0x800705b9

 

What does your unattend.xml file look like?

 

Can you post the full sysprep command you’re using?

Posted
What does your unattend.xml file look like?

 

Can you post the full sysprep command you’re using?

 

Hi,

 

I ended up downloading the example one from this YouTube video.

 

that one seems to work :)

 

I'm following that video and some guides which all seem to have their own take on what to do :/

Posted
This guide:

 

https://community.spiceworks.com/how_to/132493-create-a-windows-10-enterprise-domain-default-profile

 

Does nt' mention anything about editing the registry or deleting folders, which this guide does:

 

https://katystech.blog/windows/windows-10-and-super-fast-logon-times

 

 

When I "Copy" out the Default Profile the AppData folder does not contain anything other than the "Roaming" folder - there is no Local or LocalLow :/

 

Does this matter?

Posted
This guide:

 

https://community.spiceworks.com/how_to/132493-create-a-windows-10-enterprise-domain-default-profile

 

Doesn't mention anything about editing the registry or deleting folders, which this guide does:

 

https://katystech.blog/windows/windows-10-and-super-fast-logon-times

I recently remade our mandatory profile here and I used a combination of https://learn.microsoft.com/en-us/windows/client-management/mandatory-user-profile and https://www.htg.co.uk/blog/mandatory-profiles-in-windows-10-creators.

 

I've made registry changes to remove references to the Administrator user that were hard-coded in the NTUSER.dat.

 

I also applied the following changes to avoid any issues:

 

When I "Copy" out the Default Profile the AppData folder does not contain anything other than the "Roaming" folder - there is no Local or LocalLow :/

 

Does this matter?

 

The mandatory profile shouldn't include the Local and LocalLow AppData folders, you only need Roaming.

Posted
I recently remade our mandatory profile here and I used a combination of https://learn.microsoft.com/en-us/windows/client-management/mandatory-user-profile and https://www.htg.co.uk/blog/mandatory-profiles-in-windows-10-creators.

 

I've made registry changes to remove references to the Administrator user that were hard-coded in the NTUSER.dat.

 

I also applied the following changes to avoid any issues:

 

 

 

The mandatory profile shouldn't include the Local and LocalLow AppData folders, you only need Roaming.

 

Thanks, so mandatory profile is now the only option?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...