prestoncooper / RansomwareDetectionService

This program detects all present and future ransomware in Windows file shares or local drives for Windows file servers. I created this windows service to aide system administrators not average users.
Other
14 stars 11 forks source link

Login disruption #2

Open RoshniDodhi opened 3 years ago

RoshniDodhi commented 3 years ago

I saw your example for login in - I entered my email id as username name and password and its showing this error. I even tried using the format “DOMAIN\Username . I m getting this error - error 1001 no mapping between account names and security IDs was done. It would be great if you could help us figure this out. Hoping for your positive response .Thank you image

prestoncooper commented 3 years ago

It is asking for either a local computer account or domain account to use to run the service. The format is domain\username or computername\localusername or username@domain.com or localusername@computername or .\localusername

If you open services.msc when you change a service to use a domain account or local user account that is what is being asked.

On Tue, Oct 27, 2020, 1:52 AM RoshniDodhi notifications@github.com wrote:

I saw your example for login in - I entered my email id as username name and password and its showing this error. I even tried using the format “DOMAIN\Username . I m getting this error - error 1001 no mapping between account names and security IDs was done. It would be great if you could help us figure this out. Hoping for your positive response .Thank you [image: image] https://user-images.githubusercontent.com/64775097/97278337-1777a000-1853-11eb-8361-b857a3bfb22d.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/prestoncooper/RansomwareDetectionService/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAUIOGJOMW36BRZYVG3EALSM2C5TANCNFSM4TAQDGLA .