Monday, December 23
Shadow

Tag: Windows xp

Change your .bat file to .exe

Technology
when it is in .exe form no one will be able to change look or modify the code (note:it will make it to a self extraction thing but it will still act like a exe) This is how you make it to a .exe goto to start run and type C:WINDOWSsystem32 find a program called iexpress.exe STEP BY STEP ON HOW TO USE IT click create new self extraction then next. click extract files and run an installation command and click next. type what you want to name the files (ex. hello,virus,fake game hack) then click next. click no prompt then next. license agreement unless you want to put one click do not display license. package files(most important) click add then choose your .bat file(also does .vbs files) then click next. under install program choose your .bat or ...
Customized RUN dialog Shortcuts

Customized RUN dialog Shortcuts

Technology
Many of us including me feel it very easy and comfortable to open Microsoft Word by just typing "WINWORD" in the RUN dialog box and press enter. It happens in three steps ·         WINDOWS Button + R ·         Type "WINWORD" into the Run dialog Box ·         And press ENTER But as for PowerPoint you cannot open it by just typing "PPT" into the dialog box. Haven’t you ever wondered of customized RUN dialog shortcuts? If yes, then I am here for with a boon for you. Right click “My Computer” icon Choose “Properties” from context menu  Click “Advanced” tab  Click “Environment Variables” tab  ...

if you are double clicking on a folder to open it, however it is opening the search window?

Technology
First check to see what the default action of the Icon is. Right Click the folder, is "Search" the default action (The one in bold)? The way to cure this problem is to open up the registry (start - run - regedit) and navigate to.. [HKEY_CLASSES_ROOT Directory shell] With "shell" highlighted, change the "default" data to "none" on the right-side. then go here:- [HKEY_CLASSES_ROOT Drive shell] With "shell" highlighted, change the "default" data to "none" on the right-side. The folder icons should be back to normal again!
Enable Show Hidden Files Option

Enable Show Hidden Files Option

Technology
Due to some virus or trojan horses you may be facing Problem Like When you Click Show Hidden Files it Automatically Resets to Do not Show Hidden Files ? Follow these Steps To Show your Hidden Files: 1. Go to Start --> Run, then type regedit 2. Navigate to the registry folder HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows CurrentVersionExplorerAdvancedFolderHiddenSHOWALL 3. Find a key called CheckedValue. 4. Double Click CheckedValue key and modify it to 1."DefaultValue" to 2 This is to show all the hidden files. Now you should be able to view all the hidden files, and also to alter its status from folder options.

Start Windows XP faster

Technology
STEP 1 - go to start button press r. STEP 2 - in run type regedit nd press enter. STEP 3 - in registry editor ... go to 1-- HIKEY_LOCAL_MACHINE 2-- SYSTEM 3-- CURRENT CONTROL SET 4-- CONTROL 5-- CONTENT INDEX search for key called STARTING DELAY 6-- DOUBLE CLICK ON STARTING DELAY.. 7-- CLICK ON DECIMAL BASE.. 8-- CHANGE DEFAULT VALUE TO 40000

VB Script to Clean your RAM

Technology
You may recognize that your system gets slower and slower when playing and working a lot with your Desktop or a laptop. That’s because your RAM is full of remaining progress pieces you do not need any more.Open the notepad and type FreeMem=Space(64000000) In this file and save it as RAMcleaner.vbs [ You should choose the “All Files” option when u save it ]Run the file and your RAM may be cleaned :>Of course u can edit the code in the file for a greater “cleaning-progress”.FreeMem=Space(128000000)Try It and Have Fun!!