Changeset 86556 in vbox for trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
- Timestamp:
- Oct 13, 2020 10:36:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r86555 r86556 1229 1229 $oUser = New-Object System.Security.Principal.NTAccount("%s") 1230 1230 $oSID = $oUser.Translate([System.Security.Principal.SecurityIdentifier]) 1231 $sExportFile = '.\ cfg.inf'1232 $sSecDb = '.\ secedt.sdb'1233 $sSecDb1 = '.\ secedt.jfm'1234 $sImportFile = '.\ newcfg.inf'1231 $sExportFile = '.\\cfg.inf' 1232 $sSecDb = '.\\secedt.sdb' 1233 $sSecDb1 = '.\\secedt.jfm' 1234 $sImportFile = '.\\newcfg.inf' 1235 1235 secedit /export /cfg $sExportFile 1236 1236 $sCurrServiceLogonRight = Get-Content -Path $sExportFile |
Note:
See TracChangeset
for help on using the changeset viewer.