System > Rename PC > Set name like lenovo-win11Uninstall unused applications like: Weather, Xbox, Mcafee, Cortana (maybe OneDrive too)
View > Show > Hidden ItemsOn left side tab, right click OneDrive. Go to Settings. Select Unlink PC
If you had accidentally saved files there, login to OneDrive from Firefox. Download your files. Delete all files from there. And delete from it’s Bin too
As per this video:
Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsKey called ExplorerDWORD (32-bit). Name it DisableSearchBoxSuggestionsDWORD and set it to 1wingetwinget usage: search, show, install, list, update
Browse winget packages at: winget.run, winstall.app
My winget programs are installed as (run Terminal as Admin):
winget install -e --id Microsoft.VisualStudioCode
winget install -e --id Mozilla.Firefox
winget install -e --id Google.Chrome
winget install -e --id Git.Git
winget install -e --id VideoLAN.VLC
winget install -e --id Notepad++.Notepad++
winget install -e --id JGraph.Draw
winget install fastfetch
Updating packages: winget upgrade --all
If Git Bash profile not added within the terminal, refer this article
~ is /c/Users/kumar which in Windows Powershell/CMD would translate to C:\Users\kumar/etc/bash.bashrcYou can create an extra one in home folder as: touch ~/.bash_profile. Refer this answer. Paste below lines into that file, save it. Then restart terminal:
alias cls=clear
alias gedit=notepad
alias refreshenv="exec $(which $SHELL)"