Author Topic: Changing Date on emails  (Read 7655 times)

0 Members and 1 Guest are viewing this topic.

Barr_y

  • Guest
Re: Changing Date on emails
« Reply #15 on: May 30, 2007, 06:24:17 PM »
Hi Igor thank you for that information. I would do that on my own computer OK but trying to get an 85 year old to do it through MSN Messenger, that has a job to understand. I wouldn't dare to take him into the registry. I will have to wait until I visit him to make the alteration. But thank you again anyway.

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89065
  • No support PMs thanks
Re: Changing Date on emails
« Reply #16 on: May 30, 2007, 07:28:17 PM »
You could export the previously mentioned International registry key in your setup and that saves a .reg file which could be run 'merge' however both your systems would have to be essentially the same. Identifying this would probably just as difficult and probably safer done face to face.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: Changing Date on emails
« Reply #17 on: May 30, 2007, 10:35:16 PM »
You could export all the keys and then edit the .reg file to have *only* the sShortDate value and then send to him to import to the registry, even if your systems aren't essentially the same.
The best things in life are free.

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89065
  • No support PMs thanks
Re: Changing Date on emails
« Reply #18 on: May 31, 2007, 12:22:36 AM »
Now why didn't I think of that ;D

That would certainly be simpler, I exported mine and edited it and tried to test it, but for some I couldn't get it to run. I kept getting the reg file is not a valid win32 application.

Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: Changing Date on emails
« Reply #19 on: May 31, 2007, 01:05:13 AM »
That would certainly be simpler, I exported mine and edited it and tried to test it, but for some I couldn't get it to run. I kept getting the reg file is not a valid win32 application.
The file must begin with: REGEDIT4

Code: [Select]
REGEDIT4

[HKEY_USERS\.DEFAULT\Control Panel\International]
"sShortDate"="d/M/yyyy"

It's just test 8)
The best things in life are free.

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89065
  • No support PMs thanks
Re: Changing Date on emails
« Reply #20 on: May 31, 2007, 02:43:30 AM »
It did, because I changed it to that it originally when exported had:

Windows Registry Editor Version 5.00 as the first line (I changed that to REGEDIT4), which makes a bit of a mockery of the export process, if you subsequently can't merge/restore the exported reg key. Unless this works only with import and I can see no option to import.

Interestingly I tried something else, created another .reg file ShortDate.reg (left original line one) opened the registry at the International key and dragged and dropped the ShortDate.reg file into it and it reported success, go figure, I never knew it did that ???

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Control Panel\International]
"sLongDate"="dd MMMM yyyy"
"sShortDate"="dd/MM/yyyy"
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security