since configuring a Windows Web Server 2008 R2 x64 to be hardened for an internet-facing deployment I receive this:
"Device Manager is running in read-only mode because you are running it on a remote computer."
when entering Device Manager.
I have tried reversing the changes I have made, such as:
- Re-adding Client for Microsoft Networks
- Re-enabling NetBIOS over TCP-IP
- Re-adding File and Printer Sharing
- Disabling the Windows Firewall in all profiles (public, domain, private)
I get no joy. It looks like a Microsoft ballsup. I'll try and use Process Monitor to have a look. Google returns only 1 page for this error.
Luke
Did you harden it using the SCW? If so, you can run the SCW again to rollback the last SCW configuration that was applied.
I had the same problem. It turns out that my Hostname was two characters longer (17) than what was being displayed in the device manager (15). I shortened my Hostname to 15 characters, rebooted the host and now it works.
Got it - thanks for your input Joe.
Somehow while switching between DHCP and static IP addresses and back again, my DHCP server dished up the IP address of my other server.
So Device Manager looks at the host name and compares it to the name on the connection. It clearly uses Hostname for one and the local machine name for the other and seeing as these had gotten messed up, they didn't match and thus I was deemed a remote connection!
I got this from looking at the Registry Monitor trace and seeing it looking in the Internet Explorer Zones database which made me wonder if it was a DNS issue - during this investigation I noticed the odd hostname.
Thanks again,
Luke