1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/software/windows/_posts/2008-07-15-profilestate.md

21 lines
473 B
Markdown
Raw Normal View History

---
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|