Showing posts sorted by date for query regedit. Sort by relevance Show all posts
Showing posts sorted by date for query regedit. Sort by relevance Show all posts

Monday, November 03, 2008

How To Easily Remove the MonaRonaDona 'Virus'

The MonaRonaDona Trojan is designed to scam infected users into shelling out $40 for a bogus scanner dubbed Unigray Antivirus. The scammers completed the hoax by positioning several forum posts from alleged victims touting the bogus Unigray Antivirus as a miracle cure for the MonaRonaDona 'virus'. In reality, removal is very simple and requires absolutely no tools, nor parting with any of your hard-earned cash. Just boot into safe mode and follow the directions below. Original Article here

Difficulty: Easy

Time Required: 15 minutes

Here's How To Easily Remove the MonaRonaDona 'Virus':

  1. If you haven't already done so, boot into safe mode.

  2. Search for and delete the following folder, if found:

    C:\Program Files\UniGray Antivirus

    You may also wish to delete the following:

    C:\Program Files\RegistryCleanFix2008

  3. Search the global startup folder for the following file and delete the file if found:

    SRVSPOOL.EXE

    By default, the global startup folder location is
    C:\Documents and Settings\All Users\Start Menu\Programs\Startup

  4. Click Start, click Run, type REGEDIT, and click OK. The Registry Editor will now open.

    Note: To avoid unwanted page wrapping, the following abbreviations are used in the steps below:

    HKCU = HKEY_CURRENT_USER
    HKLM = HKEY_LOCAL_MACHINE

  5. To fix the title bar changes to Internet Explorer and Outlook Express caused by MonaRonaDona, browse to the following keys and delete the values indicated:

    HKCU\Software\Microsoft\Internet Explorer\Main
    Delete value: Window Title

    HKLM\Software\Microsoft\Internet Explorer\Main
    Delete value: Window Title

    HKCU\Software\Microsoft\Outlook Express
    Delete value: WindowTitle

  6. To regain access to Task Manager, which was disabled by MonaRonaDona, browse to the following keys and delete the values indicated:

    HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System
    Delete value: DisableTaskMgr

    HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System
    Delete value: DisableTaskMgr

  7. You may also wish to delete the following:

    HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    Delete value: RegistryCleanFixMFC

  8. Close the Registry editor by choosing File | Exit

  9. Reboot the computer normally. The system should now be free of the MonaRonaDona 'virus' and the system changes made by the Trojan should now be reversed.

For begineers: How to Edit the System Registry & Windows System Registry Tutorial by About.com.

Monday, October 20, 2008

How To Enable Folder Options in Windows Explorer

Malware often drops itself as a hidden file and then disables the Folder Options menu in Windows Explorer so you can't change the settings to view hidden files and folders. If you are unable to access the Tools | Folder Options in Windows Explorer, here's how to modify the registry to regain access to the Folder Options menu.

Difficulty: Easy

Time Required: 5 minutes

Here's How To Enable Folder Options in Windows Explorer:

  1. Click Start
  2. Click Run
  3. Type REGEDIT
  4. Click OK
    The Registry Editor will now open
  5. Browse to the following key:
    HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    Note: HKCU stands for HKEY_CURRENT_USER
  6. In the right pane, look for the value: NoFolderOptions
  7. Right click NoFolderOptions and select Delete. (When prompted with "Are you sure you want to delete this value", select Yes.
  8. Now browse to the following key:
    HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    Note: HKLM stands for HKEY_LOCAL_MACHINE
  9. In the right pane, look for the value: NoFolderOptions
  10. Right click NoFolderOptions and select Delete. (When prompted with "Are you sure you want to delete this value", select Yes.
  11. Close the Registry by choosing File | Exit
  12. You should now be able to access the Folder Options menu. If not, reboot into Safe Mode and repeat the steps outlined above.

 

For begineers: How to Edit the System Registry & Windows System Registry Tutorial by About.com.

Monday, June 16, 2008

How to make Vista's User Account Control less annoying?

Windows Vista's UAC (User Account Control) feature is, for most of us, a constant annoyance, A little work on it can make a good going. Turning it off entirely can leave the system vulnerable to online threats. Fortunately, we can do a bit of fine-tuning via the Group Policy Object Editor (GPOE) to disable the most irritating parts of this feature without ditching it altogether.

Start

Run >> gpedit.msc

UAC Prompt

Find at the left pane: Local Computer Policy\Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options

Click Security Options and opt at right for User Account Control options

To retain the benefits of UAC, leave it turned on but set it to stop prompting you. Double-click User Account Control : Behavior of the elevation prompt for administrators in Admin Approval Mode.

Choose Elevate without prompting, click OK ignoring a pop-up which complains that UAC is not on.

UAC prompt can also be suppressed entirely however it's not as safe as the default settings, I guess.

Windows Vista Home Premium does not have the GPOE (Group Policy Object Editor). Here's an alternative:

Start

Run >> regedit

Find and go to: HKEY_LOCAL_MACHINE_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

At the right pane, edit ConsentPromptBehaviorAdmin changing the value to 0.

The effect to the changes/editor is immediate.

Important: Please, be cautious while working with the Windows Registry, a back up is always intended. Visit more hacks on registry editing on previous geeklog posts here.

Tuesday, May 20, 2008

Write protection for USB Storage Devices - How to Enable/Disable USB devices/drives?

If you're a smart computer user and BIOS is what you get into everyday, then disabling or locking USB Drive, sure, is not a big deal. But if you want the whole process to go well from registry, the following is the complete idiot's guide (with the complete downloadable hack) for Write Protecting USB Drives (both ON and OFF).

o   Using this function, prevent the write to USB devices.

o   This function is only available if you are using Windows XP SP2, I'm unsure of the other Windows OSes.

o   Action is immediate without need to reboot or log off the system.

How to disable WRITE PROTECTION for USB Devices?

>>RUN

>>REGEDIT

>> Navigate to this KEY

HKEY_LOCAL_MACHINE\System\CurrentControlSet\ Control\StorageDevicePolicies

>> Create or Change DWORD called WriteProtect assigning the value 1 (ENABLES Write Protection) – the value 0 DISABLES Write Protection.

Enable USB Storage Devices

>> Navigate to this key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor

>> Create or Change DWORD called Start assigning the value 4 (Hexadecimal) (ENABLES Write Protection) – the value 3 (Hex) ENABLES the USB Storage Devices.

        Now your USB Device is no more READ-ONLY.

 

References and Related Links:

Ø  How to Enable USB device by coding freak

Ø  Write protection for USB Storage Devices

Ø  Search Google for to Enable/Disable USB devices/drives?

Friday, April 18, 2008

Create and Publish your own registry hacks

Want to deal with registry files. It's easy, Creating and Publishing your own registry files/hacks is as simple as abc. Here comes a little but sufficient guides. Create hacks from syntax given below and save the file with extension .reg, don't forget to put disclaimer or other safe points while publishing.

The syntax of the .reg file

Registry Editor Version
                          // a blank line
[RegistryPath1]
"DataItemName1"="DataType1:DataValue1"
"DataItemName2"="DataType2:DataValue2"
                          // a blank line
[RegistryPath2]
"DataItemName3"="DataType3:DataValue3"

Example:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"DragWidth"="4"
"FontSmoothing"="2"
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000001
 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"DesktopProcess"=dword:00000001

Remember that registry is backward compatible. Windows XP has Windows Registry Editor Version 5 while previous versions had Regedit 4. But regedit 4 work on XP besides Windows 98 and NT systems. Whereas Regedit 5 works only on XP/2000 not on 98/NT.

This hack related to desktop and Windows Explorer are taken from previous posts in this blog.

Monday, April 07, 2008

Dealling with ActMon Computer Monitoring an Spyware

Type: Spyware
Name: ActMon Computer Monitoring
Version: 5.20
Publisher: ActMon Software
Risk Impact: High
Systems Affected: Windows 98, Windows 95,  Windows Me, Windows NT, Windows 2000, Windows XP

The following instructions pertain to all current and recent Symantec antivirus products, including the Symantec AntiVirus and Norton AntiVirus product lines.

  • Disable System Restore (Windows Me/XP).

  • Update the virus definitions.

  • Run a full system scan.

  • Delete any values added to the registry.

For specific details on each of these steps, read the following instructions.

1. To disable System Restore (Windows Me/XP)

If you are running Windows Me or Windows XP, we recommend that you temporarily turn off System Restore. Windows Me/XP uses this feature, which is enabled by default, to restore the files on your computer in case they become damaged. If a virus, worm, or Trojan infects a computer, System Restore may back up the virus, worm, or Trojan on the computer.

Windows prevents outside programs, including antivirus programs, from modifying System Restore. Therefore, antivirus programs or tools cannot remove threats in the System Restore folder. As a result, System Restore has the potential of restoring an infected file on your computer, even after you have cleaned the infected files from all the other locations.

Also, a virus scan may detect a threat in the System Restore folder even though you have removed the threat.

For instructions on how to turn off System Restore, read your Windows documentation, or one of the following articles:

How to disable or enable Windows Me System Restore?
How to turn off or turn on Windows XP System Restore?

Note: When you are completely finished with the removal procedure and are satisfied that the threat has been removed, reenable System Restore by following the instructions in the aforementioned documents.

2. To update the virus definitions

Update your Antivirus Program and  Virus Definitions ASAP.

Running LiveUpdate, which is the easiest way to obtain virus definitions.
Downloading the definitions using the Intelligent Updater: The Intelligent Updater virus definitions are posted daily. You should download the definitions from the Symantec Security Response Web site and manually install them. To determine whether definitions for this threat are available by the Intelligent Updater, refer to Virus Definitions (Intelligent Updater).

3. To run a full system scan

Run a full system scan.
If any files are detected, follow the instructions displayed by your antivirus program.
Important: If you are unable to start your Symantec antivirus product or the product reports that it cannot delete a detected file, you may need to stop the risk from running in order to remove it. To do this, run the scan in Safe mode. For instructions, read the document, How to start the computer in Safe Mode. Once you have restarted in Safe mode, run the scan again.

After the files are deleted, restart the computer in Normal mode and proceed with the next section.

Warning messages may be displayed when the computer is restarted, since the threat may not be fully removed at this point. You can ignore these messages and click OK. These messages will not appear when the computer is restarted after the removal instructions have been fully completed. The messages displayed may be similar to the following:

Title: [FILE PATH]
Message body: Windows cannot find [FILE NAME]. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.

4. To delete the value from the registry

Important: Back up the registry before making any changes to it. Incorrect changes to the registry can result in permanent data loss or corrupted files. Modify the specified subkeys only. For instructions refer to the document: How to make a backup of the Windows registry?.

Click Start > Run.
Type regedit
Click OK.

Note: If the registry editor fails to open the threat may have modified the registry to prevent access to the registry editor. Security Response has developed a tool to resolve this problem. Download and run this tool, and then continue with the removal.


Navigate to and delete the following entries:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\Run\"srvprc" = ""%System%\srvprc.exe" -at"
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\Run\"wskrnl" = ""%System%\wskrnl.exe" -at"

Navigate to and delete the following registry subkeys:

HKEY_LOCAL_MACHINE\SOFTWARE\srvprc
HKEY_LOCAL_MACHINE\SOFTWARE\wskrnl
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\wskrnlc
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wskrnlc

Restore the following registry entries to their original values, if required:

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E96B-E325-11CE-BFC1-08002BE10318}\"UpperFilters" = "kbdclass[EXTENDED ASCII CHARACTER 191]wskrnlc"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96B-E325-11CE-BFC1-08002BE10318}\"UpperFilters" = "kbdclass[EXTENDED ASCII CHARACTER 191]wskrnlc"
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\ACPI\PNP0303\4&5289e18&0\Control\"ActiveService" = "wskrnlc"
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\ACPI\PNP0303\4&5289e18&0\Control\"ActiveService" = "wskrnlc"


Exit the Registry Editor.

Voila, there you are safe of the ActMon. This article has been prepeared by the ActMon removed file report from Symantec's Antivirus Program. For more on removing viruses, refer to the following links or search the GeekLog.

Saturday, March 15, 2008

Getting rid of Kinza virus : How do I remove kinza.exe virus from a flash drive/laptop?

Before being paid deeply into the healing of kinza virus, let's take into consideration verity about the same.

What is a kinza virus and what the kinza virus does?

1.    The kinza.exe virus makes the computer too slow; you gain this info in spite of the memory size you pertain with your machine.

2.    Vital system resources are constrained to response, this include but not limited to- Windows Task Manager (taskmgr.exe), Registry Editor (regedit.exe), System/Windows Command (cmd or command), System Configuration Utility (Msconfig.exe), Group Policies. However, some of the Windows tools might run or open for a few seconds too hard for us to determine if they really run.

3.    The uppermost annoyance from kinza.exe is that it extract itself and creates a lot of executable files (*.exe), Dynamic Library Linker Files (*.dll), boot.vbs files, local file/user configurations and others.

4.    Another most important thing (I Think) is FolderOptions which is disabled from Windows Explorer resulting the invisibility of hidden files and folders. This is not a big deal as you can always download small windows configuring system tools from the links provided at the sidebar of this blog.

5.    Computer Solution state that kinza don't run in COMMAND.COM, it only run cmd.com and only works on windows XP or latest Version.

How does the kinza virus transmit?

Needless to say that most of today's viruses, worms and malwares transmit via the worldwide web ie the internet. Kinza virus is not the EXCEPTION. The trio-mode for most such problems are:

·         The internet (Have you ever tried to search an illegal key or keygen to convert the trial version of an MP3 to ogg converter?)

·         The Pen Drive of your friend from which you copied data might have been infected by Kinza.exe. This is in fact more prone that the www since this mode of infection requires seamless integration plug and play, ha haa! Finally, any means of data storage media as CD which is the Kinza.exe infected.

·         It seems that you don't have updated your antivirus software for a couple of months, please do so right NOW.

How to remove KINZA.EXE virus?

There is a Kinza.exe Virus Removal Tool, download the file and do the following.

             I.        Download the Kinza.exe Virus Removal Tool.

            II.        Turn off the System Restore point. Keep in mind that before delving into any system tools or settings, always back up the registry and your user settings- no matter how long it might take.

           III.        Restart the computer the computer in Safe Mode.

           IV.        Double click kinza.bat from the extracted file.

            V.        Delete temp file and internet temp file.

           VI.        Restart the computer. And voila, there stand your computer free from kinza.exe.

References and Related Links:

·         Computer Solution by Gyanendra Maharjan - http://solution-world.blogspot.com/

·         Sudeep's blog - http://sudeep.net.np/2008/03/10/kinzaexe-virus-removal-tool/

·         Download the Kinza.exe Virus Removal Tool – from Sudeep's Blog (Right click > save link as or download with…)

·         Search for more virus related articles and registry in this i-geek blog

·         Registry tweaks and customizing Windows XP thru Registry Hacks

Monday, March 10, 2008

Proactive Defense verdicts : Knowing the detail of the virus penetration and getting rid of them : Concerning Viruses IV

This section covers Proactive Defense verdicts. Note that not all verdicts should necessarily be taken as a threat. Some of these operations are normal behavior for programs being run on the computer or reactions of the operating system to the operation of those programs. However, in some cases the same operations can be called up by hacker activity or malicious programs.

Verdicts with a high danger level are highlighted in red throughout the text. Verdicts that are not always indicative of threats are in black.

Stack overflow

Stack overflow is one of the most common techniques today for gaining unauthorized access to a system.

The concept works as follows. A program usually needs a stack structure in the RAM where it can store and retrieve intermediate values. When the program calls up a procedure or subprogram, it sends the return address to the stack, and the procedure then knows where to return control once it is complete. A stack overflow is when a block of data larger than the stack is sent to the stack. The excess data are recorded in the part of the stack designated for correctly returning from the procedure. Thus, the overflow alters the normal process of executing the program, and instead of correctly returning to executing it further, it is transferred to the address that was rewritten in the command because of the stack overflow.

To cause a stack overflow, hackers use exploits, programs containing machine instructions executed by the processor. The address that the processor goes to because of the stack overflow will be specified in these instructions.

The likelihood of a stack overflow when using standard programs in normal mode is extremely low. When a stack overflow is detected, it is very likely that it means that this vulnerability is being taken advantage of for malicious ends.

Data execution

This technique uses errors in software installed on your computer. The errors used are errors that replace correct data with data provided by a malicious object, which cause these data to be processed incorrectly.

The most common object of attacks using data execution are browsers, many of which do not perform the necessary scans while view web pages, images, and multimedia, and malicious code implanted in objects on web pages can gain control.

Microsoft uses DEP (Data Execution Prevention) to protect executable code in Microsoft Windows. This solution is included in updates for Microsoft Windows XP and Microsoft Windows Server 2003.

Hidden Install

Hidden Install is the process of installing a malicious program or running executable files without notifying the user of such. A hidden install process can be detected using standard tools, such as Microsoft Windows Task Manager, but since there are no standard installation windows on screen when the malicious program is installed, it is unlikely that a user would think to track the processes running in the system.

Hidden Object

Hidden Object is a process that standard tools (Microsoft Windows Task Manager, Process Explorer, etc.) cannot detect. A rootkit, in other words, a toolkit for gaining root user rights, is a program or set of programs for hidden control of a hacked system. This term came from UNIX.

Within Microsoft Windows, "rootkit" generally refers to a program used to mask software that is installed on the system and intercepts and distorts system messages about the processes running in the system and the folders on drives. In other words, a rootkit works like a proxy server, letting some information through and blocking or distorting other information. In addition, rootkits can generally mask the presence in the system of any processes, folders and files on disk, and registry keys described in its configuration. Many masking programs install their drivers and services in the system, which are naturally invisible to system administration tools like Task Manager or Process Explorer, as well as to anti-virus programs.

Root Shell

This vulnerability consists of rerouting input/output of the command prompt (usually to the network), which generally is used to gain remote access to a computer.

The malicious object attempts to gain access to the command line on the victim computer from which future commands will be executed. Access is usually gained through a remote attack and running a scripted that takes advantage of this vulnerability. The script launches a command line interpreter on the computer connected via TCP. The hacker can then control the system remotely.

Starting Internet Browser

Browsers can be started hidden and data can be sent to it for hackers to exploit later. Monitoring browsers being opened enables you to intercept this.

Browsers are usually opened with settings containing, for example, user passwords, whenever he/she clicks a link in the body of an e-mail in a mail client or an instant messaging program, which is not a suspicious action. If you add a mail client and ICQ to the trusted zone, meaning if you allow only certain programs to open browser windows with settings, all other cases when data is transmitted through a browser from a hacker and not the computer user will may be assessed as suspicious.

Strange Behaviour

This refers to detection not of dangerous or suspicious behaviour of a specific process but of a change in state of the operating system itself, such as direct memory access or modification of an R0-R3 access point.

Dangerous behavior detected (generic behavior)

This group of malicious action detectors includes Trojan.generic, Worm.generic, and Worm.P2P.generic, fairly complex algorithms for detecting dangerous behavior. A verdict is issued that a certain process is most likely an unknown malicious process based on analysis of a set of actions, not on one or two factors. The Generic verdict is not assigned the first time a suspicious action is attempted. Each time a suspicious action is made, the suspicion rating of the process rises. Proactive Defense processes it as soon as it reaches a critical level. This method ensures an extremely low level of false positives. The likelihood of a good program displaying several aspects of malicious activity immediately is extremely low.

Actions that affect the suspicion rating:

  • actions typical of infections or malicious objects injecting into the system;
  • directly malicious actions;
  • actions typical of replicating malicious objects.

Application Changed

This event signifies that the executable file of the monitored application has been modified since it was last run. It should be pointed out that an executable file could have been modified by malicious code injecting itself into the application or by a standard program update, such as the executable file for Microsoft Internet Explorer being modified by Microsoft Windows updates.

Integrity Violation

An integrity violation is when one or several modules of a monitored application could have been modified since the time the application was last run. It could have been modified by program updates and not only by malicious code injecting itself into the application (for example, the libraries used by Microsoft Internet Explorer could be modified by a Microsoft Windows update).

Critical Application

The Application Integrity Control module has an additional feature for monitoring application start. In this mode, Kaspersky Anti-Virus issues a warning whenever an application specified by the user is started. The warning only appears if the rule Run: Prompt for action is configured for the monitored application. This mode is disabled by default.

Running as child

There are a number of malicious programs that use well known programs to create data leaks or to download malicious code from the Internet. To do so, the malicious program opens a standard program that the firewall rules and other defense tools grant access to the Internet (a web browser, for example). When this happens, the monitored application is run as a child process.

The warning only appears if the rule Run child process: Prompt for action is configured for the monitored application . Since some programs are run by others child processes, the event is common enough that by default warnings are not displayed for these events, although the events are logged in Proactive Defense operation reports.

Hosts file modification

The hosts file is one of the most important system files of Microsoft Windows. It is designed to redirect access to websites by transforming URL addresses into IP address on the DNS servers, but right on the local computer. The hosts file is a plain text file, with each line defining the correlation between the character name of a server (URL) and its IP address.

Malicious programs often use this file to redefine anti-virus update server addresses to block any chance of updating and preventing the malicious program from being detected, and for other ends as well.

Invader / Loader

There are countless varieties of malicious programs that are masked as executable files, libraries, or plug-ins for well-known programs and load themselves into standard processes. A data leak from the user's computer can be orchestrated in this way. Network traffic initiated by malicious code will pass through the firewall freely, since the firewall thinks that this traffic belongs to an application that is allowed to access the Internet.

Trojans commonly invade other processes. However, a number of benign programs, updates, and installer programs also exhibit this behavior. You should only allow this type of activity if you are certain that the program being load is harmless.

Keyloggers

Keyloggers are programs that record every key you press on your keyboard. This type of malware can send information harvested from the keyboard (logins, passwords, and credit card numbers) to a hacker. However, standard programs can also log keys. Keylogging is often used to call up program functions from different applications using hotkeys.

Registry access

Registry access tracks modifications to registry keys.

Malicious programs modify the registry to register themselves so they start automatically when you start your operating system, to change your homepage in Microsoft Internet Explorer, and other destructive actions. However, remember that standard applications might also access the system registry.

The module contains a predefine list of six groups of critical keys. Users may also add their only groups of keys and configure rules for various programs to access them.

Registry strange

The module enables you to intercept attempts to create hidden keys in the registry that are not displayed by standard programs, such as regedit. Keys are created with incorrect names so that the registry editor cannot display these values correctly, which makes it more difficult to diagnose malicious software in the system.

Trojan downloader

Trojan Downloader is a program with the chief function of hiding unauthorized downloads of software from the Internet. Hacker sites are the best known source of Trojan Downloaders. A Trojan downloader is not a direct threat on its own. They are dangerous namely because they download and start software uncontrolled. Trojan Downloaders are mostly used for downloading and running viruses, Trojans, and spyware.

Related Links:

The information presented herein is adapted from Help and Support Section of the Kaspersky Anti-Virus 7.0, details of the notes can be pertained from related links as following:

Wednesday, January 23, 2008

User can use registry editor

User can use registry editor: Almost all of Windows' security settings and configuration parameters are stored in the registry database.

If users can access the registry directly with the registry editor (REGEDIT.EXE) it is very easy for them to change their own rights and permissions if they have the necessary knowledge, which makes security strategies pointless. In addition to this, inexperienced users can do serious damage to the system by "playing" with the registry editor.

  • Disabling this option significantly increases system security by preventing users from using the registry editor.

  • Active Immediately

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

    DWord <given below> Value 1

     

  • DisableRegistryTools    -    User can use registry editor

  • NoDispCPL                    -    User can access Display settings

  • NoDispScrSavPage       -    User can configure screen saver

  • NoDispBackgroundPage   -    User can configure desktop background

  • NoDispAppearancePage   -    User can configure desktop appearance

Tuesday, January 15, 2008

Windows Vista : Tips and Tricks

Disable UAC:
User Access Control is that annoying thing that keeps on popping up tirelessly to ask you if it is okay to install a particular program when you try to install one. <one of the biggest irritants in Vista>

Open COntrol Panel>Type in user account and enter> opt for Turn User Access Control (UAC) ON or OFF > restart the system
An alt from command line,
c:\windows\System32\cmd.exe /k%winder%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CUrrentVersion\Policies\System\System /v EnableLUA /t REG_DWORD /d 0 /f

Gadgets without the sidebar:
The sidebar is a bit of a distraction and occupies too much desktop space. but you probably do like some of the gadgets without the need of the sidebar: just drag and drop one to the Desktop, right click anywhere on the clear part of the sidebar and choose Close Sidebar. The gadgets continue to run.

Hide the Floppy Drive in Windows Vista
What's the use of Floppies these days?... wanna delete the display for the floppy drive
in the regedit <Registry Editor> ::: HKEY_CURRENT_USER\Software\Microsof\Windows\CurrentVersion\Policies\Explorer
If this key does nt exists, create it. Then modify or create a 32-bit DWORD named NoDrives. Assign it a value of 1 to hide drive.

Sunday, January 13, 2008

Write protection for USB Storage Devices

USB-Sticks or other portable mobile devices are great. Simply insert the device and data can be copy to and from the device. Sadly USB devices offer the some comfort for thief to steal data from your computer.

  • Using this function, prevent the write to USB devices.

  • This function is only available if you are using Windows XP SP2, I'm unsure of the other Windows OSes.

  • Action is immediate without need to reboot or log off the system.

  • Risk yourself but you can always write to me for further queries.

Simply, go to registry editor it regedit in Run Dialog Box,

  • Point to or search HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

  • Create or check for New Dword, create or edit string WriteProtect and assign the value 1.

  • Close the registry and there you're.

  • Got seen the USB DEVICES blocked or unrecognized by the system.

Saturday, December 15, 2007

windows secrets II

Changing the clock to 24-Hour Time

  1. To change the display of the clock on the taskbar to 24-hour format:
  2. Open the Control Panel
  3. Double-click on the Regional Settings icon
  4. Click on the Time tab
  5. In the Time style section select H:mm:ss

Removing the InBox and Recycle Bin Icons from the Desktop

To remove the InBox from your desktop, without needing to run the Policy Editor:

  1. Start Regedit
  2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ Desktop \ NameSpace
  3. Below that should be a few keys
  4. Rename the key {00020D75-0000-0000-C000-000000000046}. I usually put another character before or after the curly braces.
  5. Restart Windows and the InBox icon should be gone
  6. You can do the same for any other items you don't to show such as the Recycle Bin or The Internet icons

Changing or Removing the Start Menu Icons

  1. Download Microangelo and install it.
  2. Create a blank.ico file.
  3. Put it in a directory (C:\Windows. Then double click on the Microangelo Engineer to run it.
  4. When you get it up on the screen click on the "start" tab. You will see a list of all the icons in the start menu.
  5. Highlight the first one (programs) and select "Change". It will bring up a dialog box - select "browse".
  6. Go to the directory that contains the blank icon and select it. Hit OK until you get back to the main
  7. Engineer window and do all the rest exactly the same way.
  8. When you have finished changing them all to the blank icon, Hit "Apply".
  9. Hit your start button and look to see if all the icons are invisible. (They should be.)
  10. Close out Micro Engineer and you're finished.

Adding Drive to the SendTo List

  • I have recently found that if you want to send something from A: drive or from any where to any drive, you can just make a short cut of that drive in subdirectory SENDTO.
  • For example I have two hard drives, a Floppy Drive, and a CDROM
  • After I have make a copy of each of my drive I will be able to send a whole directory of E:\XXX from the CDROM drive to A: drive or any other drive that i have had made the short c t in the SENDTO subdir of WINDOWS.

windows secrets- hacking your system to better performance and fun

windows secrets III

Moving the Start Button

How to move or close the start button!

  1. Click on the Start button
  2. Press the Esc key
  3. Press the Alt and the - keys together
  4. This will give you a menu, you can move or close
  5. But if you move it you need to use the arrow keys and not the mouse.

Aligning Drop-Down Menus to the Right

All dropdown menus can be aligned to the right.
This features becomes useful when trying to access
menus with submenus that appear directly to the right.

  1. Open the Registory editor (e.g. regedit.exe)
  2. Goto \\HKEY_CURRENT_USER\Control Panel\Desktop
  3. Create a string entry called "MenuDropAlignment"
  4. Set its value to 1
  5. Reboot

Note: Will not work under NT 4.0.

Repositioning a Background Bitmap

Normally, you only options for displaying a background bitmap are tiled, centered, or stretch to fit (with the Plus Pack).
You can edit the registry and have a third option which is to place the bitmap anywhere on your screen by specifying the X and Y coordinates.

  1. Start Regedit
  2. Go to HKEY_CURRENT_USER / Control Panel / Desktop
  3. Create new Strings called WallpaperOriginX and WallpaperOriginY
  4. Give them values to position them around your desktop
  5. The bitmap must be smaller than your desktop size

Changing Drive Icons

To change a drive's icon when you open My Computer

  1. Create a file called AUTORUN.INF on the root of your hard drive
  2. Enter the lines

[autorun]
ICON=Name of the ICON file

For the name of the icon file you can either specify the path and name (e.g. ICON=C:\WINDOWS\ICONS\MY_ICON.ICO) or
a specific icon in a library (e.g. ICON=ICONFILE.DLL,2)


 windows secrets- hacking your system to better performance and fun

Monday, December 10, 2007

windows secrets III

Moving the Start Button

How to move or close the start button!

  1. Click on the Start button
  2. Press the Esc key
  3. Press the Alt and the - keys together
  4. This will give you a menu, you can move or close
  5. But if you move it you need to use the arrow keys and not the mouse.

Aligning Drop-Down Menus to the Right

All dropdown menus can be aligned to the right.
This features becomes useful when trying to access
menus with submenus that appear directly to the right.

  1. Open the Registory editor (e.g. regedit.exe)
  2. Goto \\HKEY_CURRENT_USER\Control Panel\Desktop
  3. Create a string entry called "MenuDropAlignment"
  4. Set its value to 1
  5. Reboot

Note: Will not work under NT 4.0.

Repositioning a Background Bitmap

Normally, you only options for displaying a background bitmap are tiled, centered, or stretch to fit (with the Plus Pack).
You can edit the registry and have a third option which is to place the bitmap anywhere on your screen by specifying the X and Y coordinates.

  1. Start Regedit
  2. Go to HKEY_CURRENT_USER / Control Panel / Desktop
  3. Create new Strings called WallpaperOriginX and WallpaperOriginY
  4. Give them values to position them around your desktop
  5. The bitmap must be smaller than your desktop size

Changing Drive Icons

To change a drive's icon when you open My Computer

  1. Create a file called AUTORUN.INF on the root of your hard drive
  2. Enter the lines

[autorun]
ICON=Name of the ICON file

For the name of the icon file you can either specify the path and name (e.g. ICON=C:\WINDOWS\ICONS\MY_ICON.ICO) or
a specific icon in a library (e.g. ICON=ICONFILE.DLL,2)


 windows secrets- hacking your system to better performance and fun

Sunday, December 02, 2007

windows secrets III

Moving the Start Button

How to move or close the start button!

  1. Click on the Start button
  2. Press the Esc key
  3. Press the Alt and the - keys together
  4. This will give you a menu, you can move or close
  5. But if you move it you need to use the arrow keys and not the mouse.

Aligning Drop-Down Menus to the Right

All dropdown menus can be aligned to the right.
This features becomes useful when trying to access
menus with submenus that appear directly to the right.

  1. Open the Registory editor (e.g. regedit.exe)
  2. Goto \\HKEY_CURRENT_USER\Control Panel\Desktop
  3. Create a string entry called "MenuDropAlignment"
  4. Set its value to 1
  5. Reboot

Note: Will not work under NT 4.0.

Repositioning a Background Bitmap

Normally, you only options for displaying a background bitmap are tiled, centered, or stretch to fit (with the Plus Pack).
You can edit the registry and have a third option which is to place the bitmap anywhere on your screen by specifying the X and Y coordinates.

  1. Start Regedit
  2. Go to HKEY_CURRENT_USER / Control Panel / Desktop
  3. Create new Strings called WallpaperOriginX and WallpaperOriginY
  4. Give them values to position them around your desktop
  5. The bitmap must be smaller than your desktop size

Changing Drive Icons

To change a drive's icon when you open My Computer

  1. Create a file called AUTORUN.INF on the root of your hard drive
  2. Enter the lines

[autorun]
ICON=Name of the ICON file

For the name of the icon file you can either specify the path and name (e.g. ICON=C:\WINDOWS\ICONS\MY_ICON.ICO) or
a specific icon in a library (e.g. ICON=ICONFILE.DLL,2)


 windows secrets- hacking your system to better performance and fun

Tuesday, November 27, 2007

Hacking Windows III

Minimizing All Windows

To minimize all windows:
Press Ctrl-ESC ESC to bring up the Task Bar
Right Mouse Click on an open area of the Task Bar
Select Minimize all Windows
This makes it a lot easier to minimize windows when all your open applications are full screen.
With the Microsoft Keyboard, you can accomplish the same thing by pressing the Window-M key.

Removing the Shortcut Icon Arrows

Open REGEDIT.EXE
Open the Key HKEY_CLASSES_ROOT
Open the Key LNKFILE
Delete the value IsShortcut
Open the next Key PIFFILE
Delete the value IsShortcut
Restart the Win95

Turning on AutoArrange for Folders

To make all folders keep AutoArrange turned on:
Open up an existing folder
Select View / Arrange
Arrange the Icons the way you would like, (e.g. Name, Size,etc.)
Select View / Arrange again
Select AutoArrange
Press the Ctrl-key while you close the window.
This folder should now have AutoArrange always selected.
This should allow you to create new folders that have AutoArrange selected by default.
You only need to specify by Name, Size, etc. if you want to change it from the default you set above.

Creating Document Scraps

If you are using Microsoft Word 7.0,
you can highlight a section of the document then drag and drop the highlighted area to
your desktop. Windows will create a file for you with a name something like
"Document Scrap From..." followed by the first few words you selected

Quick Access to Your Desktop

How do you access your darn desktop when you have a ton of applications open?
Well you could right click on the taskbar and do a minimize all, but that can be slow.
Instead:
Open a browser window (double-click on "My Computer")
If there is no toolbar, select View from the menu and select Toolbar.
Then from the dropdown list-box in the toolbar select desktop.
Now minimize it and forget about it.
The next time you want to access your desktop just click the desktop window on the taskbar.
As long as you don't close the window when you shutdown, it will reopen when you start windows again.
Additional Note: You can also drag the Desktop folder to the start menu.
Then you just press Ctrl-ESC and click on Desktop

Restoring Corrupted Icons

If you use a graphic Card and you change the resolution, sometimes the icons are bad.
End Win95 and restart. When you see the starting message press F8 then type standard.
After this start of Win95 exit and restart.
Change back to your Resolution and restart.
The icons should be corrected.

Turn Off Window Animation

You can shut off the animation displayed when you minimize and maximize windows.
This tip makes navigating Windows 95 a lot faster especially for those that don't have
super fast video cards.
Open Regedit
HKEY_CURRENT_USER
Control panel
Desktop
WindowMetrics
Right Mouse Click an empty space in the right pane.
Select new/string value.
Name the new value MinAnimate.
Doubleclick on the new string value (MinAnimate) and click on "Modify"
Enter a value of 0 for Off or 1 for On then hit
Close Regedit and all programs then reboot.

Renaming the Recycle Bin

Start the Registry Editor
Type Ctrl-F to bring up the Find Menu
In the Find What box type Recycle
Double click on the Recycle Bin in the right pane
Type in the new name under Value Data
Restart Win95

Turning off Desktop Icons

If you want to turn off all the icons on your desktop:
Start the System Policy Editor
Select File / Open Registry
Select Local User
Select Shell / Restrictions
Select Hide all items on Desktop
All Icons will now be hidden.
Note: One side effect is the your CD will no longer automatically play when it is inserted.

Adding in Old Windows Groups

If you are setup to dual boot between your old Win 3.x and want to add in the old groups, just click on the *.GRP file in your old windows directory. The programs will be added to your list under Programs in the task bar.
Note: Any DLL's the programs require will need to be copied.
To speed up the Start Menu
Start the REGEDIT program
Search for the word desktop
This should be in HKEY_CLASSES_ROOT / CLSID / {00021400...
Right Click on the right panel
Pick NEW / String Value.
Name it MenuShowDelay, all one word.
Select a value from 1-10, 1 being the fastest.
Exit REGEDIT

Restart Windows

To change the My Computer or Recycle Bin icon
Open Regedit
Find My Computer or Recycle Bin
Tab to the left panel
Double click on the highlighted line
Double click on DefaultIcon in the left panel
Double click on DefaultIcon right panel
Type in the value for the new icon
Note: DLL files can be used. Specify the location of the new icon with the filename,#

Remove the tildes in short filenames

Open Regedit
Go to Hkey_Local_Machine\System\CurrentControlSet\Control\FileSystem
Right Click on the Right pane
Select New / Hex
Add the value NameNumericTail= 0
To remove the Network Neighborhood Icon
Start POLEDIT. It is on the CD in \Admin\Apptools\Poledit
Open Registry
Select LocalUser
Select Shell
Select Restrictions
Select Hide Network Neighborhood
To change the Startup and Logoff screens


windows secrets- hacking your system to better performance and fun

Subscribe to geeklog feed Bookmark and Share

Design by Free blogger template