Loading

Infoklik : Enable registry (Windows XP)


Have you ever run the Tweak UI utility for Windows XP and it comes up with error message “Tweak UI has been disabled by your administrator” or run registry and it displays message “Registry editing has been disabled by your administrator” ? This is because DisableRegistryTools policy on the registry has been enable or in other word the system registry has been disabled. How to Enable registry ? You could try one of the following method below :




Method 1

Go to Start -> run

Type :

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f


Method 2

  1. Create a text file and save the text file as “RegON.bat”
  2. Copy and paste to your file “RegON.bat” below :

REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools

Don’t forget to save your “RegON.bat” file.

  1. Close your reg.bat file and double click the “reg.bat” file.
  2. Type Y.
Example :














Method 3 (Windows XP Professional only)

  1. Go to Start -> run
  2. Type : gpedit.msc
  3. Go to User Configuration -> Administrative Templates -> System
  4. Double click Prevent access to registry editing tools
  5. Select enable then click button Apply
  6. Select Not Configure then click button Apply then Click Button Ok.



































Disable registry

Here are the way how to disable registry :

  1. Create a text file and save the text file as “regoff.reg”
  2. Copy and paste to your file “regoff.reg” below :

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableRegistryTools"=dword:1

Don’t forget to save your “regoff.reg” file.

Close the “regoff.reg” file and double click “regoff.reg” file and then click button yes







Good Luck !!



Read More...

Infoklik : Autorun / Autoplay ? ( Malay )


Apa itu Autorun / Autoplay ?
Autorun / Autoplay adalah suatu fungsi automatik berkaitan dengan media penyimpanan data seperti CD atau DVD mahupun pen drive. Secara ringkasnya apabila media penyimpanan data seperti CD, DVD atau pen drive dimasukkan ke dalam komputer, komputer tersebut akan mencari file autorun.inf. Apabila menjumpai file tersebut maka komputer secara automatik melaksanakan program yang telah disetkan.


Bagaimana hendak membuat autorun / autoplay pada thumb drive / pen drive dalam Windows XP ?

Untuk membuat autorun pada thumb / pen drive anda , Sila ikuti langkah di bawah :

1. Buat file bernama autorun.inf pada thumb drive / pen drive anda.

2. Copy and paste ke autorun.inf

[autorun]
shellexecute=mrs.exe
icon = mrs.exe
action = mrs.exe
useautoplay=1

Jangan lupa untuk save autorun.inf

Contoh :















Selamat Mencuba !!

Read More...

Infoklik : Autorun / Autoplay ? ( English )


What is Autorun / Autoplay?

Autorun, or "Autoplay", are extended automatic functions associated with removable media such as CDs and DVDs. The foundation of this feature is the insert notification support in the device driver. Most, if not all, removable devices available today support this feature. After Windows detects that a disk has been inserted, it looks in the disk's root directory, finds, reads, and follows specific instructions defined in a text based configuration file, Autorun.inf.



In short, a computer looks for an "autorun.inf" file within any removable media inserted into it, such as a floppy, CD, or DVD, and if such a file is found, treats the media as an Autorun device. This is the essense of applications automatically launching when a CD/DVD is inserted into a computer. An prime example of this would be the "setup" application executing when a product's CD is inserted.

The Autorun.inf file defines the process or application that will automatically run when a disk is inserted. The Autorun file can also define the following, among other things:



How to make autorun / autoplay on your thumb drive / pen drive in Windows XP ?


To Create an autorun on your thumb / pen drive please follow these steps below :

1. Create an autorun.inf on your thumb / pen drive.

2. Copy and paste to your autorun.inf

[autorun]
shellexecute=mrs.exe
icon = mrs.exe
action = mrs.exe
useautoplay=1

Don't forget to save your autorun.inf

Example :










Good Luck !!

Read More...