File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Specifies path to a directory contained {*}.dat files from a session you want to
13
13
.\Restore-EdgeTabs.ps1 c:\EdgeBackup
14
14
. NOTES
15
15
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.
18
18
Author: Dmitry Trukhanov
19
19
#>
20
20
@@ -45,4 +45,4 @@ $newNames = (Get-ChildItem -File -Filter "{*}.dat" -Path $edgePath).Name
45
45
for ($i = 0 ;$i -lt $backupFiles.Count ;$i ++ ){
46
46
Copy-Item $backupFiles [$i ].FullName " $edgePath \$ ( $newNames [$i ]) " - Force
47
47
}
48
- Start-Process " microsoft-edge:"
48
+ Start-Process " microsoft-edge:"
You can’t perform that action at this time.
0 commit comments