Window$ Explorer - file extension hack?

  • Thread starter Man-wai Chang to The Door (33600bps)
  • Start date
M

Man-wai Chang to The Door (33600bps)

http://www.changmw.com:8080/file.extension.hack.jpg

How could it be possible? Look at the file names in the command prompt
and then on the Explorer!

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (x86_64 Ubuntu 9.10) Linux 2.6.33.2
^ ^ 20:32:01 up 15 days 12:24 3 users load average: 1.03 1.06 1.08
ä¸å€Ÿè²¸! ä¸è©é¨™! ä¸æ´äº¤! ä¸æ‰“交! ä¸æ‰“劫! ä¸è‡ªæ®º! è«‹è€ƒæ…®ç¶œæ´ (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa
 
V

VanguardLH

Man-wai Chang to The Door (33600bps) said:
http://www.changmw.com:8080/file.extension.hack.jpg

How could it be possible? Look at the file names in the command prompt
and then on the Explorer!

You have never created a shortcut that specifies a URL as its destination?
Both .lnk and .url files are shortcuts aka links.

Despite enabling the view in Windows Explorer to show filetypes (i.e.,
extensions), it will still not show .lnk or .url as the extension for those
shortcut files. For example, all your stored shortcuts in the
%userprofile%\Favorites folder (normally used by the web browser) are all
..url files.

They're probably not files at all but instead short entries that fit within
the MFT. For NTFS, files that are shorter in length than 1024 bytes are
actually stored within the MFT since that much space is allocated for each
file descriptor. There's no point in wasting additional disk space for the
file if it can be contained within the MFT that already has the space
allocated for its description. Small files can be "resident" in the MFT, or
they can be "non-resident" where they are stored in additional MFT records
or in extents that lie outside the MFT. Under NTFS, there is no distinction
between the data in a file and the attributes that describe the file. The
data is just another attribute of the file.

As with most configuration of Windows, much of what is possible is not
exposed in the config screens available to normal users. In Folder Options
-> View, there is no option to show .url and .lnk filetypes. There are
several filetypes that you normally cannot get Windows Explorer to show in
its UI (in fact, there are special files and folders that are hardcoded into
Windows Explorer to not show you).

Nirsoft's File Types Manager for Windows
http://www.nirsoft.net/utils/file_types_manager.html

This utility supposedly lets you make a filetype visible in Windows Explorer
(by enabling its "Show" attribute). Select a filetype and hit F2 to edit
its attributes. I haven't done this so, as always when tweaking your host,
use at your own risk. You might want to save a backup image of your OS
partition before putzing around inside the registry that modifies the
behavior of Windows Explorer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top