Resolve vss6.0 cannot change logon username problem

Source: Internet
Author: User

I met vss6.0 today. Unable to change the login name, ashamed to say, do not know how to configure, so do the following processing:

User name cannot be changed

So I wrote a very small, very small program that changed the username to an editable state.

The code is as follows:

.386
Model flat, stdcall bit memory model
option Casemap:none; case sensitive

Include Modifyusername.inc
Include Msvcrt.inc

lstrcmp Proto:d word,:d Word

. Code

Start

Invoke Getmodulehandle,null
MOV hinstance,eax

Invoke InitCommonControls
Invoke Dialogboxparam,hinstance,dlg_main,null,addr Dlgproc,null
Invoke exitprocess,0

;########################################################################

DLGPROC proc Hwin:hwnd,umsg:uint,wparam:wparam,lparam:lparam
Local @hVss: DWORD

MOV eax,umsg
. If Eax==wm_initdialog

. ElseIf Eax==wm_command

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.