To prevent the profile creation, follow the below procedure.
Solution is to disable the Encrypting File System (EFS) on the server.
Method 1: Edit a domain-level group policy
- In the console tree, go to the following location:
Computer Configuration/Windows Settings/Security Settings/Public Key Policies/Encrypting File System - Right-click Encrypting File System, and then click Properties.
- Click to clear the Allow users to encrypt files using Encrypting File System (EFS) check box.
Essentially this Group Policy sets below registry keys and values which are checked by EFS during user operations.�
����HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsNT\CurrentVersion\EFSValue : EfsConfiguration -> DWORD 1�
����HKEY_LOCAL_MACHINE \SOFTWARE\Policies\Microsoft\WindowsNT\CurrentVersion\EFSValue : LastGoodEfsConfiguration -> DWORD 1
Method 2: Turn off EFS for the standalone computers (non-domain joined)
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in WindowsLocate and then click the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EFS\
Value : Efsconfiguration -> DWORD 1
Please note that disabling EFS will of course not allow using file encryption on the Server where the change is made.