mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
21 lines
473 B
Markdown
21 lines
473 B
Markdown
---
|
|
title: Backup-Userprofile as active profile
|
|
layout: default
|
|
created: 2008-07-15 00:06:44 +0200
|
|
updated: 2008-07-15 00:06:44 +0200
|
|
toc: false
|
|
tags:
|
|
- know-how
|
|
- software
|
|
- windows
|
|
---
|
|
Check registry key: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList` for needed profile.
|
|
|
|
Change `State` value to following:
|
|
|
|
| Value|Meaning |
|
|
|------:|:-------------|
|
|
| `100`h|logged on user|
|
|
| `104`h|normal profile|
|
|
|`8100`h|backup profile|
|