Change signed user in Windows 8 simulator?

Visual Studio lets you run the Windows 8 simulator to test your applications. By default, the simulator uses the same user account as my machine. Is there a way to specify a different account?

+3


source to share


1 answer


This answer contains one important caveat: it will require an installable (registered) version of Windows 8.

Use Hyper-V Manager to create a new virtual machine and install Windows 8. You can create any accounts you need, be they local or Microsoft accounts. Install the Visual Studio 2012 Remote Debugging Tool on this computer. In my case, I have joined a VM to my local WORKGROUP.



In a VS 2012 project, you can choose a remote computer instead of Simulator or Local. If for some reason the Remote Connections dialog is not displayed so you can select a virtual machine, you can also go to Properties> Debug> Startup Options and select Remote Machine and use the Find button. to find her.

0


source







All Articles