|
:: !!! Unicode Character Found !!!
@Echo Off
Title Reg Converter v1.1 & Color 1A
cd %systemroot%\system32
call :IsAdmin
Reg.exe add "HKCR\*\OpenWithList\notepad3.exe" /f
Reg.exe add "HKCR\Applications\notepad3.exe\shell\open\command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" \"%%1\"" /f
Reg.exe add "HKCR\batfile\shell\edit\command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" %%1" /f
Reg.exe add "HKCR\cmdfile\shell\edit\command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" %%1" /f
Reg.exe add "HKCR\JSEFile\Shell\Edit\Command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" %%1" /f
Reg.exe add "HKCR\JSFile\Shell\Edit\Command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" %%1" /f
Reg.exe add "HKCR\regfile\shell\edit\command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" \"%%1\"" /f
Reg.exe add "HKCR\SystemFileAssociations\text\shell\edit\command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" %%1" /f
Reg.exe add "HKCR\VBEFile\Shell\Edit\Command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" %%1" /f
Reg.exe add "HKCR\VBSFile\Shell\Edit\Command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" %%1" /f
Reg.exe add "HKCR\Windows.XamlDocument\shell\edit\command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" \"%%1\"" /f
Reg.exe add "HKCR\Windows.Xbap\shell\edit\command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" \"%%1\"" /f
Reg.exe add "HKCR\WSFFile\Shell\Edit\Command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" %%1" /f
Reg.exe add "HKCU\Software\Classes\ini_auto_file\shell\open\command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" \"%%1\"" /f
Reg.exe add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\MuiCache" /v "X:\Program Files\Notepad3\Notepad3.exe.FriendlyAppName" /t REG_SZ /d "Notepad3" /f
Reg.exe add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\MuiCache" /v "X:\Program Files\Notepad3\Notepad3.exe.ApplicationCompany" /t REG_SZ /d "? Rizonesoft" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "Applications\Notepad3.exe_.reg" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "Applications\notepad3.exe_.txt" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "Applications\notepad3.exe_.ini" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ini\OpenWithList" /v "a" /t REG_SZ /d "Notepad3.exe" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ini\UserChoice" /v "ProgId" /t REG_SZ /d "Applications\notepad3.exe" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.reg\OpenWithList" /v "c" /t REG_SZ /d "Notepad3.exe" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithList" /v "b" /t REG_SZ /d "Notepad3.exe" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\UserChoice" /v "ProgId" /t REG_SZ /d "Applications\notepad3.exe" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithList" /v "MRUList" /t REG_SZ /d "bca" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithList" /v "b" /t REG_SZ /d "Notepad3.exe" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\OpenWithProgids" /v "txtfilelegacy" /t REG_NONE /d "" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\UserChoice" /v "ProgId" /t REG_SZ /d "Applications\notepad3.exe" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.txt\UserChoice" /v "Hash" /t REG_SZ /d "i+F46PKODYY=" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ini\UserChoice" /v "ProgId" /t REG_SZ /d "Applications\notepad3.exe" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ini\UserChoice" /v "Hash" /t REG_SZ /d "uP1POdSN7Ys=" /f
Reg.exe add "HKCR\ahkfile\shell\edit\command" /ve /t REG_EXPAND_SZ /d "\"%%ProgramW6432%%\Notepad3\Notepad3.exe\" \"%%1\"" /f
Exit
:IsAdmin
Reg.exe query "HKU\S-1-5-19\Environment"
If Not %ERRORLEVEL% EQU 0 (
Cls & Echo You must have administrator rights to continue ...
Pause & Exit
)
Cls
goto:eof
|
|