Nedlastinger av programvare og drivere.
- Teamviewer client
- Wireshark VPN client
- Java fri installasjon
- Google Chrome
- Adobe Reader
- ForensIT tools
- Advanced IP skanner
- Uniflow client
- RMM client
- Onedrive client
- Dropbox client
- Citrix Workspace App
- RustDesk Remote Desktop
- TwinGate Beyond VPN
- LinNode Cloud Comp.
- MS Remote Desktop
- 7-Zip
- Windows 11 inst.assistant
- Windows PC Health Check
- N-Able Patch Scan failed.
- Infodoc Sky client
- Infodoc Support side
- Webmed Sky client
- CGM Support side
- Pridok Support side
- Pridok Oppsett
- FileLink Brukermanual
- Pridok Agent
- Pridok Agent Brukerveil.
- Welch – Filelink C
- Welch – Filelink
- Welch – Filelink 1.6.6
- Welch – Filelink 1.6.7
- Welch – Filelink 1.6.8
- Spirare
- Buypass/Net id
- Cisco Anyconnect VPN
- JSPrint Manager
- Zebra drivere
- HP Support Solutions
- HP drivere
- Lenovo Service Bridge
- Lenovo Support Assist Launcher
- Lenovo drivere
- Dell Support Assistent
- Dell drivere
- Intell Driver & Support Assistant
- Brother drivere
- Jabra programvare
- Jabra Direct
- Lenovo serial nr lookup
- HP serial nr lookup
- Dell serial nr lookup
- Fujistu serial nr lookup
Div:
Windows 11 Pro – 24H2 – disable Recall (Microsoft Spyware)
DISM – Deployment Image Servicing and Management «tool»
DISM /Online /Get-Featureinfo /Featurename:Recall
DISM /Online /Disable-Feature /Featurename:Recall
SFC – System File Checker, reparerer ødelagte Windows filer, riktig bruk av SFC.
Step 1: DISM /online/Cleanup-image /RestoreHealth
Step 2: SFC /scannow
Alt.2(forutsetter nedlastning av Windows ISO image, f.eks til d:\sources)
Step 1: DISM /online/Cleanup-image /RestoreHealth /source: d:\sources\install.esd
Step 2: SFC /scannow
Windows 10/11 - Reparere UEFI partisjon:
Bcdedit (viser status på eksisterende Windows boot manager/loader:
Bcdedit /export c:\bcd.bk (sikkerhetskopi av din fungerende BCD)
Bcdedit /import c:\bcd.bk (gjenoppretting av din BCD)
Boot Windows media fra USB. (Windows creation tool)
CMD
Alt. Kjør – DiskPart og List disk, sel disk 0
List vol, se etter FAT32 partisjon (ofte på 100MB)dette er da din UEFI partsjon!
Hvis det er f. eks. Volume 1, bruk sel vol 1.
Exit
Bcdboot c:\windows /s v: /f UEFI (gjenoppretter oppstartfiler på UEFI partsjon), og reboot.
JSPM
Step 1: UI-JSPM
Step 2: Del…. c:\brukere\brukernavn\appdata\local\.neodynamic\jspm
Step 3: IN-JSPM 6.0
Step 4: EV-RB
Step 5: Start Int, velg «Allow» første oppstart, og sett skrivervalg, test, ok.
Div.
GatewayPreferTLS=1
Automatic updates : sc config wuauserv start=auto
netsh wlan show profile ; netsh wlan show profile name=»Wi-fi name» key=clear
Windows 11 freeze randomly – apply patch KB5052093
Windows update
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
Check for updates – Poweshell
$u = New-Object -ComObject Microsoft.Update.Session
$u.ClientApplicationID = 'MSDN Sample Script'
$s = $u.CreateUpdateSearcher()
#$r = $s.Search("IsInstalled=0 and Type='Software' and IsHidden=0")
$r = $s.Search('IsInstalled=0')
$r.updates|select -ExpandProperty Title
Alt: (CMD)
wuauclt /detectnow /updatenow
wmic qfe list full
wmic qfe