Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To check Windows device is rooted/jailbrake or not programatically?

Since I am new to Windows Phone Technology, I want to programatically find in my application that windows device is rooted/jailbrake or not. I found many links but it seems like no way for finding rooted windows device programatically. So is there any way to find rooted/jailbreak windows device programatically any API available for this ? Can anyone help me ? Thanks

like image 667
user3146084 Avatar asked Mar 21 '23 20:03

user3146084


1 Answers

Rooting and/or jailbreaking is not officially supported by Microsoft and therefore there is no official way for you to check if your application is running on such device.

In principle, you could check that, but that check would involve adding stuff to your application that would not pass the certification which means that you can run that application only on jailbroken device.

Which then means that you don't need to check at all since you already know that you are running on such hardware.

like image 81
Toni Petrina Avatar answered Apr 07 '23 20:04

Toni Petrina