Error in User Accounts

Page 1 of 7 123 ... LastLast

  1. Posts : 54
    MS Windows 7 Home Premium 64-bit SP1
       #1

    Error in User Accounts


    I opened up my new Samsung Series 3 computer for the first time. I made a spelling mistake when I had to choose my account name. After Windows finished installing i made a new account with the right name and i deleted the old. But if I right-click on a file, choose properties and open the tab Security (Sikkerhed in danish) I get this: https://www.dropbox.com/s/kz8px9nvge...Unavngivet.png Why is it Pete-pc(that's the fail name)\Peter Stidsen (the new account)?

    If i look in C:\Users the only folders are Shared files ("Delte filer" in danish) and Peter Stidsen: https://dl.dropbox.com/u/21887805/Unavngivet.png
      My Computer


  2. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #2

    You most likely made username Pete when installing win7. It created Pete-pc as computer name. You want to change the computer name?
      My Computer


  3. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #3

    Before deleting an account, one should delete all folders assigned to the account.

    you can boot up as an administrator, navigate to C:\Users\here the old account name, delete everything you can find there.

    I never, never go to another location to view forum-related files.

    Please use following procedure to post snapshots, etc.
    Post a File or Screenshot in Seven Forums
      My Computer


  4. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #4

    Goto ControlPanel\System and Security\System and change the computername to anything you want
      My Computer


  5. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #5

    to determine current name and to change current name of your COMPUTER.
    WIN | type POWERSHELL | do NOT hit ENTER |
    keycombo CTRL + SHIFT + ENTER |
    keycombo ALT + Y

    type following and hit enter key:
    (gwmi Win32_computersystem).name

    that will show the present name.

    now to change the name,for example to SchnickleFritz
    (gwmi Win32_computersystem).rename ("SchnickleFritz")

    to see the new name:

    you can now type EXIT to exit powershell

    (gwmi Win32_computersystem).name


    Oh yes WIN = key with microsoft logo on top
      My Computer


  6. Posts : 10,796
    Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
       #6

    karlsnooks said:
    to determine current name and to change current name of your COMPUTER.
    WIN | type POWERSHELL | do NOT hit ENTER |
    keycombo CTRL + SHIFT + ENTER |
    keycombo ALT + Y

    type following and hit enter key:
    (gwmi Win32_computersystem).name

    that will show the present name.

    now to change the name,for example to SchnickleFritz
    (gwmi Win32_computersystem).rename ("SchnickleFritz")

    to see the new name:

    you can now type EXIT to exit powershell

    (gwmi Win32_computersystem).name


    Oh yes WIN = key with microsoft logo on top
    keycombo ALT + Y is for Yes in UAC popup. But probably not in Danish!!! Yes and No are different in all languages!
      My Computer


  7. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #7

    True.

    Thanks.

    Most likely J for Ja.

    I'll bet Peter has an excellent command of the English language, certainly better than my Danish.

    karl
      My Computer


  8. Posts : 54
    MS Windows 7 Home Premium 64-bit SP1
    Thread Starter
       #8

    Screenshots


    I have changed my computername, but that was just a part of the problem.

    Look the screenshots. I described them in the first post.

    Thank in advice.

    And ja. Ja means yes
    Attached Thumbnails Attached Thumbnails Error in User Accounts-unavngivet.png   Error in User Accounts-unavngivet1.png  
      My Computer


  9. Posts : 54
    MS Windows 7 Home Premium 64-bit SP1
    Thread Starter
       #9

    Btw I'll take on a holidaytrip, so i willn't answer until friday.
      My Computer


  10. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #10

    Peter,
    Have a nice holiday.

    When you get a chance then run CMD.EXE and execute the following two command lines.

    wmic useraccount list full /format:table > %userprofile%\desktop\UserAccountsFull.txt

    wmic sysaccount get Domain,LocalAccount,Name,SID,Status /format:table > %userprofile%\desktop\SystemAccounts.txt

    -------------------------------------------------------------------------
    You might need to replace %userprofile% with c:\brugere\"Peter Stidsen".

    You can run cmd.exe and type
    SET
    which will list all of the environment variables.

    Here's what mine look like, to give you an idea of what to look for as equivalent to userprofile:

    C:\Users\karl>set
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\karl\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=LAPPY
    ComSpec=C:\Windows\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\karl
    LOCALAPPDATA=C:\Users\karl\AppData\Local
    LOGONSERVER=\\LAPPY
    NUMBER_OF_PROCESSORS=2
    OS=Windows_NT
    Path=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\
    dows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\sysinternalssuite;C:\Pr ogram Files (x86)\Windows Live\Shared;C:\P
    86)\ATI Technologies\ATI.ACE\Core-Static
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=AMD64 Family 17 Model 3 Stepping 1, AuthenticAMD
    PROCESSOR_LEVEL=17
    PROCESSOR_REVISION=0301
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Windows\TEMP
    TMP=C:\Windows\TEMP
    USERDOMAIN=lappy
    USERNAME=karl
    USERPROFILE=C:\Users\karl

    windir=C:\Windows

    karl,
    veteran of several times walking the 300km Herresvejvandring
      My Computer


 
Page 1 of 7 123 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:20.
Find Us