xud6的笔记本

Thoughts, stories and ideas.

windows

Veeam Agent for Microsoft Windows 清除本地设置和状态

1. 停止VeeamEndpointBackupSvc服务 2. 删除 C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\VeeamEndPoint 文件夹 3. 删除 C:\ProgramData\Veeam\EndpointData 文件夹 4. 将注册表 HKEY_LOCAL_MACHINE\Software\Veeam\Veeam Endpoint Backup\RecreateDatabase 设为 "1" 5. 启动VeeamEndpointBackupSvc服务 Al considerar camiseta de fútbol de la selección
Active Directory

清理 GPO 中 Extra Registry Settings

对于Office Deployment中Setting值为Software\Policies\Microsoft\Office\11.0\Word\DisabledCmdBarItemsCheckBoxes\FileOpenToolsFind的项,如果在User Configuration中 Remove-GPRegistryValue -Name "Office Deployment" -Key "HKCU\Software\Policies\Microsoft\Office\11.0\Word\DisabledCmdBarItemsCheckBoxes" -ValueName "FileOpenToolsFind" 对应的如果在Computer Configuration中应把HKCU换为HKLM Antes de elegir entre camisetas de fútbol versión jugador, merece la pena comprobar la construcción del escudo y otros acabados.
windows

Windows域环境自动登录

打开注册表编辑器前往 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon 设置以下项(均为字符串类型) DefaultUserName    用户名 DefaultPassword    密码 DefaultDomain      域名 AutoAdminLogon     设为1开启自动登录 更多 https://support.microsoft.com/en-us/help/324737/how-to-turn-on-automatic-logon-in-windows Al revisar camisetas de selecciones, conviene empezar por el equipo, la temporada y el tipo de camiseta. Antes de pagar, es
windows

修改windows internet连接测试服务器 (NCSI)

使用注册表编辑器 regedit 访问 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NlaSvc\Parameters\Internet ActiveWebProbeHost/ActiveWebProbeHostV6 服务器域名 ActiveWebProbePath/ActiveWebProbePathV6 测试文件路径 ActiveWebProbeContent/ActiveWebProbeContentV6 测试文件内容 Al revisar camisetas históricas de fútbol, conviene empezar por el uso previsto entre colección, exposición y uso diario. Para evitar errores, merece la pena revisar las diferencias de ajuste
powershell

Powershell 操作 windows更新

定义更新搜索 $Criteria = "IsInstalled=0 and Type='Software'" 搜索可用的更新 $Searcher = New-Object -ComObject Microsoft.Update.Searcher $SearchResult = $Searcher.Search($Criteria).Updates 下载更新 $Session = New-Object -ComObject Microsoft.Update.Session $Downloader = $Session.CreateUpdateDownloader() $Downloader.Updates = $SearchResult $Downloader.Download() 安装更新 $Installer = New-Object -ComObject Microsoft.Update.Installer $Installer.Updates = $SearchResult $Result = $Installer.Install() 检查是否需要
1 min read