In Windows 11, you can create a folder without a name by following these steps:
- Right-click on an empty space in the folder where you want to create the nameless folder.
- Select “New” and then select “Folder.”
- Press and hold the “Alt” key on your keyboard.
- While holding the “Alt” key, type the ASCII code “0160” (without the quotes) on the numeric keypad. (Note: if you don’t have a numeric keypad, press “fn” + “Alt” + “0160” on some laptops)
- Release the “Alt” key. A new folder without a name should be created.
Alternatively, you can also create a nameless folder using command prompt :
- Open the Command Prompt
- Use the command
md
(md followed by a space) - Press and hold the “Alt” key on your keyboard.
- While holding the “Alt” key, type the ASCII code “0160” (without the quotes) on the numeric keypad.
- Press enter
- A new folder without a name should be created in the current directory