Windows程序 Windows加密服务架构
Windows加密是安全体系的重要基础和组成部分。现代CPU的保护模式是系统安全的硬件基石,基于CPU硬件的特权分级,……
Windows程序 windows 2008镜像重启后密码变为默认密码的问题的解决方案
1. cmd中执行regedit,打开注册表:修改HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Cloudbase Solusions\Cloudbase-Init下面所有uuid下面的Plugins中……
Windows程序 VS 远程调试之 “The visual studio remote debugger does not support
The error message The visual studio remote debugger does not support this edition of windows appears because the remote debugger tries to use Window...……
Windows程序 Win2003中配置FTP服务,开启防火墙导致客户端无法连接【精华详解】
因为某种需求,我们在Win2003中配置FTP,可能使用的是IIS可能使用的是其他的服务软件,可能是出于安全的考虑我们必……
Windows程序 windows 自动删除文件,保留7天
服务器是windowsserver2012放在总公司机房,用来调取数据。但是保存数据的磁盘一段时间不清理,就会爆满。而且一次只……
Windows程序 笔记08 WPF导航
如何在winform中做导航,如何重定向界面,就产生了争执。是用window还是Page还是UserControl?先不管用啥。我们先比较一……
Windows程序 c# 纯代码方式创建快捷方式
原文:c# 纯代码方式创建快捷方式 using System; using System.Collections.Generic; using System.Text; using Microsoft.Win32; using System.Runt……
Windows程序 使用C#调用windows API(从其它地方总结来的,以备查询)
使用C#调用windows API(从其它地方总结来的,以备查询)C#调用windows API也可以叫做C#如何直接调用非托管代码,通常有……