Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

expandfile right click

Featured Replies

I had this working before. I added to nlite.inf and it would add Expand > only to the files I specified. Not to every file you right click on. I cannot get it work anymore. reg or inf. I am confused as to why I used the """"%L""""... etc. Can anyone help clear up my confusing. been looking on the net for about two hours now for sintax definitions or somethin. tired to looking...can use another methoad that will put expandit on right click of every file but dont want to do it that way though.

HKCR,".in_","",0x00020000,"expandfile"
HKCR,".dl_","",0x00020000,"expandfile"
HKCR,".ex_","",0x00020000,"expandfile"
HKCR,"expandfile","",0x00020000,"Compressed File"
HKCR,"expandfile\shell\expand","",0x00020000,"Expand >"
HKCR,"expandfile\shell\expand\command","",0x00020000,"expand "-r """"%L"""" """"%I""""

I beleive it is a syntax error because when looking the in the registry I will have wrong values in there.

Edited by Power350

you could ask the 7z maker on sourceforge as he has that as part of his software!

you could just use 7zip for this btw

  • Author

well i figured it out on my own !!!

**Updatedcode after usage bug found...path wouldn't take spaces**

HKCR,".in_","",0x00020000,"expandfile"
HKCR,".dl_","",0x00020000,"expandfile"
HKCR,".ex_","",0x00020000,"expandfile"
HKCR,"expandfile","",0x00020000,"Compressed File"
HKCR,"expandfile\shell\expand","",0x00020000,"Expand >"
HKCR,"expandfile\shell\expand\command","",0x00020000,"expand -r ""%1"" %1"""

for some reason you cannot use ,,, for the default you have to use ,"", ...that doesn't make sense to me. can anyone explain this. also you can dd more HKCR,".??_","",0x00020000,"expandfile" to the inf and have it do only the files you want. the only setback is that if you want all files then it becomes a hassel. I like this method because expand > isn't on the context menu all of the time. Just when it is on the .??_ file.

Edited by Power350

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.