Forum Discussion
AccurateIsaiah
Jul 02, 2021Copper Contributor
Windows 11 Start Button not working
I have upgraded to windows 11 using the insider feature. my task bar is still the old windows 10 one and I cant use the start menu. I have gone back to windows 10 for now. Any fix or fix coming to th...
Sajin_Thomas
Jan 19, 2022Copper Contributor
I too faced this problem after resetting my laptop. It's probably because files in the user account were corrupted during the upgrade/reset.
Create a new user account. Make sure to grant him administrative privileges so you can move your personal files to the new account.
1. Open cmd as an admin: Press Win+R, type cmd, press Ctrl+Shift+Enter
2. Create a user: Run the following command:
net user /add <username> <password>
3. Grant admin role: Run the following command:
net localgroup administrators <username> /add
Now switch to the new account and hopefully it works well.
Create a new user account. Make sure to grant him administrative privileges so you can move your personal files to the new account.
1. Open cmd as an admin: Press Win+R, type cmd, press Ctrl+Shift+Enter
2. Create a user: Run the following command:
net user /add <username> <password>
3. Grant admin role: Run the following command:
net localgroup administrators <username> /add
Now switch to the new account and hopefully it works well.