diff --git a/README.md b/README.md index a3d28c5..d888dfb 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,15 @@
HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\
and HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\
are read on 64-bit computers and on the 32-bit computers only the latter path is accessed. If all the detected Firefox versions seem to be up-to-date, Update-MozillaFirefox will, however, exit before checking, whether it is run elevated or not. Thus, if Update-MozillaFirefox is run in a up-to-date machine in a 'normal' PowerShell window, Update-MozillaFirefox will just check that everything is OK and leave without further ceremony.
+ HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\
and HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\
are read on 64-bit computers and on the 32-bit computers only the latter path is accessed. When run in a 'normal' PowerShell window, and all the detected Firefox versions are up-to-date, Update-MozillaFirefox will just check that everything is OK and leave without further ceremony at Step 11 (before trying to determine, whether it is run elevated or not).
firefox_current_versions.json
", "firefox_release_history.json
", "firefox_languages.json
" and "firefox_regions.json
" in Step 7. If the script has advanced to the updating phase, in Step 14 an Install Configuration File (firefox_configuration.ini
) is also written to $path
.
+ firefox_current_versions.json
", "firefox_release_history.json
", "firefox_languages.json
" and "firefox_regions.json
" at Step 7. If the script has advanced to the updating phase, at Step 14 an Install Configuration File (firefox_configuration.ini
) is also written to $path
, where, for instance, the automatic Mozilla Maintenance service is disabled and the default shortcuts are enabled.
firefox_configuration.ini
in Step 14) and stopping several Firefox-related processes Update-MozillaFirefox installs the downloaded Firefox on top of the existing Firefox installation, which should trigger the in-built update procedure.firefox_configuration.ini
at Step 14) and stopping several Firefox-related processes Update-MozillaFirefox installs the downloaded Firefox on top of the existing Firefox installation, which triggers the in-built update procedure.
firefox_configuration.ini
) is created with one active parameter (other parameters inside the file are commented out):Install Configuration File (in Step 14):
+Install Configuration File (at Step 14):
The %TEMP%
location represents the current Windows temporary file folder. Please see the Notes-section below, how to determine where the current Windows
- temporary file folder is located. In PowerShell the command $env:temp
displays the temp-folder path.
+ temporary file folder is located. In PowerShell the command $env:temp
displays the temp-folder path.
-
firefox_configuration.ini
), please see the Step 14 in the script itself, where the following value is written:@@ -169,7 +169,7 @@
firefox_current_versions.json
) and also three additional auxillary JSON files are created, namely:Firefox JSON Files (in Step 7):
+Firefox JSON Files (at Step 7):
- -
- - -
|
@@ -368,7 +368,7 @@
Script Homepage | |
+ | Tobias Weltner: PowerTips Monthly vol 8 January 2014 (or one of the archive.org versions) | |
---|---|---|
Microsoft TechNet: Working with Hash Tables | -||
Determine installed PowerShell version | ||
PowerShell v2 Converts Dictionary to Array when returned from a function | -||
Working with JSON and PowerShell |
+ | Disable-Defrag | +
---|---|
Firefox Customization Files | |
Get-AsciiTable | |
Get-ComputerInfo | |
Get-CultureTables | +|
Get-DirectorySize | |
Get-HashValue | +|
Get-InstalledPrograms | |
Get-InstalledWindowsUpdates | |
Get-PowerShellAliasesTable | +|
Get-PowerShellSpecialFolders | +|
Get-RAMInfo | |
Java-Update | |
Remove-DuplicateFiles | +|
Remove-EmptyFolders | +|
Remove-EmptyFoldersLite | +|
Rename-Files | +|
Rock-Paper-Scissors | |
Toss-a-Coin | |
Unzip-Silently | +|
Update-AdobeFlashPlayer |