Skip to content

yordisc/dotfiles.exe

Repository files navigation

Maintained GitHub last commit GitHub repo size GitHub commit activity (branch)


πŸͺŸ Dotfiles.exe (Windows OS) πŸ›

In this repository you will find my personal Windows configuration when installing it on a computer and some tips, which may be useful to you.

Desktop

πŸ”§ System installation

I recommend the installation of a complete windows ISO (x64 since x86 does not meet what is currently demanded and would only be viable on a computer with very low requirements and even so a linux-based system would be preferable) and the use of LTS only in very particular moments where windows is required and it is known exactly what is going to be done, although the performance of a complete Windows is half as good as that of an LTS, since it does not have the complete system it can give failures.

πŸ“€ ISO to USB Installers

Repair GRUB (if applicable) πŸ› οΈ

  • BootRepair if the problem is in Fedora use these commands inside Fedora.
sudo grub2-mkconfig -o /etc/grub2.cfg
sudo grub2-mkconfig -o /etc/grub2-efi.cfg

PowerShell Admin (Sudo)

start-process powershell -verb runas

⚑ Dependencies ⚑

Before starting, the first thing is to have the system completely updated to avoid possible errors. Installation of a PowerShell < "3.0" is required To know your version you can use this command.

$psversiontable #version de powershell

πŸ“Œ Activation πŸ”

  • Buy Windows USAR ESTOS COMANDOS POR CMD COMO ADMINISTRADOR:
slmgr /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
slmgr /skms kms.digiboy.ir
slmgr /ato

Activation by script (Administrator Mode):

cd
git clone https://github.com/prestonsn/windows-10-activation-script
cd \windows-10-activation-script\script
.\actvatr.bat

πŸ“Œ Install PowerShell 7.3 from command line (administrator)

msiexec.exe /package PowerShell-7.3.0-win-x64.msi /quiet ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1 ADD_PATH=1

πŸ“Œ Scoop

Set-ExecutionPolicy RemoteSigned -scope CurrentUser
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
scoop install neofetch

πŸ“Œ WinGet

Installation command from PowerShell:

wget https://github.com/microsoft/winget-cli/releases/download/v1.3.2691/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle -OutFile C:\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
Add-AppPackage -path β€œC:\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle”

πŸ“Œ Git :octocat:

Installation using Winget:

winget install Git.Git

πŸ“Œ Install Gpedit

It will always be necessary to have gpedit installed:

cd
git clone https://github.com/yordisc/dotfiles.exe
cd dotfiles.exe
.\gpedit-install.bat

πŸ“Œ Fonts

To install on Windows 7 and Windows 10, go to Control Panel > Fonts. In Windows 8.1, go to Control Panel > Appearance and Personalization > Fonts.

Clean System 🧹

Remove services and pre-installed (Basics)

cd
git clone https://github.com/yordisc/dotfiles.exe
cd dotfiles.exe
.\LimpiarWindows.bat

Remove services

cd
git clone https://github.com/IgorGiraffa/Windows-10-tweaker
cd Windows-10-tweaker
.\tweaker.ps1

Windows 10 Modifier

cd
git clone https://github.com/aikoncwd/win10script
cd win10script
.\aikoncwd-win10-script.vbs

Installation of programs

Winget-UI installation:

winget install wingetui

Install the programs using Winget-GUI:

cd
git clone https://github.com/Romanitho/Winget-Install-GUI
cd Winget-GUI/Sources
.\Winget-Install-GUI.ps1

And select the programs from:

cd dotfiles.exe/wingetinstallers

Alternative programs

Labor software installers (Azure, Cloud, etc) πŸ’Ό

cd
git clone https://github.com/actions/runner-images/tree/main/images/win/scripts/Installers

Install Oh my posh

  • Oh my posh it's similar to "oh my zsh" but with some limitations. Run this script as administrator:
cd
git clone https://github.com/yordisc/dotfiles.exe
.\powershell.bat

And finally move the "PowerShell" folder to "Documents".

πŸ“’ Repair windows

πŸ’― Resources used / Credits

πŸ‡»πŸ‡ͺ Social Media