To access C drive:
cd /mnt/c/
Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts
Tuesday, April 2, 2024
Sunday, March 10, 2024
Rebuild BCD in Windows using CMD
- Boot your computer into Advanced Recovery Mode
- Launch Command Prompt available under Advanced Options.
- To rebuild the BCD or Boot Configuration Data file use the command – bootrec /rebuildbcd
- It will scan for other operating systems and let you select the OS’s you want to add to BCD
To set boot record manually:
bcdboot c:\windows /s c:
Sunday, May 7, 2023
Fix the Windows and Outlook “Indexing Is Paused” Error
Method-1: Registry Tweak
1.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\or
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search
5. Reboot Computer
Subscribe to:
Posts (Atom)
Linux command to find user who failed to login from pop/imap
journalctl -u dovecot -g "auth failed" grep -i "auth failed" /var/log/mail.log | grep -E "imap|pop" journalct...