Showing posts with label Cmd. Show all posts
Showing posts with label Cmd. Show all posts

Wednesday, July 10, 2013

How to Disable/Skip annoying Windows 7 Error Recovery Message before Windows Starts?

Hi,Guys.As,I always provide and give You a place at which you can learn great tricks.Like before I am again giving you an article to teach you a better and easiest trick to customize your Windows 7.
I found irritation that  when My PC did not shut down by proper means.I always get this bad message Giving me Options to either start Windows Normally or Start in safe mode and two more options.This is not useful because we also enter on " Start windows normally".To disable/skip this windows recovery message
I found an hack to do it.
First See the screenshot of message
Windows error Recovery.

Procedure:

To Skip this Automatically,just do some following steps.
1.Go to Start and search for CMD.
2.Right click On it and Navigate To "Run as Administrator".
See screenshot [step 1 and 2].

3.After it, Type the following bold Text and then press Enter.

bcdedit /set {current} bootstatuspolicy ignoreallfailures

4.It will Say,"The operation completed successfully".( See screenshot below)
5.That,s it.
Now , You have gotten rid of this message.Have a Good Time.
Comment,If you found any problem with this article.
Please comment.Your Comments are appreciated.And Follow me on Twitter.

You might also like that:


 

Continue Reading >>

Saturday, July 06, 2013

How to Change or Break The Administrator password or User password With Out using Third Party Software In Windows XP,Vista and 7?

 Hi guys,I am here to show you another amazing and valueable trick to break or change the administrator or user password.People who want to hack your victim can follow me.It is Hundred percent 100% working technique.
 Procedure:
First of all switch on your computer and login to your system  as  any user.
Then
1. Go to start menu   
2. Open the command prompt as administrator.
3. Change the directory as follows
          C:\windows\system32>
4. Type following command to know users accounts and types
          C:\windows\system32>net users
5. It shows you the users name and type.
6. Take any user name whose password you wants to change.
7. Type following command to change password.
    c:\windows\system32>net user "username" *
Then it will ask you to enter a new password for that user.
8. Follow the instruction and change the password.[see screenshot]


Continue Reading >>

How to Add "Start CMD(Command Prompt) here" Option on Right-click Or Context Menu of a File?

By this process you will add an extra option as "Command prompt here" on the context menu. By using this you can open your command prompt from a selected folder. No need to first open command prompt and navigate to that folder on the cmd screen. Just open the folder on explorer and right click of mouse there and you will find the option just click there; then you will find that command prompt will open on that folder.
Before trying this tutorial you must make a back up of your Windows Registry.

Also Check:  How to back up the Windows Registry
Now,  Open your notepad or any other text editor and enter the following information

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
@="Command &Prompt Here"
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]
@="cmd.exe /k cd %1 "

Note:
Please make sure that the first line (the one starting with "Windows Registry Editor..." appears in the text file. Now save the notepad file anywhere on your computer and give it a .reg extension.(suppose xxx.reg).Now you need to install that registry file to Windows registry..
After installing the registry Now reboot your computer and Enjoy the change.

Downloadable registry hack:

If You cannot do it manually . I have made and uploaded this registry hack. Just Download it and Open.

Continue Reading >>

How to Create A con Folder With Out Using Command Prompt(CMD)?


This is the very simple trick and just a combination of my two previous article.
How to create a folder with any name and
How to create a folder with no name or with a blank space


In the same Process we can also create a folder with the following names. To do so just change CON with these folder names in step-3

  • Prn
  • Nul
  • Lpt1
  • Lpt2
  • Lpt3
  • Lpt4
  • Lpt5
  • Lpt6
  • Lpt7
  • Lpt8
  • Lpt9
  • Com1
  • Com2
  • Com3
  • Com4
  • Com5
  • Com6
  • Com7
  • Com8
  • Com9
These are the reserved name of by windows So we can not create a folder with these names by simple folder creation method.

Process to create a con folder without using command Prompt
1. Create a folder or rename a folder.
2. Now press "Alt" and type 255 (using numpad that are present at the right side of keyboard).
3. Then type CON and press Enter.
4. Now a folder with the name CON will be created.
5. Theis folder can be easily deleted.
But in my Previous article How to create a con folder or Create a folder with any name.The created CON folder can not be easily deleted.

Continue Reading >>

How to create a Folder With Any Name e.g con,prn.etc

The creation and renaming of folder is known to mostly users But Today I shall inform you an interesting thing about folders that "folder cannot be created with some specific names i-e con,prn..... etc".This process will show you the way to create folders with such names.So let,s Know it.



Process to Create a New Folder and Rename it:
E.g. a) right mouse click- > new- > new folder
      A folder will be created with name “new folder”.
We can also change its name (right mouse click- >rename- >give a new name to the folder Suppose “xxx” or simply press F2 and give a new name) Now the name of the folder changes from “new folder” to “xxx”

b) We can also create a folder by command prompt
For this open command prompt (  + R- > type “cmd”- > hit enter )
E.g. It will display the command prompt screen-
           C :\
Use “mkdir” command to create a folder.
C:\>mkdir [path where to create the folder]\folder name then hit enter
E.g. suppose you want to create the folder having name “xxx” inside the folder “zzz” in d: drive.
Then type     
C:\>mkdir d:\zzz\xxx
c) We can also change the folder name by command prompt.
For this open command prompt ( + R- > type “cmd”- > hit enter)
E.g. It will display the command prompt screen-
          C :\>
Use “rename” command to change the name of the folder
C:\>rename [path of the folder whose name to be change] [new name of the folder]
E.g. suppose you have to change the name of the folder “xxx” to “rock” which is present inside the folder
“zzz” in d: drive. Then type
C:\>rename d:\zzz\xxx rock

But, there are some exception, we can’t create a folder with those name in the above two process
Some of those names are:-
Con
Prn
Nul
Lpt1
Lpt2
Lpt3
Lpt4
Lpt5
Lpt6
Lpt7
Lpt8
Lpt9
Com1
Com2
Com3
Com4
Com5
Com6
Com7
Com8
Com9

If we try to create folder with those names it will not created or if we try to rename any other folder to those name it will Not be change. This will display a message “the specified device name is invalid” or “the directory name is invalid”.We can also create those folders by command prompt. Only we have to make some correction on the path of the folder where We have to create the folder.

Steps for creating the folder with those exception name :
Step1:-
                For this open command prompt ( + R- > type “cmd”- > hit enter)
E.g.              It will display the command prompt screen-
                       C :\>
Step2:-
              Type mkdir\\.\[path where to create the folder]\[folder name] then hit enter
   e.g. Suppose we have to create a folder with name “con” inside the folder “zzz” in d: drive. Then type     

C:\>mkdir\\.\d:\zzz\con
Then a folder with name “con” will be created inside the folder “zzz” in d: drive.
We can use any other name instead of “con” to create a folder with that name & also change the path of the folder.

NOTE:-
 In general process these folders are also not deleted.
To delete this folder use “rd” command.

e.g.  To delete previously created con folder type
     C:\>rd\\.\d:\zzz\con

Continue Reading >>

Thursday, July 04, 2013

How to Create a Hidden,Unsearchable Folder in Windows XP,Vista And Windows 7?

If we change the properties of the folder to hidden (right click on the folder- >properties- >tick hidden)
Then properties of the folder become hidden. But if show hidden files & folder is enable (folder option- > view- >hidden files & folder - > tick show hidden files & folder) then it shows that folder.
But anyone search that folder can find the content of that folder. So this process is not useable.


PROCESS -1:-
         “recycler” – it is a folder which is hidden and unsearchable.Its location is just inside the drive except c: (windows installation drive)
         Only type “d:\recycler” (excluding quotes) in the address bar it opens a folder with name “recycler” in d drive. You  Can also change the drive letter. Put your data there & come out. It don’t show anything in d Drive and no one can search the contents.
        To reach that folder “recycler” only way is type the address in the address bar i.e. d:\recycler or any
        other drive letter in place of d. if you have created the recycler folder in any other drive.

The process is good in Windows XP operating system but it is not working properly in Windows Vista and seven.

PROCESS -2:-
                     This process is more reliable than process 1.
Create a folder with any name anywhere inside your system.
Then change the attribute of the folder to hidden and unsearchable by command prompt.
 Suppose there is a folder named “xxx” inside the folder “rock” in d: drive. We have to make hidden and
Unsearchable to that folder using command “attrib +s +h” in command prompt.

Step1:-
               Open command prompt (window logo key + R- > type “cmd”- > hit enter)
          E.g. It will display the command prompt screen-
                   C:\Users\Waseem>
Step2:-
             Type attrib +s +h [folder path] ->hit enter
            e.g. C:\Users\Waseem>attrib +s +h d:\rock\xxx

This will make the folder “xxx” hidden and unsearchable
NOTE:-
   1. We can reach the content of that folder by typing the full path of the folder (i.e. d:\rock\xxx) in the Address bar.
   2. For change its attribute to unhidden and searchable use the command attrib “–s –h” in step2.
 e.g.
      attrib -s -h d:\rock\xxx

NOTE:-
1. +s makes the attribute of the file & folder to system
2. +h makes the attribute of the file & folder to hidden.
3. –s removes the attribute of the file & folder from system to general.
4. –h makes the attribute of the file & folder to un hidden.

Continue Reading >>

Warning !

Search This Blog