I am working on the project to lock/unlock an USB drive using BitLocker. Its all about an Windows Form application created in C#. The problem that I faced with is that lock/unlock device only works when I start visual studio in admin mode, otherwise I am getting exception that access is denied (even to retrieve the info whether USB drive is protected or not with BitLocker). Is it somehow possible to use BitLocker within Windows Form application without admin privileges?
Any advice is gladly accepted. PP