Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Security Apps
Kaspersky
[Tutorial] Update Kaspersky when starting the system automatically
Message
<blockquote data-quote="Guilhermesene" data-source="post: 1070979" data-attributes="member: 106646"><p>Hello everyone again!</p><p></p><p>Complementing the tutorial above, you may also want to add the option to update Kaspersky in the Windows context menu to perform the update more quickly, without the need to modify so many files. The end result would be as follows:</p><p></p><p>[ATTACH=full]280725[/ATTACH]</p><p></p><p>1 - Access your system's start menu and search for "<em>notepad.exe</em>" or simply "<em>notepad</em>"</p><p></p><p>2 - Copy the code below, which will be responsible for adding the "<em>Update Kaspersky</em>" option to the context menu.</p><p>NOTE: <span style="color: rgb(226, 80, 65)">(change the code to the path of your .vbs file - be careful with the quotes)</span></p><p></p><p>[CODE]Windows Registry Editor Version 5.00</p><p></p><p>; Adds a new context menu option to Update Kaspersky</p><p>[HKEY_CLASSES_ROOT\Directory\Background\shell\Atualizar Kaspersky]</p><p>@=""</p><p></p><p>; Sets the icon for the option in the context menu</p><p>"icon"="\"C:\\Program Files (x86)\\Kaspersky Lab\\Kaspersky 21.15\\Restore Utility\\kasperskylab.pure.restoretool.exe\""</p><p></p><p>; Configures the command to be executed when the context menu option is selected</p><p>[HKEY_CLASSES_ROOT\Directory\Background\shell\Atualizar Kaspersky\command]</p><p>@="\"wscript.exe\" \"D:\\Kaspersky\\k-start-hidden.vbs\""</p><p>[/CODE]</p><p></p><p>3 - After pasting the code, save the file with whatever name you want and in a safe location with the .reg extension (Windows Registry)</p><p></p><p>[ATTACH=full]280724[/ATTACH]</p><p></p><p>4 - Run the script and see if your context menu has been modified</p><p></p><p>5 - (optional) If you want to remove it, just remove the key whose path is → <em>HKEY_CLASSES_ROOT\Directory\Background\shell</em></p><p></p><p>I hope it's useful to someone <em><span style="color: rgb(0, 0, 0)"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite133" alt=":whistle:" title="Whistling :whistle:" loading="lazy" data-shortname=":whistle:" /></span></em><img class="smilie smilie--emoji" loading="lazy" alt="😄" title="Grinning face with smiling eyes :smile:" src="https://cdn.jsdelivr.net/joypixels/assets/6.6/png/unicode/64/1f604.png" data-shortname=":smile:" /></p></blockquote><p></p>
[QUOTE="Guilhermesene, post: 1070979, member: 106646"] Hello everyone again! Complementing the tutorial above, you may also want to add the option to update Kaspersky in the Windows context menu to perform the update more quickly, without the need to modify so many files. The end result would be as follows: [ATTACH type="full"]280725[/ATTACH] 1 - Access your system's start menu and search for "[I]notepad.exe[/I]" or simply "[I]notepad[/I]" 2 - Copy the code below, which will be responsible for adding the "[I]Update Kaspersky[/I]" option to the context menu. NOTE: [COLOR=rgb(226, 80, 65)](change the code to the path of your .vbs file - be careful with the quotes)[/COLOR] [CODE]Windows Registry Editor Version 5.00 ; Adds a new context menu option to Update Kaspersky [HKEY_CLASSES_ROOT\Directory\Background\shell\Atualizar Kaspersky] @="" ; Sets the icon for the option in the context menu "icon"="\"C:\\Program Files (x86)\\Kaspersky Lab\\Kaspersky 21.15\\Restore Utility\\kasperskylab.pure.restoretool.exe\"" ; Configures the command to be executed when the context menu option is selected [HKEY_CLASSES_ROOT\Directory\Background\shell\Atualizar Kaspersky\command] @="\"wscript.exe\" \"D:\\Kaspersky\\k-start-hidden.vbs\"" [/CODE] 3 - After pasting the code, save the file with whatever name you want and in a safe location with the .reg extension (Windows Registry) [ATTACH type="full" alt="RILSxiPyHm.png"]280724[/ATTACH] 4 - Run the script and see if your context menu has been modified 5 - (optional) If you want to remove it, just remove the key whose path is → [I]HKEY_CLASSES_ROOT\Directory\Background\shell[/I] I hope it's useful to someone [I][COLOR=rgb(0, 0, 0)]:whistle:[/COLOR][/I]😄 [/QUOTE]
Insert quotes…
Verification
Post reply
Top