Forum Discussion
Joshua Dolecal
Jan 09, 2018Copper Contributor
Disable "Windows Hello"
I am an admin, and attempting to disable "Windows Hello for Business" also referred to as 2-step authentication. From what I gather, this option is set as "disabled" by default. I confirmed this. How...
Geoffjk1160
Jul 19, 2020Copper Contributor
Not sure if you guys have tried this one, but this seems to have done the trick in one of my customers environments (we're doing a bulk enrollment for these devices into Intune, so I've included this as part of the the provisioning package).
Reg add HKLM\SOFTWARE\Policies\Microsoft\PassportForWork /v Enabled /t REG_DWORD /d 0 /f
mbilalkhaan
Nov 10, 2020Copper Contributor
Geoffjk1160 Can you please give me more information on how you made this part of provsioning package? are you using intune script? Thanks