Compare commits
1 Commits
software-c
...
syncthing
Author | SHA1 | Date | |
---|---|---|---|
89aef0434e |
38
DevOps/syncthing.md
Normal file
38
DevOps/syncthing.md
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
type: "note"
|
||||
created: "2023-11-10T16:21:17.756Z"
|
||||
updated: "2023-11-10T16:21:23.300Z"
|
||||
---
|
||||
|
||||
# Syncthing
|
||||
|
||||
* Download from https://nssm.cc/download
|
||||
* Download from https://syncthing.net/downloads
|
||||
* Extract syncthing-windows-amd64-v1.26.0.zip
|
||||
* Extract nssm-2.24.zip
|
||||
* Replace {user} with you windows user name in all the commands below
|
||||
|
||||
```bash
|
||||
mkdir %localappdata%/IFXApps
|
||||
move "C:\Users\{user}\Downloads\syncthing-windows-amd64-v1.26.0\syncthing-windows-amd64-v1.26.0" %localappdata%/IFXApps
|
||||
move "C:\Users\{user}\Downloads\nssm-2.24\nssm-2.24" %localappdata%/IFXApps
|
||||
```
|
||||
|
||||
```bash Administrator
|
||||
cd "C:\Users\{user}\AppData\Local\IFXApps\nssm-2.24\win64"
|
||||
nssm.exe install Syncthing
|
||||
```
|
||||
|
||||
```conf NSSM
|
||||
C:\Users\{user}\AppData\Local\IFXApps\syncthing-windows-amd64-v1.26.0\syncthing.exe
|
||||
C:\Users\{user}\AppData\Local\IFXApps\syncthing-windows-amd64-v1.26.0
|
||||
--no-restart --no-browser --home="C:\Users\{user}\AppData\Local\IFXApps\syncthing-windows-amd64-v1.26.0"
|
||||
```
|
||||
|
||||
* Using services.msc change service to run as your infineon account and automatic delay
|
||||
* Restart Syncthing service
|
||||
* Look in log file under %localappdata%/IFXApps for http port for web gui
|
||||
* Open http address to setup Syncthing and open identity windows to allow phone to scan QRCode
|
||||
* Install https://apps.apple.com/us/app/m%C3%B6bius-sync/id1539203216 on iPhone
|
||||
* Install https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid&hl=en&gl=US on android
|
||||
* Open app and click add remote button at bottom to scan QRCode from PC
|
@ -1,46 +0,0 @@
|
||||
---
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user