Jump to content

Recommended Posts

Padam value DisableRegistryTools kat HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System.

Cara nak padam value (pakai WIN32API):

RegOpenKeyEx - amik handle key ke hklm\...\system.

RegDeleteValue - delete value

RegCloseKey - close handle

Share this post


Link to post
Share on other sites

Padam value DisableRegistryTools kat HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System.

Cara nak padam value (pakai WIN32API):

RegOpenKeyEx - amik handle key ke hklm\...\system.

RegDeleteValue - delete value

RegCloseKey - close handle

ting Q utk enable folder option plak ader x?

pastu nak set show hiden file ke show system file ke... taw x?

Share this post


Link to post
Share on other sites

Padam value DisableRegistryTools kat HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System.

Cara nak padam value (pakai WIN32API):

RegOpenKeyEx - amik handle key ke hklm\...\system.

RegDeleteValue - delete value

RegCloseKey - close handle

ting Q utk enable folder option plak ader x?

pastu nak set show hiden file ke show system file ke... taw x?

Share this post


Link to post
Share on other sites

key: HKCU or HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

value name: NoFolderOptions, REG_DWORD

value: 0 untuk show option (atau padam terus value ni, default), 1 untuk tak show

key: HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

value name: Hidden, REG_DWORD

value: 1 untuk show hidden files, 2 untuk tak show

ps: ko pakai language ape?

Share this post


Link to post
Share on other sites

key: HKCU or HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

value name: NoFolderOptions, REG_DWORD

value: 0 untuk show option (atau padam terus value ni, default), 1 untuk tak show

key: HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

value name: Hidden, REG_DWORD

value: 1 untuk show hidden files, 2 untuk tak show

ps: ko pakai language ape?

jgn lupa ko export regedit ni kat mana2...nanti kalo kena lagi senang, load je balik...

Share this post


Link to post
Share on other sites

kalo dah regedit dah disablekan (contoh kat first post), still tak leh gune import file .REG gak. so (for me), better buat simplest software yang leh enable regedit or ape2 function kritikal lain :)

Share this post


Link to post
Share on other sites

boleh la FA..tukar registry tweak untuk enable balik registry editing tu ke fail .INF

EnableRegistryEditingTool.inf

[Version]Signature= "$Windows NT$"

[software.AddReg]

; 0x00000000 - Enable

; 0x00000001 - Disable

0x4, "Microsoft\Windows\CurrentVersion\policies\system","DisableRegistryTools", 0x00000000

Install..

Tapi bila aku baca balik perbincangan korang ni aku tak pasti apa korang nak cuba selesaikan kat sini..Nak selesai masalah virus atau nak coding..

Edited by aMer

Share this post


Link to post
Share on other sites

kan aku cakap file .REG.. aku takde sentuh pon pasal .INF :P

Share this post


Link to post
Share on other sites

vb script:

On Error Resume Next
Dim WshShell
Set WshShell = CreateObject("Wscript.Shell")
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\system\DisableRegistryTools", "0", "REG_DWORD"
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\system\DisableTaskMgr", "0", "REG_DWORD"

harap membantu ;)

Edited by ApoNie

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...