FusLogVwSet --------------- This script "enables" and "disables" custom settings for the Fusion Log Viewer tool. Enabling settings will: * Create a log folder (default: C:\fusionlogs) * Add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\LogPath and set it to the log folder * Set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\LogFailures to 1 * Optionally set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\ForceLog to 1 * Optionally set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\LogResourceBinds to 1 Disabling settings will: * Delete the log folder and its contents * Delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\LogPath * Set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\LogFailures to 0 * Set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\ForceLog to 0 * Set HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\LogResourceBinds to 0