#Windows11 installation typically requires a "compatible 64-bit CPU" and TPM 2.0 chip, leaving older computers ineligible. Nevertheless, various methods have emerged to bypass these constraints.
All the question that scared me now i am trying to scare them .. so that they cant scare others :)
Saturday, October 21, 2023
Installing #Windows11 without any check or on #unsupported #hardware
#Windows11 installation typically requires a "compatible 64-bit CPU" and TPM 2.0 chip, leaving older computers ineligible. Nevertheless, various methods have emerged to bypass these constraints.
Tuesday, October 17, 2023
Installing #Windows11 without any check or on #unsupported #hardware
Monday, October 16, 2023
Unable to boot into #Windows after installing #Ubuntu #Linux
1. Access UEFI/BIOS Settings:
Restart your computer and access the UEFI or BIOS settings. The key to access these settings varies (common keys include F2, F12, Del, or Esc), so check your computer's manual or the screen during startup for the specific key.
2. Check Boot Order:
Once in the UEFI/BIOS settings, navigate to the boot order or boot priority section. Ensure that your Windows boot manager is listed as the first boot option.
3. Reinstall or Repair GRUB:
If Ubuntu's GRUB bootloader has taken over and Windows 11 isn't listed as an option, you may need to repair or reinstall GRUB. You can do this by booting into Ubuntu from a live USB, opening a terminal, and running commands like `sudo update-grub` or using tools like Boot-Repair.
4. Use Boot Repair:
Boot-Repair is a tool designed to fix boot issues in Ubuntu. You can use it to repair the boot menu and make sure both Windows and Ubuntu are detected. Instructions can be found here: https://help.ubuntu.com/community/Boot-Repair
5. Check Disk Partitions:
It's possible that your Windows partition has been overwritten or modified during the Ubuntu installation. You can use the `fdisk -l` command to list partitions and check if your Windows partition is intact.
6. Boot from a Windows Installation USB:
If all else fails, you might need to use a Windows installation USB to repair the Windows boot loader. Boot from the USB, select "Repair your computer," and use the command prompt to run `bootrec /fixboot` and `bootrec /fixmbr` commands. This should rebuild the Windows boot loader.
7. Back Up Data:
Before making significant changes, it's a good idea to back up your important data. You can use a live Ubuntu USB to access your files and copy them to an external drive.
8. Consider Dual Boot Options:
In the future, you might want to consider setting up dual boot configurations using virtualization or using separate hard drives or SSDs for each operating system. This can help prevent boot loader issues.
Remember that the process of recovering from boot issues can be a bit technical, so if you're not comfortable with these steps, you may want to seek help from a knowledgeable friend or a professional to avoid data loss and other complications.
Sunday, October 15, 2023
Some #interesting #Windows11 #shortcuts
1. Win + L: Lock your computer quickly. #LockScreen #Security
2. Win + D: Minimize or restore all open windows to show the desktop. #ShowDesktop #QuickAccess
3. Win + Tab: Open Task View to manage virtual desktops and open apps. #TaskView #VirtualDesktops
4. Alt + Tab: Switch between open applications. #AppSwitching #Productivity
5. Win + X: Open the Quick Link menu for advanced system tools. #QuickLink #SystemTools
6. Win + S: Open the Search feature. #Search #FindAnything
7. Win + E: Open File Explorer. #FileExplorer #FileManagement
8. Win + R: Open the Run dialog for quickly launching apps or commands. #RunDialog #QuickLaunch
9. Ctrl + Shift + Esc: Open Task Manager directly. #TaskManager #Performance
10. Win + PrtScn: Take a screenshot and save it to your Pictures folder. #Screenshot #Capture
11. Alt + F4: Close the currently active application. #CloseApp #ApplicationExit
12. Win + W: Open Windows Ink Workspace for digital pen and ink settings. #WindowsInk #DigitalInking
13. Win + I: Open Settings. #Settings #SystemCustomization
14. Win + , (comma): Peek at the desktop (release to return to open windows). #DesktopPeek #QuickView
15. Win + ; (semicolon): Open the emoji panel. #EmojiPanel #ExpressYourself
16. Win + Left Arrow/Right Arrow: Snap windows to the left or right side. #SnapWindows #Multitasking
17. Win + Up Arrow: Maximize the active window. #MaximizeWindow #FullScreen
18. Win + Down Arrow: Minimize or restore the active window. #MinimizeWindow #RestoreWindow
19. Win + Shift + S: Take a screenshot and open the Snip & Sketch tool. #SnipAndSketch #ScreenshotTool
20. Win + Alt + R: Start or stop recording a screen video using the Xbox Game Bar. #ScreenRecording #XboxGameBar
These shortcuts can help you navigate and control Windows 11 more efficiently, improving your productivity and user experience.
#Windows11 #KeyboardShortcuts #Productivity #WindowsTips
Featured Posts
Run Commands for Windows
🖥️ CPL Files (Control Panel Applets) Run via Win + R → filename.cpl Command Opens appwiz.cpl P...
-
Configuration config = HBaseConfiguration.create(); Job job = new Job(config,"ExampleReadWrite"); job.setJarByClass(MyReadWriteJo...
-
Use the following function which is built in percentile(BIGINT col, p) and set p to be 0.5 and will calculate the median credit : ...