To register the drive and password in the Bios, run these command as administrator for each disk needing to be stored in Bios:C:\>manage-bde -protectors -disable C:C:\>shutdown /r /t 0
After reboot:C:\>manage-bde -protectors -enable C:
To register the drive and password in the Bios, run these command as administrator for each disk needing to be stored in Bios:C:\>manage-bde -protectors -disable C:C:\>shutdown /r /t 0
After reboot:C:\>manage-bde -protectors -enable C:
To use Quick Assist in Windows 11, press Ctrl + Windows logo key + Q to open the app, then select “Help someone” or “Get help.”
Share the 6-digit code with the person you’re assisting, and once they enter it, you can view their screen or take control if they allow it.
Reboot the guest and while reboot press the shift key.
This will bring up the GRUB menu.
In the grub menu, select “root” and run the below commands:
?> apt update
?> apt upgrade
?> apt install plasma-session-x11
?> apt install open-vm-tools-desktop
?> apt remove -y xserver-xorg-video-vmware
?> reboot
Now you can log in to the Wayland session in Kubuntu
Run command:python3 -m venv myenvsource myenv/bin/activate
When you are trying use VMWare Workstation as host for ex. TrueNAS the disk has no serial number (UUID) as default.
Then you can’t create a disk pool in TrueNAS without enable support for using disk without serial number (UUID).
To solve this you edit the “.VMX” for the virtual machine.
1. Shutdown the virtual machine in VMWare workstation.
2. In the directory where the virtual machine is located, find the file “VMX” file.
3. If your virtual machine is call “TrueNAS” the file will be named “TrueNAS.vmx”
4. Open the VMX file with and editor and add:disk.EnableUUID = "TRUE"
5. At the buttom of the file and save the file.
6. Start the virtual machine and verify your disk now have serial numbers assigned.
If you have a DWG template with a block inside with the same name as the DWG file, and you try to insert it into another DWG file, then you often get the error:"Block references itself"
To fix this you can on the command line run this command by adding an asterix (*) before the filename with the extension “.dwg”:
Example inserting MyBlock.dwg with a block inside called MyBlock should be specified as below.
-INSERT Enter block name or [?]: *C:\MyFolder\MyBlock
Thereafter, is just specify insertion point, scale etc.
If there already is a block specified inside the current called MyBlock then you will have to purge this block before the above.
C:\> reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /veTo undo this change, in a Terminal Window, execute this command:
C:\> reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /fThese steps can help you to enable the old context menu in Windows 11.
Source: https://learn.microsoft.com/en-gb/answers/questions/2287432/(article)-restore-old-right-click-context-menu-in
When I tried to install VMware Workstation 25H2 on Windows 11, I got the above error.
To fix it, I ran the below command from an administrator command line:C:\>VMware-Workstation-Full-25H2-24995812.exe /s /v "/qn EULAS_AGREED=1"
The /s and /v "/qn" flags are for silent installation; adjust as needed.
Then VMware Workstation installed without problems.
In the Linux client, run the command in a terminal:?> sudo apt-get install open-vm-tools-desktop
Reboot the client
If you get a D6 router from Yousee then you can’t do port forward and other stuff on the Yousee router, and you therefore can’t host your own services as a private user.
To setup your own router, you will need to change your own routers mac address to the mac address of the Yousee router.
And you will have to enable IPTV/VLAN and set the VLAN ID to: 101
You might have to connect the Yousee router before you do above, but I haven’t tested it.
If you do port forward, I recommend you add a firewall between the router and your network to make your internal network more secure (well, you should do that anyway).