Click or drag to resize

SendMenuFileUnregister Method

Unregisters the specified file. Note in general the Windows Explorer will need a restart to take that into account.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void Unregister(
	RegistryHive hive = RegistryHive.CurrentUser,
	RegistryView view = RegistryView.Default
)

Parameters

hive (Optional)
Type: Microsoft.Win32RegistryHive
The hive to use.
view (Optional)
Type: Microsoft.Win32RegistryView
The view to use.
Exceptions
ExceptionCondition
ArgumentExceptionhive is not CurrentUser nor LocalMachine.
See Also