# SetCurrentProcessExplicitAppUserModelID

```csharp
[DllImport("shell32.dll", CharSet = CharSet.Unicode)]
public static extern int SetCurrentProcessExplicitAppUserModelID(
   [MarshalAs(UnmanagedType.LPWStr)] string AppID
);
```

Microsoft documentation: [Link](https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-setcurrentprocessexplicitappusermodelid)
