honeyd
New member
- Local time
- 8:48 PM
- Posts
- 5
- OS
- Windows 11
My Computer
At a glance
Windows 11
- OS
- Windows 11
- Computer type
- Laptop
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
# List current Bitlocker encrypted volumes
Get-BitlockerVolume
# If your target volume for the dual boot is listed
# You can remove Bitlocker with the following command (Example: drive E:)
Disable-Bitlocker -MountPoint "E:"
Thanks @neemobeer Appreciated your support.If this computer is for work, then I do not recommend adding another OS without your IT teams permission.
If this is his own personal computer as he stated above, that he bought and paid for , I do not see an issue with anything. If his company installed proprietary software on his personal computer instead of providing him with a bitlocker encrypted laptop with restrictions then that is their problem, it's still his personal property to with what he chooses, regardless of what they installed on it.If this computer is for work, then I do not recommend adding another OS without your IT teams permission.
You miss the point. It's not a question of whether he bought the device or not. Maybe he did or maybe he didn't. There is nothing keeping him from wiping all drives (which removes bitlocker, but also removes all data) and installing any OS he wants. But with an IT managed system, he is limited to what he can and can not do regarding the existing volumes by whatever policies IT put in place.If this is his own personal computer as he stated above, that he bought and paid for , I do not see an issue with anything
I will actually encourage you to take a conversation with your IT team about dualbootingActually, this is my personal laptop. However, to do my work, IT team installed MDM, VPN, and other work-related softwares on this. don’t have admin acc details, so I can’t add another user account either.
I want to get away from this environment, which is why I’m trying to install another OS.