Difference between revisions of "Small Computer (technical details)"

From hf.multiling
Jump to: navigation, search
(Autologin)
(Installation)
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
The small computer is set up as a clean install of Windows 10 from a USB stick and updated to service pack 21H2.
 
The small computer is set up as a clean install of Windows 10 from a USB stick and updated to service pack 21H2.
 +
 +
===Applications===
 +
 +
;Installed applications
 +
;Filezilla : Reception of files from the rack
 +
;Chrome : A browser other than (e)
 +
;Openshot : A movie editor for simple editing of downloaded files
 +
;VLC : A lightweight multimedia player for playing both movies and sound
  
 
==Configuration==
 
==Configuration==
Line 17: Line 25:
 
To make multiling be an autologin user you have to use regedit to add key-value pairs to
 
To make multiling be an autologin user you have to use regedit to add key-value pairs to
  
HKEY_LOCAL_MACHINE\SOFTWARE\Microsof\Windows NT\CurrentVersion\Winlogon
+
<code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsof\Windows NT\CurrentVersion\Winlogon</code>
  
 
The needed pairs are:
 
The needed pairs are:
  
{| class="wikitable"; cellpaddding="10p";
+
{| class="wikitable" cellpaddding="10"
 
|DefaultUserName||multiling
 
|DefaultUserName||multiling
 
|-
 
|-
Line 28: Line 36:
 
|AutoAdminLogon||1
 
|AutoAdminLogon||1
 
|}
 
|}
 +
 +
===Services===
 +
TODO:
 +
Filezilla needs to be set up with autostart.

Latest revision as of 15:26, 6 April 2022

Installation

The small computer is set up as a clean install of Windows 10 from a USB stick and updated to service pack 21H2.

Applications

Installed applications
Filezilla 
Reception of files from the rack
Chrome 
A browser other than (e)
Openshot 
A movie editor for simple editing of downloaded files
VLC 
A lightweight multimedia player for playing both movies and sound

Configuration

Users

There are three initial users on the computer.

  • hfadmin (HF Admin)
  • labman (Lab Manager)
  • multiling (Multiling)

All users have a password. hfadmin and labman are administrators. multiling is autologin.

Autologin

To make multiling be an autologin user you have to use regedit to add key-value pairs to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsof\Windows NT\CurrentVersion\Winlogon

The needed pairs are:

DefaultUserName multiling
DefaultPassword (the passord)
AutoAdminLogon 1

Services

TODO: Filezilla needs to be set up with autostart.