上一页 1 ··· 407 408 409 410 411 412 413 414 415 ··· 619 下一页

2020年6月25日

摘要: 1.用户首先按Ctrl+Alt+Del组合键。 2.Winlogon检测到用户按下SAS键,就调用GINA,由GINA显示登录对话框,以便用户输入账号和密码。 3.用户输入账号和密码,确定后,GINA把信息发送给LSA进行验证。 4.在用户登录到本机的情况下,LSA会调用Msv1_0.dll这个验证 阅读全文
posted @ 2020-06-25 00:46 lydstory 阅读(146) 评论(0) 推荐(0)
摘要: winlogon.exe logoff.exe 阅读全文
posted @ 2020-06-25 00:00 lydstory 阅读(89) 评论(0) 推荐(0)

2020年6月24日

摘要: typedef void(__stdcall*NTPROC)(DWORD*,DWORD*,DWORD*); HINSTANCE hinst = LoadLibrary(L"ntdll.dll"); DWORD dwMajor = 0, dwMinor = 0, dwBuildNumber = 0; 阅读全文
posted @ 2020-06-24 22:17 lydstory 阅读(238) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/2964117/windows-fonts-not-immediately-useable-in-application-after-installing 阅读全文
posted @ 2020-06-24 22:08 lydstory 阅读(100) 评论(0) 推荐(0)
摘要: RemoveFontResource(L"C:\\Windows\\Fonts\\simfang.ttf"); AddFontResource(L"C:\\Windows\\Fonts\\simfang.ttf"); int r = AddFontResource(TEXT("C:\\WINDOWS 阅读全文
posted @ 2020-06-24 20:07 lydstory 阅读(430) 评论(0) 推荐(1)
摘要: int _tmain(int argc, _TCHAR* argv[]) { HINSTANCE sdklib = NULL; sdklib = LoadLibrary(L"C:\\dll\\ext-ms-win-ntuser-private-l1-1-1.dll"); if (!sdklib) { 阅读全文
posted @ 2020-06-24 18:40 lydstory 阅读(151) 评论(0) 推荐(0)
摘要: BaseCleanupAppcompatCacheSupport RtlReleaseResource RtlDeleteResource 阅读全文
posted @ 2020-06-24 17:28 lydstory 阅读(141) 评论(0) 推荐(0)
摘要: RtlUnsubscribeWnfNotificationWaitForCompletion() // flush.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <Windows.h> #include <wtsapi32.h> #prag 阅读全文
posted @ 2020-06-24 16:26 lydstory 阅读(262) 评论(0) 推荐(0)
摘要: https://forums.extremeoverclocking.com/showthread.php?s=a73dcb98388e19f7503c6aed262e38d2&t=303723&page=2 Yeah... I eventually got it done. A little C+ 阅读全文
posted @ 2020-06-24 15:25 lydstory 阅读(300) 评论(0) 推荐(0)
摘要: Download ExecTI.Use ExecTI to run cmd.exe as TrustedInstaller.In the command prompt opened as trusted installer, type or copy-paste the following comm 阅读全文
posted @ 2020-06-24 14:16 lydstory 阅读(718) 评论(0) 推荐(0)
上一页 1 ··· 407 408 409 410 411 412 413 414 415 ··· 619 下一页

导航