diff --git a/Build/notepad3_setup.iss b/Build/notepad3_setup.iss index 222c0f76b..d180f4834 100644 --- a/Build/notepad3_setup.iss +++ b/Build/notepad3_setup.iss @@ -257,8 +257,9 @@ Filename: "{userappdata}\Rizonesoft\Notepad3\Notepad3.ini"; Section: "Settings"; [Registry] Root: "HKLM"; Subkey: "SYSTEM\CurrentControlSet\Control\FileSystem"; ValueType: dword; ValueName: "LongPathsEnabled"; ValueData: "1" ;The following "Keys/Values" are required to allow a "MS Notepad Replacement" in Windows 11. -Root: "HKCU"; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe"; Flags: deletekey Root: "HKLM"; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe"; ValueType: dword; ValueName: "UseFilter"; ValueData: "1" +Root: "HKCU"; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe"; ValueType: string; ValueData: "C:\Windows\System32\Notepad.exe" +Root: "HKCU"; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe"; ValueType: string; ValueName: "Path"; ValueData: "C:\Windows\System32" Root: "HKCR"; Subkey: ".inf"; ValueType: string; ValueData: "inffile" Root: "HKCR"; Subkey: ".ini"; ValueType: string; ValueData: "inifile" Root: "HKCR"; Subkey: ".ps1"; ValueType: string; ValueData: "Microsoft.PowerShellScript.1" diff --git a/Build/notepad3_x86_setup.iss b/Build/notepad3_x86_setup.iss index 2d3d53cf3..11d332525 100644 --- a/Build/notepad3_x86_setup.iss +++ b/Build/notepad3_x86_setup.iss @@ -193,8 +193,9 @@ Filename: "{userappdata}\Rizonesoft\Notepad3\Notepad3.ini"; Section: "Settings"; [Registry] Root: "HKLM"; Subkey: "SYSTEM\CurrentControlSet\Control\FileSystem"; ValueType: dword; ValueName: "LongPathsEnabled"; ValueData: "1" ;The following "Keys/Values" are required to allow a "MS Notepad Replacement" in Windows 11. -Root: "HKCU"; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe"; Flags: deletekey Root: "HKLM"; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe"; ValueType: dword; ValueName: "UseFilter"; ValueData: "1" +Root: "HKCU"; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe"; ValueType: string; ValueData: "C:\Windows\System32\Notepad.exe" +Root: "HKCU"; Subkey: "Software\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe"; ValueType: string; ValueName: "Path"; ValueData: "C:\Windows\System32" Root: "HKCR"; Subkey: ".inf"; ValueType: string; ValueData: "inffile" Root: "HKCR"; Subkey: ".ini"; ValueType: string; ValueData: "inifile" Root: "HKCR"; Subkey: ".ps1"; ValueType: string; ValueData: "Microsoft.PowerShellScript.1" diff --git a/language/Line numbers to translate.txt b/language/Line numbers to translate.txt index 459ccd19e..26632f5cb 100644 --- a/language/Line numbers to translate.txt +++ b/language/Line numbers to translate.txt @@ -10,13 +10,13 @@ January 2022: Line numbers to translate_2022-01 - https://workupload.com/file/ February 2022: Line numbers to translate_2022-02 - https://workupload.com/file/vr9gjJzTyEz (2022-02-20) -March 2022: Line numbers to translate_2022-03 - No "Added or Modified" items in March (2022-03-xx) +March 2022: Line numbers to translate_2022-03 - No "Added or Modified" items in March 2022 April 2022: Line numbers to translate_2022-04 - https://workupload.com/file/tgdbQPMbZyP (2022-04-16) -May 2022: Line numbers to translate_2022-05 - No "Added or Modified" items in May (2022-05-xx) +May 2022: Line numbers to translate_2022-05 - No "Added or Modified" items in May 2022 -June 2022: Line numbers to translate_2022-06 - (2022-06-xx) +June 2022: Line numbers to translate_2022-06 - No "Added or Modified" items in June 2022 July 2022: Line numbers to translate_2022-07 - (2022-08-xx)