mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
#341, restore Computer folder for Win7
This commit is contained in:
parent
d1cf04ec3d
commit
c6877b688f
1 changed files with 1 additions and 1 deletions
|
@ -4046,7 +4046,7 @@ namespace PersistentWindows.Common
|
|||
|
||||
File.WriteAllText(batFile, "start \"\" /B " + dir);
|
||||
}
|
||||
else if (dir.Equals("This PC"))
|
||||
else if (dir.Equals("This PC") || dir.Equals("Computer"))
|
||||
{
|
||||
File.WriteAllText(batFile, "explorer /n, /select, %SystemDrive%");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue