Skip to main content

How to create folder without name - TechnoBytes

How To Create A File or Folder Without Any Name in Windows 7, 8, XP

Article will show you how to create a file/folder having blank space as a name. It means folder has no name. The process works on all Windows (Windows XP, Windows Vista, Windows 7, Windows 8 and Windows RT) PC.

Step By Step Procedure To Create A folder With Blank Space

1. Select any file or folder whose name you want to remove or change its name as a blank space.
2. Right click on it and choose rename or simply press F2 from keyboard to rename that file or folder
3. Press and hold the Alt key. While holding the Alt key, type numbers 0160(0r 999999999 or 255) from the numpad.

Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don’t type the numbers which are present on top of the character keys.

4. Press Enter and the nameless file or folder will be created.
Note: The file or folder that seems nameless is actually named with a single blank space.
How to create another folder without name on the same location

For this you will have to rename the file with 2 spaces. Just follow these steps below:
1. Select file, press F2.
2. Hold alt key and type 0160 from the numpad.
3. Release the alt key. Now without doing anything else, again hold Alt key and press 0160.
4. Press enter and you will have second nameless file in the same directory.
5. Repeat step 3 to create as many nameless files or folders in the same directory.

Comments

Popular posts from this blog

Convert Text Into Audio Using Notepad - TechnoBytes

Convert Text Into Audio Using Notepad How To Do It ? Open Notepad file on your Windows PC. Copy and paste the below mentioned code : Dim msg, sapi msg=InputBox(“Enter your text for conversion–www.techvorm.com”,”TechVorm Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.

Toggle Keyboard Button Simultaneously - TechnoBytes

Toggle Keyboard Button Simulteniously Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks. 1. Caps Lock Key Open Notepad. Paste the following code in the notepad file: Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” loop Save the file with anyname and .vbs extension. and close it. Now open the newly created file and see how the caps lock key behaves on your keyboard! 2. Hit Enter Key Continuously Open Notepad. Paste the following code in the notepad file: Set wshShell = wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “~(enter)” loop Save the file with any name and .vbs extension and close it. Now open the newly created file and see how the enter ke...

Six Sense Technology - TechnoBytes

             SIXTH SENSE TECHNOLOGY   Abstract: ‘Sixth Sense’ is a wearable gesture interface that augments the physical world around us with digital information and lets us use natural hand gestures to interact with that information. Based on the principles of human communication system in this sense, then made the design of digital hardware systems similar work. Steve Mann is considered as the father of Sixth Sense Technology who made wearable computer in 1990. He implemented the Sixth Sense Technology as the neck worn projector with a camera system. Then his work was carried forward by Pranav Mistry (Ph.D student in the Fluid Interfaces Group at the MIT Media Lab) . Sixth Sense Technology may change how we look at the world forever. Sure, it is a system that projects information about what surrounds you over objects' surfaces, but it's also much more. By using a camera and a tiny projector, Sixth Sense sees what yo...