Does changing the account password on a Windows XP machine affect processes running under that account identity? Are there any issues I need to take into account when doing that? How about Windows 7?
Asked
Active
Viewed 53 times
2 Answers
2
No Problem for already running processes, except perhaps the running process "knows" the password and tries to use it (e.g. login to another computer in AD etc.)

knitti
- 700
- 6
- 9
1
Once a Windows process gets its authentication token, it can use that token until the process exits. There are some differences though, such as accessing resources across the network, where an actual authentication takes place. Even then, if Kerberos was used and a kerb ticket generated, that kerb ticket will remain good until it expires (generally in less than 24 hours). XP and Win7 work the same way.

sysadmin1138
- 133,124
- 18
- 176
- 300