Showing posts with label secure. Show all posts
Showing posts with label secure. Show all posts

Tuesday, 28 March 2017

What is AutoConfigUrl Browser Hijacker? secure search toolbar removal


看此影片來移除 secure search toolbar  ,但是只是暫時移除掉而已,主要還是要從register 裡移除



  • Alter the registry key/value of:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\DefaultConnectionSettings
         


         Changing the registry key       
 Download file : reg  and excute it. or you can Edit it so that the 09 becomes 01, or rather subtract 8h from the 9th byte of this value.       

Now reload up Internet Explorer and view the Lan Settings once again.                              





how-to-recursively-create-subfolder-in-each-folder-of-a-directory-in-cmd

test.cmd: @echo off setlocal for /f "usebackq tokens=*" %%a in (`dir /b /a:d`) do ( rem enter the directory pushd %%a echo...