How to create own name File and Folder using context menu

In windows by default you can create “New folder, New folder (2), etc..,”. By this method you can create your own name (custom name) folder EX:“ MDSN, MDSN (2), etc..,”. By this method we can also create our own name file’s using context menu.

1.Creating own name Files.

You can create own name file such as .txt, doc etc..,
Open Registry Editor
Open run command ( windows key + r ).
Type regedit to open Registry Editor.

First create the file you want to change the name
Ex:"New Text Document.txt" form context menu.
Copy the file name "New Text Document".
After that remove text "New" and copy text as "Text Document".
Goto the registry editor and press Ctrl + F to find Text Document in my sytem I found (Default) value "OOXML Text Document" it is different for all system. Keep search the value until you find the exact value.
If you find then rename it to your name or any name.
(Before renaming copy the value. Because if it’s not works then you can restore the name.)
If it's not work do the same steps because mostly all important information are stored in windows registry.

2.Creating own name folder.

First
Download Create own name Folder.BAT.zip
Download Create own name Folder.reg.zip

Unzip the file “Create own name Folder.BAT.zip”  after that open “Create own name Folder.BAT” form notepad.
    
::EX: Inside of  "NAME"=="MOHAMED USHMAN [ MDSN ]"  Edit 3 times inside of "NAME"

::EX: " [ "==" (" ---"{ " 

::EX: " ] "==" )" ---" }" 

::Don't use EX:\ / : * ? " < > |

cmd /c
FOR /L %%A IN (2,+1,100) Do (if exist "NAME" ( MD "NAME"" [ ""%%A"" ]"&&EXIT ) ELSE ( MD "NAME"&&EXIT ) )

   

In the batch file code rename “NAME” to any name EX: “MDSN” 3 times
    
::EX: Inside of  "NAME"=="MOHAMED USHMAN [ MDSN ]"  Edit 3 times inside of "NAME"

::EX: " [ "==" (" ---"{ " 

::EX: " ] "==" )" ---" }" 

::Don't use EX:\ / : * ? " < > |

cmd /c
FOR /L %%A IN (2,+1,100) Do (if exist "MDSN" ( MD "MDSN"" [ ""%%A"" ]"&&EXIT ) ELSE ( MD "MDSN"&&EXIT ) )

   

After that save and run “Create own name Folder.BAT”. If you create your folder successfully then install the “Create own name Folder.reg” file in your system.

Open Registry Editor
Open run command ( windows key + r ).
Type regedit to open Registry Editor.
Navigate to the
 
HKEY_CLASSES_ROOT\Directory\Background\shell\Create own name Folder
Right click on (Default) key value. Then click Modify...
Enter Value Data: MDSN (Any Name)
After that Navigate to the
 
HKEY_CLASSES_ROOT\Directory\Background\shell\Create own name Folder\command
Right click on (Default) key value. Then click Modify...
Enter Value Data: EX:
 
cmd /c FOR /L %%A IN (2,+1,100) Do (if exist "MDSN" ( MD "MDSN"" [ ""%%A"" ]"&&EXIT ) ELSE ( MD "MDSN"&&EXIT ) )










Now you can create own name folder

Video