How to include Norton scan in XYplorer context menu
-
lgjames
- Posts: 1
- Joined: 17 Aug 2015 21:18
How to include Norton scan in XYplorer context menu
I use Norton 360. Is there a way I can add Norton scan to the XYplorer context menu?
-
admin
- Site Admin
- Posts: 66347
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: How to include Norton scan in XYplorer context menu
Welcome to the club,
If it does show in Explorer's context menu and not in XYplorer's, then use the command "Show 64-bit Context Menu" from XYplorer's context menu. Can you see it now?
Don
If it does show in Explorer's context menu and not in XYplorer's, then use the command "Show 64-bit Context Menu" from XYplorer's context menu. Can you see it now?
Don
FAQ | XY News RSS | XY X
-
highend
- Posts: 14953
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: How to include Norton scan in XYplorer context menu
Do you use a 64-bit OS?
If that's the case and you right click on a e.g. a folder that you'd like to scan and you choose:
Show 64-bit Context Menu
can't you see the necessary Norton menu?
If that's the case and you right click on a e.g. a folder that you'd like to scan and you choose:
Show 64-bit Context Menu
can't you see the necessary Norton menu?
One of my scripts helped you out? Please donate via Paypal
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: How to include Norton scan in XYplorer context menu
I don't recall the reason but my Norton Internet Security didn't add anything to the context menu either, so I created a PFA for it as follows:
Whenever the engine is updated though, you need to manually adjust the version number (i.e. 22.5.2.15) in the PFA definition.
To see the attached files, you need to log into the forum.
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
-
highend
- Posts: 14953
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: How to include Norton scan in XYplorer context menu
It seems even when XY shows the 64-bit context menu, the necessary submenu item under "Norton 360" is missing...
In WE it's called "Scan Now". Tested with Win7 x64...
So I'd follow RalphM's suggestion.
You don't need to change the CFA entry each time Norton 360 updates itself. I've made a video that (hopefully) shows how to:
- Create the necessary icon
- Create the necessary script
- Build the CFA
- Change the config
You can get IconsExtract here:
http://www.nirsoft.net/utils/iconsext.html
The code for the script:
The CFA entry (if you use the same paths as in the video):
The video for the explanations:
https://www.youtube.com/watch?v=9WRLThk ... e=youtu.be
In WE it's called "Scan Now". Tested with Win7 x64...
So I'd follow RalphM's suggestion.
You don't need to change the CFA entry each time Norton 360 updates itself. I've made a video that (hopefully) shows how to:
- Create the necessary icon
- Create the necessary script
- Build the CFA
- Change the config
You can get IconsExtract here:
http://www.nirsoft.net/utils/iconsext.html
The code for the script:
Code: Select all
$programFiles = (%osbitness% == 64) ? "%ProgramFiles(x86)%" : "%ProgramFiles%";
$navw32 = quicksearch("Navw32.exe", "$programFiles", "|");
if ($navw32) { $navw32 = gettoken($navw32, -1, "|"); }
else { status "navw32.exe not found, aborted!", "8B4513", "stop"; end 1==1; }
$itemsToScan = get("SelectedItemsPathNames", '" "');
run """$navw32"" ""$itemsToScan""";
Code: Select all
|"Scan with Norton 360|<xyicons>\Norton360.ico"\;*>::load "Norton360.xys";https://www.youtube.com/watch?v=9WRLThk ... e=youtu.be
One of my scripts helped you out? Please donate via Paypal
-
RalphM
- Posts: 2089
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: How to include Norton scan in XYplorer context menu
Since this happens only every couple of months these days, it's overkill IMO to script this but as shown can certainly be done.highend wrote:...You don't need to change the CFA entry each time Norton 360 updates itself...
Ralph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
XYplorer Beta Club