What are Hex Values? | Strange Folder Name

  • Thread starter Thread starter Vance
  • Start date Start date
  • Tags Tags
    Strange
AI Thread Summary
The discussion centers around the significance of a folder name formatted as a GUID (Globally Unique Identifier), specifically the example {F451F6C3-31EE-1ED1-8EE5-0FC04FC395EE}. Such names are often generated by the Windows operating system for various purposes, including the storage of cache files, and are designed to prevent malicious access. The mention of GHOST.EXE raises concerns about potentially harmful files, but research indicates that it is not damaging in its original form. Users are advised to conduct online searches to verify the safety of unknown files. Additionally, the conversation touches on Windows registry keys, which also utilize similar naming conventions, and suggests that certain GUIDs can be used to create folders that mimic Control Panel functionality, demonstrating the versatility of these identifiers. Caution is advised against deleting such system-generated files or folders.
Vance
Messages
180
Reaction score
0
For example a folder in my computer has the following name..
{F451F6C3-31EE-1ED1-8EE5-0FC04FC395EE}

What can I say about those hex ?

Thanks
 
Computer science news on Phys.org
Don't know anything about that. Some time back I came across a file called GHOST.EXE. I was too chicken to run it to find out what it does.
 
Janitor said:
Don't know anything about that. Some time back I came across a file called GHOST.EXE. I was too chicken to run it to find out what it does.

I typed it into Google. It's always a quick way to find out if a file turns out to be something that has caused harm to other people's computers. If so, you'll usually find something written about it through a search.

See?
 
Thanks for doing the legwork, Dagenais. "Ghost.exe has no damaging code in its original state," says one of the sites that Google hits.
 
Where did you find the weird file name? I think (not a windows use for some time now) that IE keeps a collection of files with names like that. The names are generated for each individual system to prevent malicious code from reading chach files or something like that.
 
Windows registry keys have names like that, don't delete.
 
I like filenames say hookerJane.exe. OMLB.exe (oh, my loved Bridge/Berlindog)
:wink:
 
Monique said:
Windows registry keys have names like that, don't delete.
Actually windows registry keys have names like HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProductId
That is what is called a CLSID.
 
The folder might contain an InstallShield or Windows Installer source. If so, don't delete.
Here's a neat thing you can do: create a folder anywhere you like called
<Name>.{21EC2020-3AEA-1069-A2DD-08002B30309D}
It behaves like the Control Panel :wink:
 
Back
Top