Dvir
Dvir

Reputation: 83

How to go to lock screen windows 8 simulator?

I'm trying to develop a small application that uses the lock screen notification.

I'm running the Windows 8 Simulator and I'm trying to go to the lock screen with no success.

Help anybody?

Upvotes: 3

Views: 945

Answers (3)

Jason Short
Jason Short

Reputation: 5324

What I did was to run remote desktop from my laptop and connect to my desktop machine. On the desktop the actual monitor will show the current lockscreen. Then from my remote desktop session I could use my app and watch the real lockscreen from the main monitor.

It was sort of a hack, but it worked. My lockscreen app changes the image, so being able to see it easily made a huge difference to me.

Upvotes: 0

Nathan Kuchta
Nathan Kuchta

Reputation: 14172

Unfortunately, the lock screen and notifications APIs (toast, tile, and badge) do not work in the Windows 8 Simulator. To test and debug, use "Local Machine" as the target.

Upvotes: 1

Jennifer Marsman - MSFT
Jennifer Marsman - MSFT

Reputation: 5225

The keyboard shortcut for lock is Windows key + L. Try that in the simulator.

Upvotes: 1

Related Questions