Fix 4: Create a new user profile

Dive into business data optimization and best practices.
Post Reply
Rina7RS
Posts: 969
Joined: Mon Dec 23, 2024 3:33 am

Fix 4: Create a new user profile

Post by Rina7RS »

2. Follow the path below:

C:\Windows\System32\GroupPolicy\
3. Right-click the folder named Machine and select Rename or Delete.

Delete or rename the machine file patch. Access to the Group Policy Editor is denied.

1. Press Windows+R to open the Run window. Enter the following command and click OK:

netplwiz
netplwiz command

2. Click “Add…”.

add option to user account

3. Select "Sign in without india telegram data a Microsoft account".

sign in without a microsoft account

4. Select "Local account".

local account

5. Now enter your username and password and follow the on-screen instructions.

Fix 5: Re-enable Group Policy and run it as administrator.
1. In the Windows search bar, open Notepad.

open notepad

2. Here copy and paste the below command file:

echo off
pushd "%~dp0"
dir b%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3.mum >Listxt
dir b%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3.mum >>Listxt
for f %%i in 'findstr i. Listxt 2^>nul' do dism online norestartadd-package:"%SystemRoot%\servicing\Packages\%%i"
pause.
Post Reply