Adds 11 client articles and 5 project articles: Clients: kittle, khalsa, anaise, azcomputerguru.com, bg-builders, evs, furrier, horseshoe-management, kittle-design, scileppi-law, western-tire Projects: discord-bot, radio-show, msp-pricing, wrightstown-smarthome, wrightstown-solar Updates wiki/index.md with all new entries, cross-references, and removes seeded client:birthbiologic from compilation queue. Critical findings surfaced: - Kittle: WS2025 EVAL license, no backups, 3 plaintext creds in Syncro - Western Tire: SSL cert *.westerntire.com expires 2026-05-30 - Kittle Design: active compromise (Ken inbox rule unresolved) - Horseshoe Mgmt: plaintext creds for 5+ users in Syncro notes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
83 lines
2.4 KiB
Markdown
83 lines
2.4 KiB
Markdown
---
|
|
type: client
|
|
name: evs
|
|
display_name: Equity Valuation Services
|
|
last_compiled: 2026-05-24
|
|
compiled_by: DESKTOP-0O8A1RL/claude-main
|
|
sources:
|
|
- clients/evs/session-logs/2026-04-17-session.md
|
|
---
|
|
|
|
# Equity Valuation Services (EVS)
|
|
|
|
## Overview
|
|
|
|
- **Business type:** Financial services — equity valuation [unverified beyond name]
|
|
- **Billing model:** Unknown — no billing data in source log
|
|
- **Contract status:** Unknown
|
|
- **Billing rate:** Unknown
|
|
- **Hours remaining:** Unknown
|
|
- This is the first documented entry for EVS. Minimal infrastructure detail captured.
|
|
|
|
## Contacts
|
|
|
|
| Name | Title | Notes |
|
|
|---|---|---|
|
|
| *(not documented)* | | Howard maintains the VM onsite |
|
|
|
|
## Infrastructure
|
|
|
|
| Asset | Role | OS | Notes |
|
|
|---|---|---|---|
|
|
| EVS VM | User workstation | Windows 11 | Howard's primary working machine at this site; running Win11 compact right-click menu |
|
|
|
|
- No IP addresses, hostnames, or hardware specs documented.
|
|
- Single VM confirmed; no detail on hypervisor or host hardware.
|
|
|
|
## Network
|
|
|
|
*(not documented)*
|
|
|
|
## Cloud / M365
|
|
|
|
*(not documented)*
|
|
|
|
## GuruRMM
|
|
|
|
*(not documented)*
|
|
|
|
## Active Projects / Open Items
|
|
|
|
- Howard to apply Win11 right-click registry fix on the VM (pending confirmation as of 2026-04-17).
|
|
- If Howard uses more than one user profile on the VM, the registry fix must be run for each profile separately (fix is HKCU-scoped).
|
|
|
|
## Key Events / History
|
|
|
|
### 2026-04-17 — Win11 right-click menu revert
|
|
|
|
Howard reported the Win11 VM shows the compact (Win11-style) right-click context menu and finds it confusing. Standard per-user registry fix provided:
|
|
|
|
```powershell
|
|
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
|
|
Stop-Process -Name explorer -Force
|
|
```
|
|
|
|
- HKCU-scoped — affects only the user who runs it on that session.
|
|
- Persists across reboots. Stable on 22H2/23H2/24H2/25H2.
|
|
- No admin elevation required.
|
|
|
|
To revert to Win11 default:
|
|
```powershell
|
|
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
|
|
Stop-Process -Name explorer -Force
|
|
```
|
|
|
|
## Anti-Patterns / Warnings
|
|
|
|
- [WARNING] Almost no infrastructure is documented for this client. Do not assume anything about their environment beyond a single Win11 VM managed by Howard.
|
|
- Add infrastructure detail to this article whenever encountered — this is a thin record.
|
|
|
|
## Backlinks
|
|
|
|
- *(no related wiki articles yet)*
|