简体   繁体   English

如何自动创建用户备份?

[英]How can I automatically create a backup of a user?

I was wondering if it was possible to programatically interact with Windows Easy Transfer (migwiz.exe) or another tool in order to automatically create a backup of a user. 我想知道是否可以通过编程方式与Windows轻松传送 (migwiz.exe)或其他工具进行交互,以便自动创建用户的备份。

I looked everywhere but it seems like Microsoft hasn't published anything like that. 我到处都是,但是似乎微软还没有发布那样的东西。 I was wondering if any of you had an idea on how to start. 我想知道你们中的任何人是否有关于如何开始的想法。 I know I can start the program (migwiz.exe) but this doesn't help me a lot. 我知道我可以启动程序(migwiz.exe),但这对我没有太大帮助。 Maybe there is a DLL that this program is using that I could use myself? 也许这个程序正在使用一个DLL,我可以自己使用?

Use a migration tool . 使用迁移工具 Microsoft's User State Migration Tool is one choice, and it's freeware. 微软的用户状态迁移工具是一种选择,它是免费软件。 Maybe it will suit your needs. 也许它将满足您的需求。 It's command-line-driven. 它是命令行驱动的。

Why do you want to "create a backup of a user"? 为什么要“创建用户备份”?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何创建不会自动应用的样式? - How can I create a style that is not automatically applied? C#窗口表单-如何自动备份数据库并将其发送到在线Phpmyadmin或通过电子邮件发送 - C# Window Form - How Can I Automatically Backup Database And Send it to Online Phpmyadmin Or On Email 如何在用户计算机上自动配置WCF服务 - How can I automatically configure WCF service on user's machine 如何在C#中自动创建子类? - How can I automatically create a sub class in C#? 如何根据循环自动创建变量? - How can I automatically create variables according to a loop? 如何在不使用xaml的情况下自动在wpf中创建堆栈面板 - How can I create stackpanels in wpf automatically without using xaml 如何在程序中自动创建ID? (该程序适用于文件) - How can I automatically create an ID in the program? (The program works with files) 如何使用DateTime.Now自动创建实体,而不是由用户指定值? - How do I create an Entity automatically with DateTime.Now, instead of the user specify the value? 如何创建任何用户都可以访问的文件? - How can I create a file that can be accessed by any user? 如何使用C#编码自动备份Mysql? - How to Backup Automatically Mysql in C# coding?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM