zoukankan      html  css  js  c++  java
  • How to solve the problem : "You have been logged on with a temporary profile"

    /*By Jiangong SUN*/


    I've encountered a problem in one server, which is : Every time I login into the server, it creates a new temporary user profile for my account.


    Here is the error message:

    "You have been logged on with a temporary profile. You cannot access your files and files created in this profile will be deleted when you log off. To fix this, log off and try logging on later. Please see the event log for details or contact your system administrator."


    You can check the registry to see if the account have a or several temporary profiles with the following path.

    HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileList


    By check the profiles list, you may find there are two profiles using similar names.

    For example, a profile called "S-1-5-82" and another profile called "S-1-5-82.bak".

    If you check further, you will find the .bak profile's "ProfileImagePath" value is your account, and the currently used profile's "ProfileImagePath" is a temporary profile you're using right now.


    To solve this problem, you can just rename the profile "S-1-5-82" to "S-1-5-82.tmp", and revert "S-1-5-82.bak" to "S-1-5-82".

    In this way, the correct profile is used. 

    Then restart the server, and the problem should be fixed.




    Reference:

    http://www.techsupportall.com/how-to-fix-temporary-profile-in-windows-7/

    http://support.microsoft.com/kb/947242









  • 相关阅读:
    RMAN参考使用手册2[转载]
    硬盘故障的解决
    控制文件和重做日志文件
    设置DBID
    让虚拟机从U盘启动[转载]
    windows7桌面预览不出现的解决方法
    让.Net程序脱离.Net Framework框架运行
    抗辐射多吃六种食物《转》
    ASPX.NET学习记录(一)
    饮食影响人的七情六欲《转》
  • 原文地址:https://www.cnblogs.com/blfbuaa/p/7364257.html
Copyright © 2011-2022 走看看