
1,824
Downloads
241
Downloads of v 1.71
7/27/2017
Last update
Most modern routers allow you to backup the configuration of the router into a file, and then restore the configuration from the file when it's needed.
To install RouterPassView, run the following command from the command line or from PowerShell:
C:\> choco install routerpassview
--version 1.71
To upgrade RouterPassView, run the following command from the command line or from PowerShell:
C:\> choco upgrade routerpassview
--version 1.71
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'routerpassview' $url = 'http://www.nirsoft.net/toolsdownload/routerpassview.zip' $checksum = '3c28dc7fddbb686043dfa0fcc9bffaee2523daa2ec056a759763ecbbad421317' $checksumType = 'sha256' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $installFile = Join-Path $toolsDir "$($packageName).exe" $chocTempDir = Join-Path $Env:Temp "chocolatey" $tempDir = Join-Path $chocTempDir "$packageName" if (![System.IO.Directory]::Exists($tempDir)) {[System.IO.Directory]::CreateDirectory($tempDir)} $zipFile = Join-Path $tempDir "$($packageName).zip" $referer = "http://www.nirsoft.net/utils/" $wc = New-Object System.Net.WebClient $wc.Headers.Add("Referer", $referer) $wc.DownloadFile($url, $zipFile) Get-ChecksumValid -File "$zipFile" ` -Checksum "$checksum" ` -ChecksumType "$checksumType" Get-ChocolateyUnzip -FileFullPath "$zipFile" ` -Destination "$toolsDir" ` -PackageName "$packageName" Set-Content -Path ("$installFile.gui") ` -Value $null
Virus Scan Results
- routerpassview.1.71.nupkg (9f8a481ee6bc) - ## / 60 - Log in or click on link to see number of positives
- routerpassview.exe (f84f67a3dfc7) - ## / 65 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© 2010 NirSoft
Tags
Release Notes
Package
- Automatically built and uploaded by dtgm
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
RouterPassView 1.80 | 12 | Monday, February 18, 2019 | approved |
RouterPassView 1.72 | 151 | Friday, March 30, 2018 | approved |
RouterPassView 1.71 | 241 | Thursday, July 27, 2017 | approved |
RouterPassView 1.70 | 208 | Friday, March 17, 2017 | approved |
RouterPassView 1.65 | 265 | Monday, April 11, 2016 | approved |
RouterPassView 1.63 | 181 | Tuesday, March 22, 2016 | approved |
RouterPassView 1.62 | 240 | Thursday, January 7, 2016 | approved |
RouterPassView 1.61 | 166 | Saturday, October 10, 2015 | approved |
Discussion for the RouterPassView Package
Ground rules:
- This discussion is only about RouterPassView and the RouterPassView package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or RouterPassView, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.