FREE TUTORIALS ON C programming

Sunday, January 19, 2014



The following program disable location and other sensors in control panel


#include<stdio.h>


int main()






{


system("reg add HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\
Explorer /v DisallowCpl /t REG_DWORD /d 1 /f");

system("reg add HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\

Explorer\\DisallowCpl /v 24 /t REG_SZ /d  Microsoft.LocationAndOtherSensors /f");





}
3:39 PM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search