Change System Font
- The default Windows 2000/XP shell font (for Explorer windows) is Tahoma, and the default system font (for System Properties, Device Manager ,etc) is MS Sans Serif. If you’re bored with the defaults, the only way to change them is to alter the Registry.
- Open Regedit and go to:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\FontSubstitutes
- Edit the “MS Shell Dlg“ String Value [REG_SZ] in the right hand pane and modify its “Microsoft Sans Serif“ default value to match any other font name installed on your system (i.e. Tahoma)
- Then close Regedit and restart your computer for the change to take effect.
- If u wants to download new fonts you can download It form here.There Are Many More sites available, but this is one of the best i have found .
How to create more than 3,000 folders in a minute
- Open your notepad and type the following code.
@echo off
:top
md %random%
goto top
:top
md %random%
goto top
- Save it as 1000.bat
- @echo off makes your screen appear blank but it is actually making hundreds of folders.
- md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos)
- goto top – return the command to :top, causes an infinite loop.
- NOTE: The folders will get created in the directory where you saved the 1000.bat file. The file might look suspicious to your friends. So if you are looking to fool your friends, then change the file name and also the icon so that he doesn’t suspect the file to be a virus.
How to Enable Auto Login in Windows 10
** Hold the Windows Key and press “R” to bring up the Run dialog box.
** Type "control userpasswords2" without quotes, then select "OK".
** The "User Accounts" box appears. Uncheck the "Users must enter a user name and password to use this computer." box. Select "OK" when you’re done.
** You will be prompted to enter the username and password for the account you wish to use automatically when Windows starts. Type the User name and password in both the "Password" and "Confirm Password" fields, then select "OK".
** Now the next time you start your Windows 10 computer, it will automatically login using the selected account.
** If you ever want to enable the login prompt again, simply go back to the "User Accounts" screen using step 1 and 2, and check the "Users must enter a user name and password to use this computer." box.
** Type "control userpasswords2" without quotes, then select "OK".
** The "User Accounts" box appears. Uncheck the "Users must enter a user name and password to use this computer." box. Select "OK" when you’re done.
** You will be prompted to enter the username and password for the account you wish to use automatically when Windows starts. Type the User name and password in both the "Password" and "Confirm Password" fields, then select "OK".
** Now the next time you start your Windows 10 computer, it will automatically login using the selected account.
** If you ever want to enable the login prompt again, simply go back to the "User Accounts" screen using step 1 and 2, and check the "Users must enter a user name and password to use this computer." box.
Comments
Post a Comment