F5F Stay Refreshed Hardware Desktop You can assign this to a Windows folder by following the appropriate settings in your system preferences.

You can assign this to a Windows folder by following the appropriate settings in your system preferences.

You can assign this to a Windows folder by following the appropriate settings in your system preferences.

J
JebThePleb
Posting Freak
898
10-16-2025, 08:55 AM
#1
You can add the symbol to the folder name by using a tool like Notepad++ or PowerShell to modify the path, or by creating a shortcut with the desired label. Let me know if you need step-by-step instructions!
J
JebThePleb
10-16-2025, 08:55 AM #1

You can add the symbol to the folder name by using a tool like Notepad++ or PowerShell to modify the path, or by creating a shortcut with the desired label. Let me know if you need step-by-step instructions!

N
Neidro
Senior Member
453
11-01-2025, 02:46 PM
#2
You're unable to do that since it's tied to drive letters (like C:\). Semi-colons are acceptable though.
N
Neidro
11-01-2025, 02:46 PM #2

You're unable to do that since it's tied to drive letters (like C:\). Semi-colons are acceptable though.

J
JULIEN77
Junior Member
30
11-20-2025, 12:21 PM
#3
It seems the device can't be adjusted through any settings.
J
JULIEN77
11-20-2025, 12:21 PM #3

It seems the device can't be adjusted through any settings.

M
maxiionita
Member
172
11-20-2025, 08:56 PM
#4
In theory, you might change a file name to include a colon on Linux, though Windows would then become inaccessible if you insist.
M
maxiionita
11-20-2025, 08:56 PM #4

In theory, you might change a file name to include a colon on Linux, though Windows would then become inaccessible if you insist.

S
SnowItAll
Junior Member
16
11-25-2025, 06:53 AM
#5
S
SnowItAll
11-25-2025, 06:53 AM #5

A
AzmiCraft
Member
177
12-01-2025, 06:00 AM
#6
This looks like a colon in the Windows font but actually isn't one and you should be able to copy and paste it ꞉
A
AzmiCraft
12-01-2025, 06:00 AM #6

This looks like a colon in the Windows font but actually isn't one and you should be able to copy and paste it ꞉

B
bigyus
Junior Member
3
12-22-2025, 03:19 PM
#7
Tried it in a VM, works fine. Bit cumbersome though, since you have to copy & paste it from somewhere.
B
bigyus
12-22-2025, 03:19 PM #7

Tried it in a VM, works fine. Bit cumbersome though, since you have to copy & paste it from somewhere.

R
richncal
Junior Member
3
12-22-2025, 08:08 PM
#8
You can bypass certain Windows restrictions on file and folder names by using UNC paths. Some characters are not permitted, but the file system still supports them. For instance, in a command prompt, you might create a folder like this: MKDIR "\\?\C:\Temp\a." to get a folder named "a." You won’t be able to open it in Windows Explorer because of the missing dot at the end. To fix this, make a new folder without the trailing dot and try again. You can delete the unwanted folder using RMDIR "\\C:\Temp\a." If you’re not inside that folder, the command will fail. This method helps with long paths—rename folders to shorter names so they fit within most program limits (about 254 characters).
R
richncal
12-22-2025, 08:08 PM #8

You can bypass certain Windows restrictions on file and folder names by using UNC paths. Some characters are not permitted, but the file system still supports them. For instance, in a command prompt, you might create a folder like this: MKDIR "\\?\C:\Temp\a." to get a folder named "a." You won’t be able to open it in Windows Explorer because of the missing dot at the end. To fix this, make a new folder without the trailing dot and try again. You can delete the unwanted folder using RMDIR "\\C:\Temp\a." If you’re not inside that folder, the command will fail. This method helps with long paths—rename folders to shorter names so they fit within most program limits (about 254 characters).

P
pixelpiksie
Member
159
12-28-2025, 05:15 AM
#9
Sure, you're allowed to include Unicode symbols like that one—it's a different encoding. Keep in mind these characters usually take two or more bytes, so use them sparingly. You can check them using the Character Map on Windows or online Unicode sites. If you plan to work from the command line, set up a font with those characters in the prompt options; otherwise, it'll be tough.
P
pixelpiksie
12-28-2025, 05:15 AM #9

Sure, you're allowed to include Unicode symbols like that one—it's a different encoding. Keep in mind these characters usually take two or more bytes, so use them sparingly. You can check them using the Character Map on Windows or online Unicode sites. If you plan to work from the command line, set up a font with those characters in the prompt options; otherwise, it'll be tough.

_
_NovaZone_
Member
156
12-28-2025, 07:51 AM
#10
There was a method to obtain it without copying, though I don’t recall the details. I’ll attempt to locate it.
Edit: It may relate to what mariushm mentioned.
Updated: April 8, 2022 by Pixelfie
_
_NovaZone_
12-28-2025, 07:51 AM #10

There was a method to obtain it without copying, though I don’t recall the details. I’ll attempt to locate it.
Edit: It may relate to what mariushm mentioned.
Updated: April 8, 2022 by Pixelfie