Download gVim from link. Install it with full version. Enjoy it.
How to Install Node.js and npm on Windows
Go to Node.js website and download Node.js. Choose the option to install Node.js and npm. When the install finished, check the result in command line:
How to change your disk icon in Windows
Is it a little bit boring to see such disk icon in Windows? Let’s do something fun! Get some interesting .icon images as you like. If you have no idea where to get such images, you can try this website. Or you can diy by using PhotoShop. And then, open your target disk, let it …
How to set up GitHub in Windows
Download and install latest version of git winget install –id Git.Git -e –source winget By the way if you don’t have the winget tool, to get it first. Set username in Git Open the Git Bash $ git config –global user.name "your_user_name" Check if you set up your user name successfully git config user.name Set …
How to Install Java on Windows 11
1. Check If Java is Already Installed java -version javac –version 2. Download Java Go to download page. 3. Install Java from downloaded .exe file 4. Configure Environment Variable Start Menu -> Search -> Edit System Environment Variables -> Environment Variable -> NEW -> Enter "JAVA_HOME" and "PATH_TO_JDK" 5. Test in Command Prompt echo %JAVA_HOME% …
Solve Problem: Microsoft Spotlight Lock Screen Can’t Update Automatically in Windows11
1. Start Menu -> Computer Management -> Service and Application -> Service 2. Find "Background Intelligence Transfer Service" -> Property -> Set Automatic 3. Personalize -> Lock Screen -> Set "Picture" 4. Navigate to target directory in file navigator %LOCALAPPDATA%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings 5. Delete Settings.data 6. Go back to parent path -> LocalState folder-> Assets folder -> …