-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- saved from url=(0051) https://kacos2000.github.io/Win10-Research/AmCache/ --> | ||
<!-- https://guides.github.com/features/mastering-markdown/ --> | ||
|
||
## Windows 10 *(1703+)* AmCache.hve ## | ||
|
||
|
||
* [AmCache.ps1](https://github.com/kacos2000/Win10-Research/blob/master/AmCache/AmCache.ps1) Powershell script to parse the entries in <br> | ||
|
||
AmCache.hve::Root/**InventoryApplicationFile**/ | ||
|
||
*User can select all lines (Ctrl+A) or specific lines (Ctrl+click) and copy/paste (Ctrl+C and Ctrl+V) the data to a text file or MS Excel spreadsheet. The Selected lines are also displayed in the console after the user presses the OK button.* | ||
|
||
* [AmCache1.ps1](https://github.com/kacos2000/Win10-Research/blob/master/AmCache/AmCache1.ps1) Powershell script to parse the entries in the following keys of AmCache.hve | ||
|
||
AmCache.hve::Root/**InventoryApplication**/ and <br> | ||
AmCache.hve::Root/**InventoryApplicationFile**/ | ||
|
||
 | ||
|
||
*User can select all lines (Ctrl+A) or specific lines (Ctrl+click) and copy/paste (Ctrl+C and Ctrl+V) the data to a text file or MS Excel spreadsheet. The Selected lines are also displayed in the console after the user presses the OK button.* | ||
 |