› Forums › Operating Systems › Windows Server 2008 R2 › Wish List Progress › Windows Sensor and Location Platform
- This topic has 3 replies, 3 voices, and was last updated 13 years, 8 months ago by
muadkip.
- AuthorPosts
-
- 13th March 2011 at 19:54 #50903
Is there any insight on how one would go about seeing how to port these features to windows Server. I would love to be able to help.
- 13th July 2011 at 21:08 #50904
A good start would be to run the following command in Start->Run on a Windows 7 x64 machine while monitoring using Sysinternals Process Monitor: control /name Microsoft.LocationAndOtherSensors.
Also, it looks like the following files could be related to this feature in Windows 7:
%SystemRoot%System32
SensorsApi.dll
SensorsClassExtension.dll
SensorsCpl.dll
%SystemRoot%System32en-US
SensorsCpl.dll.muiFurthermore, using the [localurl=viewtopic.php?f=2&t=1154:doifce8e]Class Enumerator[/localurl:doifce8e] I created, registry classes related to these files could be found (see screenshots).
If the dll exports a DllRegisterServer function, the dll can be registered using the command regsvr32.exe nameOfFile.dll.
Once all files and dependencies are copied to and registered in Windows Server 2008 R2, see if you can open the “Location and Other Sensors” control panel applet. If not, monitor using Process Monitor to see which files/registry keys might be missing, copy these and try again.
Dependency Walker might also be a useful tool to find out which other files (dependencies) are necessary for the dll’s to run.
Hope these gears will help you further in migrating this feature to Windows Server 2008 R2! :geek:
- 23rd September 2011 at 16:12 #50905
I followed your instructions and copied the files from my Win7 including the registry trees. Sadly, it is not starting by the Win+R command nor is it appearing in the Control Panel.
Can some friendly geek help out to get GPS running on 2008? It is the perfect Microsoft-System. Like Win2k should look like. 🙂
- AuthorPosts
- You must be logged in to reply to this topic.