Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mads80/bginfo-teamviewer-id
Show your Teamviewer ID on desktop with BgInfo
https://github.com/mads80/bginfo-teamviewer-id
bginfo bginfo-teamviewer teamviewer
Last synced: about 2 months ago
JSON representation
Show your Teamviewer ID on desktop with BgInfo
- Host: GitHub
- URL: https://github.com/mads80/bginfo-teamviewer-id
- Owner: Mads80
- Created: 2020-07-16T06:45:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T09:56:20.000Z (over 4 years ago)
- Last Synced: 2024-04-23T23:07:23.516Z (8 months ago)
- Topics: bginfo, bginfo-teamviewer, teamviewer
- Language: PowerShell
- Homepage:
- Size: 136 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :desktop_computer: bginfo_teamviewer_id
## Show your Teamviewer ID on the desktop with BgInfo.
Download BgInfo: https://docs.microsoft.com/en-us/sysinternals/downloads/bginfo
-----------------------------------------------------------------------------------------------------------------
PowerShell command: *(Run as Administrator)*
```powershell
(Get-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\TeamViewer').ClientID | Out-File -FilePath c:\teamviewerid.txt
```Fetches the TeamViewer ID from registry and saves it into a .txt file.
-----------------------------------------------------------------------------------------------------------------
Navigate to "*shell:startup*".
![BgInfo TeamViewer Id Shell Startup](bginfo-tm-id-shell-startup.png)
Create a new shortcut and add the following:
```
C:\Users\***\bin\Bginfo64.exe config.bgi /timer:0 /nolicprompt /silent /taskbar
```
BgInfo will now run on startup.-----------------------------------------------------------------------------------------------------------------
Adding a Custom Field:
![BgInfo TeamViewer Id Custom Field](bginfo-tm-id-add-custom-field.png)
End result:
![BgInfo TeamViewer Id Result](bginfo-tm-id-result.png)