Programming Aid

Yeniaul

Well-Known Member
OP
Newcomer
Joined
Apr 24, 2013
Messages
70
Trophies
0
XP
183
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: 80

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,349
Trophies
3
XP
27,317
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
872
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
183
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
39
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
21
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
183
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.
 
General chit-chat
Help Users
  • K3N1 @ K3N1:
    Ask @x65943 he's trained for that stuff
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
  • Iron_Masuku @ Iron_Masuku:
    Hello
    Iron_Masuku @ Iron_Masuku: Hello