-
删除目录文件,可以自动伤处制定的文件或者目录
删除目录文件,可以自动伤处制定的文件或者目录-DEL DIR AND FILE
- 2022-11-20 10:40:03下载
- 积分:1
-
虚拟桌面,是一个类似linux的虚拟桌面程序,可以支持多达9个工作桌面,并可以使用快捷键在这些桌面之间迅速切换....
虚拟桌面,是一个类似linux的虚拟桌面程序,可以支持多达9个工作桌面,并可以使用快捷键在这些桌面之间迅速切换.-Virtual Desktop is a virtual desktop linux similar procedures, can support up to nine working desktop, and can use the shortcut keys in these rapidly switch between desktop.
- 2023-03-12 12:20:04下载
- 积分:1
-
替换windows的rsh服务的程序
替换windows的rsh服务的程序-Program which can replace the windows rsh service
- 2023-04-11 04:05:04下载
- 积分:1
-
一个在WIN2000和WINXP下隐藏的类,直接可以使用,但在有时不是很稳定,可能造成死机,呵呵,仅供参考,我也是看别人的代码,然后写成一个类的,主要目的是方便...
一个在WIN2000和WINXP下隐藏的类,直接可以使用,但在有时不是很稳定,可能造成死机,呵呵,仅供参考,我也是看别人的代码,然后写成一个类的,主要目的是方便使用。-a WINXP in WIN2000 and hidden under the category, can be used directly. But sometimes is not very stable, which may result dies, what is for reference only, I also look at the code, then into a category, the main objective is to facilitate use.
- 2022-03-05 17:03:51下载
- 积分:1
-
only. C, main 2,8,10,16 band between the number of transformation.
这只是.c文件,主要实现2、8、10、16进制数之间的转化。-only. C, main 2,8,10,16 band between the number of transformation.
- 2022-07-27 07:03:14下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
把Control键和Caps键互换
把Control键和Caps键互换 -Interchanging between Contorl and Caps
- 2022-06-01 13:03:20下载
- 积分:1
-
一个导出类的Dll工程实例,该工程提供一个虚基类作为外部接口,接口的真正实现部分隐藏在DLL里...
一个导出类的Dll工程实例,该工程提供一个虚基类作为外部接口,接口的真正实现部分隐藏在DLL里-A derived class project examples Dll, which works to provide a virtual base class as an external interface, interface to achieve some real hidden DLL Lane
- 2022-02-03 14:33:07下载
- 积分:1
-
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的a...
通过Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO)等的api函数取得系统的消息。是一个比较全的取得系统消息的集合-through Public Declare Sub GetSystemInfo Lib kernel32 (lpSystemInfo As SYSTEM_INFO) api function of the system made news. A comparison is made all the information collection system
- 2023-04-26 04:10:03下载
- 积分:1
-
本程序可以虚拟成多个桌面,就像使用真的桌面一样,当然你也可以再扩展...
本程序可以虚拟成多个桌面,就像使用真的桌面一样,当然你也可以再扩展-this procedure into several virtual desktop, the desktop is really just like to use the same, of course, you can further extend the
- 2022-03-19 17:12:49下载
- 积分:1