Skip to Content

Frequently Asked Questions

Find answers to the most common questions

Please perform the following steps:
1. Open a command prompt as administrator.
2. Run Diskpart application by typing Diskpart in the command prompt.
3. In the β€œDiskpart” prompt, enter rescan command.
4. Then type in list disk and press Enter key to show all hard disk drive available.
5. Select the disk that contains the partition you want to remove. Normally, with just 1 hard disk, it will be disk 0. So the command will be: Select disk 0 Finish by Enter key.
6. Type list partition and press Enter key to show all available and created partition in the disk selected.
7. Select the partition that wanted to be deleted by using the following command, followed by Enter key: Select partition x Where x is the number of the recovery partition to be removed and unlocked its space. Be careful with the number of this partition, as wrong number may get data wipes off.
8. Finally, type in delete partition override and press Enter key.
Operating System
Was this helpful?

Import the attached registry entry.
Operating System
Was this helpful?

cscript.exe %windir%\system32\slmgr.vbs /ipk <key>
Cscript.exe %windir%\system32\slmgr.vbs /ato
Operating System
Was this helpful?

To add the local administrators in the User Rights assignments
1) Start>Run>gpedit.msc
2) Computer Configuration>Windows Settings>Security Settings>Local Policies>User Rights Assignments
3) Double click  on Back up files and directories and add the Administrators.
4) Double click  on Restore files and directories and add the Administrators.
5) Close  the window and reboot the machine.
6) Try to add the machine to the domain.

If  the issue persist, Reset the security database.

1) Open MMC
2) Add Security Configuration and Analysis tool
3) Right click Security Configuration and Analysis in the left pane
4) Select open database
5) In the new database, type in secnew.sdb, click ok.
6) Select setup defltbase.inf as the template to import from C:\Windows\inf, click ok.
7) Rightclick Security Configuration and Analysis in the left pane again
8) Select configure computer
9) Reboot the machine.
10) Try adding the machine to the domain.
Operating System
Was this helpful?

config system fortiguard set sdns-server-ip "208.91.112.220" set ddns-server-ip "173.243.138.225" end
Network
Was this helpful?

Please try the following steps:
1. You can try to perform a clean boot.
And try to run the following command to check the system files.
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
2. Try to check for updates, if you can install any security updates or related components, please install them to check. (Such as CoreMessaging.dll, or other components.)
3. Update Windows to the latest version
Operating System
Was this helpful?

  1. Right-click the Start button and choose Windows Terminal.
  2. Copy the command from below, paste it into Windows Terminal Window, and press enter.
    1. reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

  3. Restart File Explorer or your computer for the changes to take effect.
  4. You would see the Legacy Right Click Context menu by default.
Operating System
Was this helpful?