Hello Emil,
First, I would recommend to check System and Application Event logs to see what is happening in the computer during that time. Maybe there is some load job, AD job or similar that is delaying the load.
Then I would suggest to review the GPO configuration in the security policies. You can edit "Local Security Policies" for a non-domain joined computer by running the command gpedit.msc
Look for the policy: Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options
There you can find the next related policies:
-Interactive Logon: Machine inactivity limit: This policy sets the maximum amount of time that a computer can remain inactive before it requires the user to log in again. If this is set too high, it might contribute to the delay.
Interactive Logon: Message delay: This policy specifies the number of seconds to delay the display of the CAD prompt and any configured legal notices. Ensure that this policy is not configured with a significant delay.
-Interactive Logon: Message title for users attempting to log on: This allows you to specify a title for the CAD prompt.
-Interactive Logon: Message text for users attempting to log on: this policy allows you to specify a message that appears on the CAD prompt.
-Interactive Logon: Do not require Ctrl+Alt+Del: If this is enabled it will bypass the CAD step to login
--If the reply is helpful, please Upvote and Accept as answer--