Skip to content

Instantly share code, notes, and snippets.

@machineonamission
Created August 20, 2021 03:17
Show Gist options
  • Select an option

  • Save machineonamission/5b353e0a50cd5fec268a86346d838704 to your computer and use it in GitHub Desktop.

Select an option

Save machineonamission/5b353e0a50cd5fec268a86346d838704 to your computer and use it in GitHub Desktop.
Sets registry flags to dell ones to trick Dell Mobile Connect to think your PC is a dell pc.
echo Setting OEMID in RegEdit...
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Store" /v OEMID /f /t REG_SZ /d DELL
echo Setting SCMID in RegEdit
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Store" /v StoreContentModifier /f /t REG_SZ /d DELL_Xps
@machineonamission
Copy link
Author

Did you run the bat as admin? I believe you need admin to modify the registry

also it may just not work anymore, Dell could have changed stuff

@alexander-paterson
Copy link

Yeah, ran it as admin.

@RyanTheTechMan
Copy link

Hey, I decided to test it out on another PC I had. I am running the latest build of Windows 11 (22H2 (25158.1000)). It still works for me. I followed the same steps that worked before, and everything works as expected.

@alexander-paterson
Copy link

Hey, I decided to test it out on another PC I had. I am running the latest build of Windows 11 (22H2 (25158.1000)). It still works for me. I followed the same steps that worked before, and everything works as expected.

That worked for me, although I was greeted with the message that the app would be discontinued at the end of the year.

@mohsin-eth
Copy link

GREAT!

@RyanTheTechMan
Copy link

Hey, this is an FYI to everyone.
Microsoft is adding Phone Link support for the iPhone and it looks like a replacement for the Dell Mobile Connect. It appears to be a Windows 11 app only. It is only in the insider build at the moment. See more info here

@yodaluca23
Copy link

Hey, this is an FYI to everyone.
Microsoft is adding Phone Link support for the iPhone and it looks like a replacement for the Dell Mobile Connect. It appears to be a Windows 11 app only. It is only in the insider build at the moment. See more info here

Yea, I know I’m pretty excited, also I’ve been using Intel Unison instead of dell Mobile connect, it’s essentially the same thing, and it works on any computer…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment