Programming Aid

Yeniaul

Well-Known Member
OP
Newcomer
Joined
Apr 24, 2013
Messages
70
Trophies
0
XP
218
Country
United States
This is a .REG file. This file, when run, will add several new items to the "New File" right-click context menu.
Useful for programmers, modders and the like.
This adds the following:
.py file
.bat file
.asm file
.html file
.css file
.ini file
.js file
.vbs file
.c file
.h file
.dat file
 

Attachments

  • AddNew.zip
    290 bytes · Views: 92

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,321
Country
United Kingdom
Why would you check using virustotal? It is a reg file and you can open them using a text editor, some will be more complex than you care for but always worth a look, especially as AV scanners will probably not know/look for everything.

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.py\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.bat\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.asm\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.html\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.css\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.ini\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.js\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.vbs\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.c\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.h\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.dat\ShellNew]
"NullFile"=""
 

Luglige

hiatus
Member
Joined
Jan 24, 2016
Messages
1,414
Trophies
1
Location
under your bed
XP
883
Country
Antarctica
Why would you check using virustotal? It is a reg file and you can open them using a text editor, some will be more complex than you care for but always worth a look, especially as AV scanners will probably not know/look for everything.

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.py\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.bat\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.asm\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.html\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.css\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.ini\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.js\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.vbs\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.c\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.h\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.dat\ShellNew]
"NullFile"=""
Always be safe.
 

Yeniaul

Well-Known Member
OP
Newcomer
Joined
Apr 24, 2013
Messages
70
Trophies
0
XP
218
Country
United States
Why would you check using virustotal? It is a reg file and you can open them using a text editor, some will be more complex than you care for but always worth a look, especially as AV scanners will probably not know/look for everything.

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.py\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.bat\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.asm\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.html\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.css\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.ini\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.js\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.vbs\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.c\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.h\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.dat\ShellNew]
"NullFile"=""

Thanks, now the secret is out :rofl:
 

Jack Daniels

Well-Known Member
Member
Joined
Jun 6, 2016
Messages
534
Trophies
0
Age
40
Location
South-Holland
XP
258
Country
Netherlands
Why would you check using virustotal? It is a reg file and you can open them using a text editor, some will be more complex than you care for but always worth a look, especially as AV scanners will probably not know/look for everything.

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.py\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.bat\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.asm\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.html\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.css\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.ini\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.js\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.vbs\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.c\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.h\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\.dat\ShellNew]
"NullFile"=""
i've had a virus or beter said worm in a txt file once, exploiting ms notepad. it was really irritating since it started random software when typing and it removed system files just for fun... better be carefull with any unknown file...
 

Deleted member 370283

Well-Known Member
Member
Joined
Aug 19, 2015
Messages
496
Trophies
0
Age
22
XP
1,021
Country
United States
This is very cool my man!
The only issue I have is that some filetypes don't show up in the New list (namely .asm, which I use all of the time).
Does Windows have a limit or something?
 

Yeniaul

Well-Known Member
OP
Newcomer
Joined
Apr 24, 2013
Messages
70
Trophies
0
XP
218
Country
United States
Not that I know of, but if your menu was unmodified, it'd all fit. Do you have "Hide known file type extensions" off? It might be under a different name if not.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    OctoAori20 @ OctoAori20: Nice nice-