1.5 KiB
1.5 KiB
Frequently Asked Questions
How to deploy wufuc using Group Policy
There is a tutorial on the Advanced Installer website that explains how to do this.
How to use unattended feature in the batch setup scripts
install_wufuc.bat
and uninstall_wufuc.bat
both support two command line parameters that can be used alone, or combined to change the behavior of the scripts:
/NORESTART
- Automatically declines rebooting after the setup finishes./UNATTENDED
- Skips all prompts for user interaction, and automatically restarts unless/NORESTART
is also specified.
These must be used from an elevated command line prompt.
How to manually remove wufuc v0.8.0.143 when it is impossible to uninstall it normally
This applies exclusively to a very buggy version of wufuc that was only available for download for a short period of time, other versions are unaffected.
- Boot into Safe Mode with Command Prompt.
- In the command prompt type
regedit
and press enter. - Navigate to the key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
- Expand the
Image File Execution Options
tree. - Locate the
svchost.exe
sub key, right-click it and press Delete. - Reboot, and you should be able to log in normally again.
- Open Add and Remove Programs, locate and run the normal wufuc uninstaller to complete the removal process.