Blogger Templates Skip to main content

Change System Font | Create more than 3,000 folders in a minute | Enable Auto Login in Windows 10

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

  • 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.

Comments

Popular posts from this blog

By passing windows 7/8/8.1/10 login password using ease of access

I am almost certain that this has been covered elsewhere. If you have seen this before, then I am sorry I wasted a precious few minutes of your life. 1, Boot up using a Windows 7/8/8.1/10 Installation CD or Bootable Pendrive. 2, At the first splash screen click “INSTALL NOW” then accept the license agreement click "NEXT". 3, Press "SHIT+F10" Simultaneously. Command prompt will open up. 4, Now u need to find out at what partition your OS is installed. you can check this by typing DISKPART>LIST DISK >SELECT DISK 1 > LIST VOL and in the volumes check for the BOOT partition and note down the volume label e.g "C" (it can be different for you). 5, Type in the following commands: cd C: cd Windows/system32 copy UtilMan.exe abc.exe copy cmd.exe Utilman.exe So what did we just do here? The first two commands changed our current working directory to "/Windows/system32". This location contains both "cmd.exe" (...

DHCP (Dynamic Host Configuration Protocol) | DNS (Domain Name System)

DHCP (Dynamic Host Configuration Protocol) DHCP is a network protocol that is used to assign various network parameters to a device. This greatly simplifies administration, since there is no need to assign static network parameters for each device separately. DHCP is a client-server protocol. A client is a device that is configured to use DHCP to request network parameters from a DHCP server. DHCP server maintains a pool of available IP addresses and assignes one of them to the host. A DHCP server can also provide some other parameters, such as: • subnet mask • default gateway • domain name • DNS server Cisco routers can be used as a DHCP server. DHCP process explained: DHCP client goes through the four step process:   1: A DHCP client sends a broadcast packet (DHCP Discover) to discover DHCP servers on the LAN segment. 2: The DHCP servers receive the DHCP Discover packet and respond with DHCP Offer packets, offering ...

Microsoft Has Fixed Network Connectivity Issue in Windows 10

Microsoft has released out-of-band updates that resolve the Windows connectivity issue which the company had encountered last week. The issue, as you may remember, was preventing cloud apps like Microsoft Teams, Microsoft Office, Microsoft Office 365, Microsoft Outlook from their normal work, and also was affecting VPN connections. The released updates are not available via the Windows Update as of this writing. The user has to download them manually from the Microsoft Update Catalog.  The links are as follows: Windows 10, version 1909 (KB4554364 ) Windows 10, version 1903 (KB4554364 ) Windows 10, version 1809 (KB4554354 ) Windows 10, version 1803 (KB4554349 ) Windows 10, version 1709 (KB4554342 ) Source : https://docs.microsoft.com/en-us/windows/release-information/windows-message-center