Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chfuchte/typescript-window-userlist
https://github.com/chfuchte/typescript-window-userlist
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chfuchte/typescript-window-userlist
- Owner: chfuchte
- Created: 2023-04-04T19:28:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-12T13:19:24.000Z (over 1 year ago)
- Last Synced: 2024-05-18T14:49:26.607Z (6 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Window UserList
Log the Global Classes and the fullname of all users of your Windows PC or your Windows Domain Network
## Installation
Edit the .ENV to your System-Lang. For German it's:
```env
NAME_QUERY = Vollst�ndiger Name
CLASS_QUERY = Globale Gruppenmitgliedschaften
RETURN_NULL_CLASS = "*Kein"
```Next run:
```bash
npm i
# if you want it to run with ts-node run:
npm run start-ts
# if you want it to run with node run:
npm run start-js
```