2 Commits

Author SHA1 Message Date
0fc86e6405 control smscfgrc 2024-02-21 10:43:40 -07:00
8dc1217a82 rough draft 2023-12-01 13:11:13 -07:00
2 changed files with 46 additions and 19 deletions

View File

@ -1,19 +0,0 @@
---
type: "note"
created: "2023-11-11T21:54:50.097Z"
updated: "2023-11-11T21:54:55.399Z"
---
# Excel-Kanban
* Map network path \\\\mesTSA003.Infineon.com\\Kanban to K:
* Install VSCode Insiders
* Install Extension GordonLarrigan.VSCode-Kanbn
* Click File => Open folder => K:\FI-Backlog-Mesa-Request-List\749-FI-Backlog-Mesa-Request-List
* .kanbn/.json file will be update if Excel is different (ignoring whitespace).
* Click Initialize Kanbn button at the bottom of VSCode Insiders
* Title can be copied form .json file or updated manually in .kanbn/index.md file at H1 (#)
## References
* https://www.npmjs.com/package/@basementuniverse/kanbn

46
Fab/software-center.md Normal file
View File

@ -0,0 +1,46 @@
---
type: "topic"
created: 2023-11-16T16:15:53.000Z
updated: 2023-11-16T16:15:53.000Z
---
# Software Center
```regedit
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{19E90D94-D3A6-41E7-B4FA-D157B74051B7}
```
```bash
C:\WINDOWS\TEMP\InfinityQSTEM\ "C:\Program Files (x86)\InstallShield Installation Information\{19E90D94-D3A6-41E7-B4FA-D157B74051B7}\setup.exe" -runfromtemp -l0x0409 -removeonly
MsiExec.exe /I{1C38ED67-8760-4E6F-9E6F-38C2A1B1EAB4}
cmtrace
C:\Windows\ccmcache\16\Wrapper\0
C:\ProgramData\ISCvX\Logs\SoftwareDistributionLogs\WrapperInstallations
cd "C:\Windows\ccmcache\16\MassData\0\Machine"
appwiz.cpl
MsiExec.exe /I{1C38ED67-8760-4E6F-9E6F-38C2A1B1EAB4}
```
```bash Administrator
cd "C:\Program Files\Infineon Technologies\Infineon Office Settings"
PsExec.exe -i -s cmd.exe
whoami
# nt authority\system
```
```bash PsExec.exe
cd "C:\Windows\ccmcache\16\Wrapper\0"
Wrapper.exe -uninstall -machine
```
- [ ] delete Z:\ProgramData\Microsoft\Windows\Start Menu\Programs\InfinityQS
```cmd as Administrator
control smscfgrc
```
```Actions
Application Deployment Evaluation Cycle
Software Update Deployment Evaluation Cycle
Windows Installer Source List Update Cycle
```