Windows 10: Win 10 Laptop Access when you can't access MS account

Discus and support Win 10 Laptop Access when you can't access MS account in AntiVirus, Firewalls and System Security to solve the problem; Trying to help a friend out whose son passed away. His laptop is set up to use a MS account, but his Mom cannot change the p/w as she does not know the... Discussion in 'AntiVirus, Firewalls and System Security' started by AlanTjornhom, Jan 15, 2020.

  1. Win 10 Laptop Access when you can't access MS account


    Trying to help a friend out whose son passed away. His laptop is set up to use a MS account, but his Mom cannot change the p/w as she does not know the correct response to security questions. There does not seem to be any local account created on the device.

    I'd like to her them regain access to his files locally, but she has stated that if this is not possible she would like to at least be able to use the laptop by resetting the device. I do not have a Win 10 disk, but tried unsuccessfully to access device by creating a Win10 utility disk, booting off of it and entering following commands at command prompt in order to create a new local user:


    move d:\windows\system32\utilman.exe d:\windows\system32\utilman.exe.bak

    copy d:\windows\system32\cmd.exe d:\windows\system32\utilman.exe


    wpeutil reboot


    After this tried to use NET USER to create a new user, unsuccessful.


    Any thoughts would be most welcome. Thank you.

    :)
     
    AlanTjornhom, Jan 15, 2020
    #1

  2. Access to MS account

    An employee was recently dismissed and we now do not have the passwords to either the laptop, or the MS account. Being a local party Association, it is imperative that we gain access to ensure that any data cannot be accessed by the now ex employee.
    Any suggestions?
     
    BrianWedge, Jan 15, 2020
    #2
  3. iStink Win User
    User accounts in VB2005 from MS Access

    Access has a list of words not to use as column names, but if you must, you'll need to use brackets in your sql statement. I'm unsure of the list of words, but the line of code appears valid. Try using this:

    Dim sqlString As String = "INSERT INTO USERS ([USERNAME], [PASSWORD]) VALUES ('" & usernameString & "', '" & passwordString & "')"

    Perhaps its password that's causing the issue.

    You could also try renaming the columns within the access database. I ran into this issue when I used the word time as a column name.
     
    iStink, Jan 15, 2020
    #3
  4. Win 10 Laptop Access when you can't access MS account

    User accounts in VB2005 from MS Access

    I wasn't suggesting moving the result of the replace back to the textbox.

    More like Dim sqlString As String = "INSERT INTO USERS ([USERNAME], [PASSWORD]) VALUES ('" & replace(textbox1.text, "'", "''") & "', '" & replace(textbox2.text, "'", "''") & "')".

    And I think the whole issue was the closing bracket I forgot *Smile Win 10 Laptop Access when you can't access MS account :) At least with Accdb (2007) files you don't have to use those [Access brackets] when accessing data from .NET. Not sure if that's forced with mdb files though.
     
    DanTheBanjoman, Jan 15, 2020
    #4
Thema:

Win 10 Laptop Access when you can't access MS account

Loading...
  1. Win 10 Laptop Access when you can't access MS account - Similar Threads - Laptop Access can't

  2. Can't access laptop.

    in Windows 10 Gaming
    Can't access laptop.: I bought at Costco a laptop for school for my 10y son. He forgot login and password. We can't use the laptop anymore. Got stuck in the initial screen. I am able to receive the acc verification code on my cell but does not show the whole login. So not really helpful. This is...
  3. access to my laptop/pc through MS account

    in Windows 10 Network and Sharing
    access to my laptop/pc through MS account: I want to access my laptop having MS account to manage my data in that device in any disk such as C,D,E,F. https://answers.microsoft.com/en-us/windows/forum/all/access-to-my-laptoppc-through-ms-account/bca6a612-f307-440f-8497-e8e85fe40360
  4. access to my laptop/pc through MS account

    in Windows 10 Gaming
    access to my laptop/pc through MS account: I want to access my laptop having MS account to manage my data in that device in any disk such as C,D,E,F. https://answers.microsoft.com/en-us/windows/forum/all/access-to-my-laptoppc-through-ms-account/bca6a612-f307-440f-8497-e8e85fe40360
  5. access to my laptop/pc through MS account

    in Windows 10 Software and Apps
    access to my laptop/pc through MS account: I want to access my laptop having MS account to manage my data in that device in any disk such as C,D,E,F. https://answers.microsoft.com/en-us/windows/forum/all/access-to-my-laptoppc-through-ms-account/bca6a612-f307-440f-8497-e8e85fe40360
  6. Can't access MS Store

    in Windows 10 Software and Apps
    Can't access MS Store: I changed my email provider and changed my Microsoft account to the new one, but now can't use MS Store. It keeps showing my old address and asking for my old password, which doesn't work....
  7. Lost access to MS Account

    in Windows 10 Customization
    Lost access to MS Account: Hi! I have linked my Windows 10 with an Outlook account, which I have lost access to now, and I am unable to restore Because I didnt write down my security answers - Stupid choice Now I need access to the Microsoft store, but its linked up to the account, which I have...
  8. Access to MS account

    in AntiVirus, Firewalls and System Security
    Access to MS account: An employee was recently dismissed and we now do not have the passwords to either the laptop, or the MS account. Being a local party Association, it is imperative that we gain access to ensure that any data cannot be accessed by the now ex employee. Any suggestions?...
  9. Can't access User Account Control (Win 10 Home)

    in Windows 10 Customization
    Can't access User Account Control (Win 10 Home): 1. I was not able to download a software to the Program Files folder because access was denied due to "You don’t have permission to save in this location. Contact the administrator to obtain permission..." (I could download to a folder whose name is the same as the username...
  10. MS Access much slower on computation with Win 10?

    in Windows 10 Software and Apps
    MS Access much slower on computation with Win 10?: I have a MS Access database that requires a high level of computation when making changes to the SQL structure thru imported tables etc. With Win 7 on my Dell i7 XPS 8300 this took a few minutes. Now with a clean install of Win 10 and the same Access 2010 version it takes up...