How can I force Windows to display the seconds in the date modified/created column of Explorer?
up vote
7
down vote
favorite
This is primarily for Windows 7, but I work in multiple versions and would happy to be able to do it in as many of them as possible. Currently, when I open Explorer and look at a list of files, the date modified column shows something like:
09/18/2013 10:03
I would like it to display:
09/18/2013 10:03:42
I've tried changing the region and language settings for the short time format from HH:mm
to HH:mm:ss
, but it says it ignores seconds for that. Does that mean I'm just out of luck? And again, I'd like to be able to do this in any other previous versions of Windows too. It's useful for me as a developer to be able to see the seconds in a lot of situations.
Minor clarification: I did find this question and answer, which helped me to improve the file properties display, but I wanted to be able to view the full timestamp for all the files in a folder at once, instead of individually.
windows-7 windows-explorer
|
show 2 more comments
up vote
7
down vote
favorite
This is primarily for Windows 7, but I work in multiple versions and would happy to be able to do it in as many of them as possible. Currently, when I open Explorer and look at a list of files, the date modified column shows something like:
09/18/2013 10:03
I would like it to display:
09/18/2013 10:03:42
I've tried changing the region and language settings for the short time format from HH:mm
to HH:mm:ss
, but it says it ignores seconds for that. Does that mean I'm just out of luck? And again, I'd like to be able to do this in any other previous versions of Windows too. It's useful for me as a developer to be able to see the seconds in a lot of situations.
Minor clarification: I did find this question and answer, which helped me to improve the file properties display, but I wanted to be able to view the full timestamp for all the files in a folder at once, instead of individually.
windows-7 windows-explorer
I'm guessing your best bet is to use Powershell (as described in your link)...
– Doktoro Reichard
Sep 18 '13 at 15:23
The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
– Ƭᴇcʜιᴇ007
Sep 18 '13 at 15:30
Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is theforfiles
answer, but it's not convenient because the results aren't formatted or sortable.
– Joe M
Sep 18 '13 at 16:26
You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
– Doktoro Reichard
Sep 18 '13 at 19:04
6
Which idiot developer in MS decided they can conveniently and silently stripss
from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!
– ADTC
Oct 28 '13 at 6:51
|
show 2 more comments
up vote
7
down vote
favorite
up vote
7
down vote
favorite
This is primarily for Windows 7, but I work in multiple versions and would happy to be able to do it in as many of them as possible. Currently, when I open Explorer and look at a list of files, the date modified column shows something like:
09/18/2013 10:03
I would like it to display:
09/18/2013 10:03:42
I've tried changing the region and language settings for the short time format from HH:mm
to HH:mm:ss
, but it says it ignores seconds for that. Does that mean I'm just out of luck? And again, I'd like to be able to do this in any other previous versions of Windows too. It's useful for me as a developer to be able to see the seconds in a lot of situations.
Minor clarification: I did find this question and answer, which helped me to improve the file properties display, but I wanted to be able to view the full timestamp for all the files in a folder at once, instead of individually.
windows-7 windows-explorer
This is primarily for Windows 7, but I work in multiple versions and would happy to be able to do it in as many of them as possible. Currently, when I open Explorer and look at a list of files, the date modified column shows something like:
09/18/2013 10:03
I would like it to display:
09/18/2013 10:03:42
I've tried changing the region and language settings for the short time format from HH:mm
to HH:mm:ss
, but it says it ignores seconds for that. Does that mean I'm just out of luck? And again, I'd like to be able to do this in any other previous versions of Windows too. It's useful for me as a developer to be able to see the seconds in a lot of situations.
Minor clarification: I did find this question and answer, which helped me to improve the file properties display, but I wanted to be able to view the full timestamp for all the files in a folder at once, instead of individually.
windows-7 windows-explorer
windows-7 windows-explorer
edited Mar 20 '17 at 10:17
Community♦
1
1
asked Sep 18 '13 at 15:03
Joe M
208415
208415
I'm guessing your best bet is to use Powershell (as described in your link)...
– Doktoro Reichard
Sep 18 '13 at 15:23
The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
– Ƭᴇcʜιᴇ007
Sep 18 '13 at 15:30
Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is theforfiles
answer, but it's not convenient because the results aren't formatted or sortable.
– Joe M
Sep 18 '13 at 16:26
You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
– Doktoro Reichard
Sep 18 '13 at 19:04
6
Which idiot developer in MS decided they can conveniently and silently stripss
from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!
– ADTC
Oct 28 '13 at 6:51
|
show 2 more comments
I'm guessing your best bet is to use Powershell (as described in your link)...
– Doktoro Reichard
Sep 18 '13 at 15:23
The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
– Ƭᴇcʜιᴇ007
Sep 18 '13 at 15:30
Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is theforfiles
answer, but it's not convenient because the results aren't formatted or sortable.
– Joe M
Sep 18 '13 at 16:26
You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
– Doktoro Reichard
Sep 18 '13 at 19:04
6
Which idiot developer in MS decided they can conveniently and silently stripss
from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!
– ADTC
Oct 28 '13 at 6:51
I'm guessing your best bet is to use Powershell (as described in your link)...
– Doktoro Reichard
Sep 18 '13 at 15:23
I'm guessing your best bet is to use Powershell (as described in your link)...
– Doktoro Reichard
Sep 18 '13 at 15:23
The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
– Ƭᴇcʜιᴇ007
Sep 18 '13 at 15:30
The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
– Ƭᴇcʜιᴇ007
Sep 18 '13 at 15:30
Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is the
forfiles
answer, but it's not convenient because the results aren't formatted or sortable.– Joe M
Sep 18 '13 at 16:26
Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is the
forfiles
answer, but it's not convenient because the results aren't formatted or sortable.– Joe M
Sep 18 '13 at 16:26
You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
– Doktoro Reichard
Sep 18 '13 at 19:04
You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
– Doktoro Reichard
Sep 18 '13 at 19:04
6
6
Which idiot developer in MS decided they can conveniently and silently strip
ss
from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!– ADTC
Oct 28 '13 at 6:51
Which idiot developer in MS decided they can conveniently and silently strip
ss
from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!– ADTC
Oct 28 '13 at 6:51
|
show 2 more comments
1 Answer
1
active
oldest
votes
up vote
4
down vote
Unfortunately, Microsoft has blocked all possibilities for displaying the
seconds.
Windows Explorer now ignores any such specification coming from the system date
format, and this is done on the code-level, so any fix will need to directly
patch the binary explorer.exe
, which is not recommended.
On the other hand, Microsoft has also decided to cancel the possibility for
Explorer add-ons to create new columns
(link),
so even that way is now blocked, or such a solution would have surely existed
by now.
There is simply no solution possible when using Windows Explorer,
so you need to turn to third-party products, of which there is a large choice
available.
See the article
Best Free File Manager
for a whole list of such alternatives to Explorer, with reviews.
There are too many to list here, not only since product recommendations
are not allowed on our site, but since choosing one over the others
is more a matter of personal preference.
Using a third-party product will also solve the problem for all Windows versions.
Even where installation is impossible, quite a number of these products
are also available as a portable app that you may carry around with you.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
Unfortunately, Microsoft has blocked all possibilities for displaying the
seconds.
Windows Explorer now ignores any such specification coming from the system date
format, and this is done on the code-level, so any fix will need to directly
patch the binary explorer.exe
, which is not recommended.
On the other hand, Microsoft has also decided to cancel the possibility for
Explorer add-ons to create new columns
(link),
so even that way is now blocked, or such a solution would have surely existed
by now.
There is simply no solution possible when using Windows Explorer,
so you need to turn to third-party products, of which there is a large choice
available.
See the article
Best Free File Manager
for a whole list of such alternatives to Explorer, with reviews.
There are too many to list here, not only since product recommendations
are not allowed on our site, but since choosing one over the others
is more a matter of personal preference.
Using a third-party product will also solve the problem for all Windows versions.
Even where installation is impossible, quite a number of these products
are also available as a portable app that you may carry around with you.
add a comment |
up vote
4
down vote
Unfortunately, Microsoft has blocked all possibilities for displaying the
seconds.
Windows Explorer now ignores any such specification coming from the system date
format, and this is done on the code-level, so any fix will need to directly
patch the binary explorer.exe
, which is not recommended.
On the other hand, Microsoft has also decided to cancel the possibility for
Explorer add-ons to create new columns
(link),
so even that way is now blocked, or such a solution would have surely existed
by now.
There is simply no solution possible when using Windows Explorer,
so you need to turn to third-party products, of which there is a large choice
available.
See the article
Best Free File Manager
for a whole list of such alternatives to Explorer, with reviews.
There are too many to list here, not only since product recommendations
are not allowed on our site, but since choosing one over the others
is more a matter of personal preference.
Using a third-party product will also solve the problem for all Windows versions.
Even where installation is impossible, quite a number of these products
are also available as a portable app that you may carry around with you.
add a comment |
up vote
4
down vote
up vote
4
down vote
Unfortunately, Microsoft has blocked all possibilities for displaying the
seconds.
Windows Explorer now ignores any such specification coming from the system date
format, and this is done on the code-level, so any fix will need to directly
patch the binary explorer.exe
, which is not recommended.
On the other hand, Microsoft has also decided to cancel the possibility for
Explorer add-ons to create new columns
(link),
so even that way is now blocked, or such a solution would have surely existed
by now.
There is simply no solution possible when using Windows Explorer,
so you need to turn to third-party products, of which there is a large choice
available.
See the article
Best Free File Manager
for a whole list of such alternatives to Explorer, with reviews.
There are too many to list here, not only since product recommendations
are not allowed on our site, but since choosing one over the others
is more a matter of personal preference.
Using a third-party product will also solve the problem for all Windows versions.
Even where installation is impossible, quite a number of these products
are also available as a portable app that you may carry around with you.
Unfortunately, Microsoft has blocked all possibilities for displaying the
seconds.
Windows Explorer now ignores any such specification coming from the system date
format, and this is done on the code-level, so any fix will need to directly
patch the binary explorer.exe
, which is not recommended.
On the other hand, Microsoft has also decided to cancel the possibility for
Explorer add-ons to create new columns
(link),
so even that way is now blocked, or such a solution would have surely existed
by now.
There is simply no solution possible when using Windows Explorer,
so you need to turn to third-party products, of which there is a large choice
available.
See the article
Best Free File Manager
for a whole list of such alternatives to Explorer, with reviews.
There are too many to list here, not only since product recommendations
are not allowed on our site, but since choosing one over the others
is more a matter of personal preference.
Using a third-party product will also solve the problem for all Windows versions.
Even where installation is impossible, quite a number of these products
are also available as a portable app that you may carry around with you.
edited Nov 25 at 12:04
answered Nov 21 at 8:45
harrymc
249k10257550
249k10257550
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f647067%2fhow-can-i-force-windows-to-display-the-seconds-in-the-date-modified-created-colu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm guessing your best bet is to use Powershell (as described in your link)...
– Doktoro Reichard
Sep 18 '13 at 15:23
The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
– Ƭᴇcʜιᴇ007
Sep 18 '13 at 15:30
Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is the
forfiles
answer, but it's not convenient because the results aren't formatted or sortable.– Joe M
Sep 18 '13 at 16:26
You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
– Doktoro Reichard
Sep 18 '13 at 19:04
6
Which idiot developer in MS decided they can conveniently and silently strip
ss
from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!– ADTC
Oct 28 '13 at 6:51