Български | English | Spanish |
 

News

15.08.2016

 HIKVISION Authorised Installer

03.11.2016

deepXIT BlackHat EU, London

25.01.2016

[deep eSupport] by TeamViewer
Windows, MacOS, Linux, iPhone/iPad iOS, AndroidOS


Login

Advetising

Home :. FAQ :. Tips and Tricks :. Create StartUp Message
 
Create StartUp Message

START->RUN>REGEDT32
Open in BINARY MODE (with right mouse click)
LegalNoticeText
Now sroll down the message and where you found 7E 00 (~) sign double click with the left mouse buton on 7E 00 and replace it with 0D 00 0A 00
Repeat this on each line you marked with ~ to be replaced as a CR/LF (cariage-return/linefeed)

So if you have
"LegalNoticeCaption"="MESSAGE CAPTION"
"LegalNoticeText"="LINE1~LINE2~~LINE3"

in BINARY MODE will be
BEFORE:
4c 00 49 00 4E 00 45 00
31 00 7E 00 4C 00 49 00
4E 00 45 00 32 00 7E 00
7E 00 4C 00 49 00 4E 00
45 00 33 00 00 00


AFTER:
4C 00 49 00 4E 00 45 00
31 00 0D 00 0A 00 4C 00
49 00 4E 00 45 00 32 00
0D 00 0A 00 0D 00 0A 00
4C 00 49 00 4E 00 45 00
33 00 00 00



The REG files will be:
BEFORE:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LegalNoticeCaption"="MESSAGE CAPTION"
"LegalNoticeText"="LINE1~LINE2~~LINE3"


AFTER:
NOT EXPORTABLE