Tips and tricks for "OS"

Tips and tricks for "OS"     ( ios  ,  Android  ,  Windows)

Showing posts with label Desktop/laptop. Show all posts
Showing posts with label Desktop/laptop. Show all posts

Saturday, 23 July 2016

How to hide drives using "CMD"

Hide Drives with "CMD"

Step-1.  Click on "Start-Run" or you can use "windows key + R ".

Step-2.  The run box will appear. type "cmd" and press Enter.

Step-3.  Now you will see Command prompt window. Type "Diskpart" and press Enter.

Step-4. Now type "List volume" and press Enter. where  you will see all drives details.

Step-5. Now I want to hide drive "M". I don't want any other person to see it. For that,
i will type "select volume M" and hit enter.
(If you wish to hide any drive just simply type the name of the drive that you want 
 To hide.And press Enter.Now you can see something like picture below.)



By following this step now your drive is selected,That you want to hide.

Step-6 To hide drive just type "Remove letter M" And press Enter.
 By following this step Your drive will now hide successfully.




Step -7 Follow 1,2,3,4 Step again.now just make sure you have completed till Step-4.

Step-8 now you will see that the hidden drive will not  have any letter.



Step-9. Now you will see 1 line that will have the name "volume".
 Select that volume which contains your hidden drive that doesn't have any letter.
 And Just type "select volume 1".
 Earlier to hide the drive we typed "Remove letter I".

Step-10. For unhide drive type "Assign letter M".And press Enter.
Now check your drive is successfully unhide.



Enjoy.......

                     

Tuesday, 12 July 2016

Top 2 mobile apps to control your "laptop or Desktop".



Top mobile apps

  1. Remote mouse
  2. Intel Remote Keyboard









1. Remote mouse
    
   Feature
  • Mouse, Keyboard and Touchpad.
             Control made simple.It's perfect combination of 3 most common remote control devices.
  • More Personalized Remote Panel.
             With Music control panel
  • Remote Image viewer(ios only).
             View your picture on your computer without sync.
  • Typing with voice.
  • Air mouse mode. 
  • Power Option
             For shutdown ,Restart or Sleep in one touch.

 How can you use in your computer.

Step-1
         Download and Install Remote Mouse app in your computer link from here.
Step-2
         Download and Install Remote Mouse app in you Mobile.
                  
                        For- iPhone/iPad link from here.
                        Fro-Android link from here.
           
 
2. Intel Remote Keyboard.
 
Step-1 
          Download and install Intel Remote Keyboard on your computer link from here
Step-2
          Download and install Intel Remote Keyboard on you mobile.
             
                        For- iPhone/iPad  link from here.
                        For-Android link from here.
Step-3
         On your mobile,tape the windows device name.
Step-4
         your computer will show larger QR code. just sync with your mobile camera.
         and the two device will get paired.

         Enjoy......

 

Wednesday, 6 July 2016

How to Remove Shortcut Virus using "CMD"





What is shortcut Virus?
Shortcut-virus is a virus which Enters in to your Pen drive, PC, Hard Disk, Memory cards or mobile phone and change your files into shortcuts with the original folder icons.


How it will Enter?
When you Plugin your Pen drive in Your friend’s Shortcut-Virus affected PC or when you insert your Friends virus infected USB to your Computer, You may get this virus too. Be cautious before Pairing devices, I have seen this problem in PC having antivirus too.


How to remove shortcut Virus using "cmd".......
Step-1  Go to Start -> Run -> cmd.
              
          
Step-2  Go to your Local Disk,pen drive memory cards or mobile phone directory.
             Ex- I want to select "Local Disk (H):"  then type
             
             C:\Users\crackerror>H:  (press Enter)
             H:\>

Step-3  Type attrib -h -r -s /s /d e:*.*
             Ex-
             H:\> attrib -h -r -s /s /d e:*.*  (press Enter)

              That's  it....Enjoy.....
                 





Tuesday, 5 July 2016

Lock Folders Using Notepad....


Setp-1 Open Notepad and paste the following program in the notepad,

                                                             "Program"


cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the 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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==Type yoru password goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


Step-2 Save the file anywhere in the system with "Filename.bat"


Step-3 After that you get a new file ex- "file name" just open that file and type password.. after that you get one new folder in that folder save your personal data.If you want to hide those data then again open that ex-"file name" folder and type "yes" or "y" to hide that folder.

That's  it....Enjoy..

Speed up your Windows 10 with these three simple methods


speed up your windows For 1)Faster startup.

                                                  2)Faster menu access.

                                                  3)Faster shutdown your windows 10.

1) For faster startup.....

Step-1  Go to start and search for netplwiz and 
          press Enter.

Step-2  Uncheck the box next to Users must enter a username and password to use this computer. Then click Apply and enter your password to approve the change.
That's it...(This will not ask for password.

2)Faster menu access.....


Step-1  Go to start and search for sysdm.cpl and 
          press Enter.


Step-2 Uncheck the box for Animate windows when minimizing and maximizing, 
            and then click Apply.

That’s it.......

3)Faster shutdown your windows 10.....

Step-1 Right click right-click on any open space on the desktop.
          New>Shortcut
Step-2 type   %windir%\System32\shutdown.exe /s /t 0 " 
          Then, click on Next and complete the shortcut setup..
          After that one new shortcut will be created with the name Shutdown.
          Just click on that to Shutdown your computer...