Skip to content

Commit 443f138

Browse files
Update Restore-EdgeTabs.ps1
1 parent af9355d commit 443f138

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Restore-EdgeTabs.ps1

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Specifies path to a directory contained {*}.dat files from a session you want to
1313
.\Restore-EdgeTabs.ps1 c:\EdgeBackup
1414
.NOTES
1515
ATTENTION! All current Edge tabs will be closed, current session will be backed up to a subfolder within specified backup folder
16-
Please try "previous versions" feature of this folder if you have not backuped this folder manually
17-
If you have no backup of this folder, it is not possible to restore Edge tabs.
16+
Please try "previous versions" feature of metioned Edge folder if you have not backuped this folder manually
17+
If you have no backup of mentioned Edge folder, it is not possible to restore Edge tabs.
1818
Author: Dmitry Trukhanov
1919
#>
2020

@@ -45,4 +45,4 @@ $newNames = (Get-ChildItem -File -Filter "{*}.dat" -Path $edgePath).Name
4545
for($i=0;$i -lt $backupFiles.Count;$i++){
4646
Copy-Item $backupFiles[$i].FullName "$edgePath\$($newNames[$i])" -Force
4747
}
48-
Start-Process "microsoft-edge:"
48+
Start-Process "microsoft-edge:"

0 commit comments

Comments
 (0)