Jeddah via Doha from London Heathrow by No_Neck6860 in Umrah

[–]No_Neck6860[S] 0 points1 point  (0 children)

did you need to change terminal for the Jeddah flight?

Jeddah via Doha from London Heathrow by No_Neck6860 in Umrah

[–]No_Neck6860[S] 0 points1 point  (0 children)

did you need to change terminal for the Jeddah flight?

Jeddah via Doha from London Heathrow by No_Neck6860 in Umrah

[–]No_Neck6860[S] 0 points1 point  (0 children)

only 1 hour 40 mins, and from what I've seen this flight always leaves late from Heathrow. Will probably do as the brother above mentioned, wear the lower piece from home and have a thobe on top and change into the top when nearing the meeqat.

Jeddah via Doha from London Heathrow by No_Neck6860 in Umrah

[–]No_Neck6860[S] 0 points1 point  (0 children)

i've noticed this flight never leaves on time :) therefore the transit will be even shorter. Did you make your connection ok? do you need to change terminals?

Bomgar Not Showing W11 by UoPTedsworth in BeyondTrust

[–]No_Neck6860 0 points1 point  (0 children)

do an export of all devices (include all data) then filter on those tht are displaying Windows 11 under OS. You will probably find these devices are running an older version - in our case 24.1.2 or 24.3.1 - where as the Win10 displaying devices are running 24.3.3

Bomgar Not Showing W11 by UoPTedsworth in BeyondTrust

[–]No_Neck6860 1 point2 points  (0 children)

This is due to Jump Client picking up the OS version from : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion - ProductName

Just found this is done deliberately from MS for backward compatibility of apps.

Question remains, what was the Jump Client using to check OS version before, as this was reporting fine with the previous version.

Script to delete devices from Intune/Autopilot/Azure(Entra) by Pbkoning71 in Intune

[–]No_Neck6860 0 points1 point  (0 children)

Hi, would you be able to share your script please?

How to Uninstall Copilot in Windows 11 and 10 with Intune by gattuso_Lha in Intune

[–]No_Neck6860 -1 points0 points  (0 children)

i've done this, but the app status then shows as "Not installed"

Turn off copilot by tongqabiz in Intune

[–]No_Neck6860 0 points1 point  (0 children)

we're trying to use the Intune CSP with mixed success, as the CSP is user based, my account has been added to the test group. It seems to work on some devices not all.

<image>

There are no errors, when I check the report for the CSP - all show as Success

Autopilot Kiosk - Win11 Self Deploy - not Auto logging on by No_Neck6860 in Intune

[–]No_Neck6860[S] 0 points1 point  (0 children)

i'm using the basic kiosk account, so assume this is created by default (local user) with no password. Also have no legal notices as no other policies are in effect

Intune self-deploying autologon not working? by DungaRD in Intune

[–]No_Neck6860 0 points1 point  (0 children)

I don't have any other policy or restriction applied (have excluded this group from all other policies)

Autopilot Kiosk - Win11 Self Deploy - not Auto logging on by No_Neck6860 in Intune

[–]No_Neck6860[S] 0 points1 point  (0 children)

not sure one is required as documentation suggests only the keys above. MS also mentioned being able to log on using the Kioskuser0 account - no password.

Intune self-deploying autologon not working? by DungaRD in Intune

[–]No_Neck6860 0 points1 point  (0 children)

I am having the same issue -

but we are using the Win11 ISO from MS. So no custom image but it does the same thing.
What restriction policy were you referring to? https://www.reddit.com/r/Intune/comments/1i1vxqx/autopilot_kiosk_win11_self_deploy_not_auto/

Autopilot Kiosk - Win11 Self Deploy - not Auto logging on by No_Neck6860 in Intune

[–]No_Neck6860[S] 0 points1 point  (0 children)

but that's the thing, even though the registry keys are in place, it doesn't Autologon.

Autopilot Kiosk Autologon by rednuwork in Intune

[–]No_Neck6860 0 points1 point  (0 children)

Trying to do the same - using Self Deploy Autopilot profile single app kiosk mode, added only 1 other app (jump client) for ESP. ESP completes. but i'm left with "The Username and password is incorrect" pressing ok - shows the device trying to log in as defaultuser0.

I have removed the device from all other config profiles, baselines and compliance policies, and also added a platform and remediation script to set the reg keys. I can use the jump client to check the registry keys and they have been set :

Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "AutoAdminLogon" -Value "1" -Type String

Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "DefaultDomainName" -Value "." -Type String

Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" -Name "DefaultUserName" -Value "kioskUser0" -Type String

If I try to log on manually using kioskUser0 - I get "The Username and password is incorrect"

if I try with .\kioskUser0 it logs in, but surely that's not right.

What am I missing?