Can i customize windows log in screen as per my requirement? - windows

I just want to integrate windows with my already developed system.
I need login screen that contains window user name And when i click on login button some other page or popup should ask me my system user name and password along with one button.
without my system user name and pass word user can not login to computer.
i just wanted to know that is it possible or not.
If it is possible than give me a way please..
Thank you.

Related

How to save the state of the application when you navigate or close the application in Xamarin.Forms?

My application is about getting the contact information of the user when filing an job application. I want for the user to have the ability to save what he/she initially filled up and when he/she wants to finish filling-up the form the information he/she already filled up will there. Is there a way to save the state of the application so that when the user closes the application or navigate to another page the form that the user filled-up wont be gone?
Depending on the number and types of fields of your application I would use Preferences.
https://learn.microsoft.com/en-us/xamarin/essentials/preferences?tabs=ios

Is it possible to create a program that changes/customizes how a user logs into their account in Windows?

Hello Stackoverflow Community,
I was wondering if it would be possible to change the way a user logs in using Windows. I currently have Windows 8.
What I mean by this question is that instead of a user entering a password to log into their account or using a finger print scanner, we can have something like a matrix of numbers (like the movie) that keeps scrolling up or down. A user has to click in a certain way or combination. Or the user has to drag certain numbers over others in different columns (some sort of idea along those lines using some sort of algorithm).
Is it even possible to change the way a user logs into their account on Windows? I do have an old laptop I can mess around with.
Thank you.
Windows has 3 built-in Sign-in Options
Login using a Password
Login using a Picture Password (you login using three gestures saved on a picture)
Login using a 4 Digit PIN
Apart from this you can get rid of Windows Sign-in option by running 'netplwiz' in run box and unchecking the box that says “Users must enter a user name and password to use this computer”.
You can then use software like Eusing Maze Lock
XUS PC Lock
Also using fingerprints is possible if you have a fingerprint reader. Check if 'Biometrics\Credential Provider' registry entry for this is disabled if you are unable to get a fingerprint option in Sign-in options.

Windows Authentication using MVC5, display Username at the top of every View

I am developing a MVC5 application for the DOE. We use windows authentication to login to our computers. I need help getting the users Name when logged in to be display "Welcome, Username"(across all pages) when they navigate to site. My problem is that when I navigate to the page it displays our ID which is what we use to login, i.e. i5456 and password. It would be much appreciated if someone would assist me and walk me through how to set this up.
I have already disabled Forms auth and enabled windows auth in VS 2013. I have tried using #User.Identity.Name in my SiteLayout, but like I said the ID is the only thing displayed. I'm not sure how to setup my model or view, or if I even have to. Is there a way to retrieve the Username so it can be displayed instead of the ID?
Try this #User.Identity.GetUserName() in your view
works for me

Windows Phone: how to save a log of user actions?

I want to save a log of whatever user is doing in my application. For example, if user clicks specific button or Icon I want to record it. How can I achieve that in windows phone?
I would use google analytics for this.
http://devatheart.com/2012/09/02/analytics-for-windows-phone-nuget-to-rule-them-all/

Check User is Logged in or Nor in Web Browser Control

I m trying to make one test app in windows phone 7.1 And I am using webBrowser control in my app and giving url of external website. User input login details in that form and press submit button. How I Can know the user is logged in.
Thanks,
You can track the URL the user is being redirected to, using the WebBrowser.Navigating event. Check the NavigatingEventArgs.Uri property.
Then you just need to work out the page that the login page redirects to, and if the user is navigating to that then they have successfully logged in.

Resources