How to play ur favourite music when login to Computer ! ?

 

Steps 

  1. Window + R
  2. Type "shell:startup"
  3. This PC 
  4. Choose folder destination (Where you kept the music)
  5. Right click on music file
  6. Create shortcut
  7. Cut the shortcut
  8. Paste into startup folder

How to password protect your PC's folder without any 3rd party software ?

Steps   

  1. Make a folder and paste your important files  

    2. Right click on the folder

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

3. make a new text document and name it

4. open text document and paste this text

⬇️

@ECHO OFF

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDPrivate
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== YOUR PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDPrivate
md Private
echo Private created successfully
goto End
:End
@ECHO OFF 

















































































 

 

 

 



 

 


 

 

5. Enter your password at this place

6. Save this file at same location and extension = ".bat" 

7. Double click on the .bat file

8. again double click on the .bat file

9. Press capital "Y" and enter

 


How to make 1-2 or 2-1 drives in your Windows 10 or 11 ! ?

 



Steps

 

( Make 2-1 Drives )

1.   Right click on this PC
2.   Manage
3.   Disk Management
4.   Right click on drive 
5.   Delete volume
6.   Yes
7.   Right click on drive on which you have to combine
8.   Extend Volume
9.   Next
10. Next
11. Finish
 
 
 
 

 
 
 
( Make 1-2 Drive )
  1. Right Click on this PC
  2. Manage
  3. Disk Management
  4. Right Click on C drive
  5. Shrink volume
  6. Enter the amount of volume you want to shrink in (MB)
  7. Shrink
  8. Right click on unallocated drive
  9. New simple volume
  10. Next
  11. Next
  12. Finish