ajout historique commande pour removeapps sur un windows 7
This commit is contained in:
parent
17d8bc5e11
commit
3157f1dffd
23
Windows10/history-cmd-powershell
Normal file
23
Windows10/history-cmd-powershell
Normal file
@ -0,0 +1,23 @@
|
||||
history
|
||||
$PSVersiontable
|
||||
import-module "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\DISM"
|
||||
get-module
|
||||
cd C:\users\andre.lasfargues\Downloads
|
||||
.\removeapps.ps1 -pathtowim "E:\Logiciel\ISO\win10-1709\sources\install.wim"
|
||||
$env:Path = ($env:Path + ";C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tool...
|
||||
.\removeapps.ps1 -pathtowim "E:\Logiciel\ISO\win10-1709\sources\install.wim"
|
||||
get-module
|
||||
Remove-AppxProvisionedPackage
|
||||
.\removeapps.ps1 -pathtowim "E:\Logiciel\ISO\win10-1709\sources\install.wim" -index 2
|
||||
history
|
||||
history
|
||||
cd ..
|
||||
cd .\AppData\Local\Temp
|
||||
Remove-Item -help
|
||||
Remove-Item --
|
||||
Remove-Item \?
|
||||
Remove-Item /?
|
||||
Remove-Item help
|
||||
get-help Remove-Item
|
||||
rmdir .\ct4nu02v.coa
|
||||
rmdir -Recurse -Force .\ct4nu02v.coa
|
Loading…
x
Reference in New Issue
Block a user