The answer depends on how you accessed safe mode:
To exit Safe Mode, open the System Configuration tool by opening the Run command (keyboard shortcut: Windows key + R) and typing msconfig then Ok.
- Tap or click the Boot tab, uncheck the Safe boot box, hit Apply, and then Ok. Restarting your machine will exit Safe mode.
Get out of Windows Safe Mode Using Command Prompt
Before get started, you need to open a Command Prompt with administrator privileges. If your computer is current running in Safe Mode – Alternate Shell, you should be now at an administrator Command Prompt.
Type the following command directly at the Command Prompt. Press Enter and it will turn off Safe Mode.
bcdedit /deletevalue {current} safeboot
Reboot your computer with the command:
shutdown /r
Now your computer will boot back into normal mode.
I hope one of these helps.