Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Reply
 
LinkBack Thread Tools Display Modes
Old 26-06-2007, 06:20 PM   #1 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Arrow [Windows] FreQuently AsKed ProBlems WITH SoluTions...


Guys!

I have seen lots of members starting new threads for already discussed problems. We always ask them to search in forum or post the existing thread links.
So I decided to make this thread. I searched the forum and tried my best to cover all frequently asked problems with their solutions.
I request all members to go through this thread first and then post their problems.

All problems covered in this thread:


1. Task Manager/Registry Editor/Tools -> Folder Options disabled.
2. Search window opens while double-clicking on drives.
3. "Cannot find copy.exe" error message or "Open With" dialog box appears while double-clicking on drives.
4. Folder opens in a new window?
5. A sub-folder with the same name is created under parent folder.
6. My Documents/My Computer opens automatically at windows startup.
7. "NTLDR missing" Error at system startup.
8. "Hal.dll is corrupt or missing" Error at system startup.
9. "Windows\System32\config\system file missing or corrupt" Error at system startup.
10. Not able to boot into Windows 2000/XP/2003 after installing Windows 98.
11. Windows XP Boot loader related problems, like adding/removing entries.
12. ScanDisk starts running at windows startup.
13. "CMOS checksum error. Defaults loaded." Error at system startup.
14. How to reset system BIOS password?
15. "Stand By" option is greyed out in shutdown dialog box and I can't use it.
16. Windows Login Screen has changed to "Classic Logon Box" automatically.
17. A strange process "ctfmon.exe" running in background.
18. How to recover lost Firefox bookmarks?
19. How to reset the corrupted windows icons?
20. How to make Desktop icons text background transparent?
21. How to get Windows XP Common tasks (Left-side pane in explorer) back?
22. "Copy To"/"Move To" dialog box opens automatically while right-clicking on Start -> Open.
23. Can't set "Show Hidden files/folders" option in "Tools -> Folder Options".
24. Accidentally deleted "mspaint.exe"/"notepad.exe"/etc. file, how to get it back?
25. Taskbar is showing only icons in opened application buttons not showing text.
26. Orkut.com, Youtube.com and Firefox is blocked in the system.
27. I have forgotten my Windows Administrator password. How can I reset / recover it?
28. I can't see any message in chat window of Yahoo! Messenger?
29. All User folders are showing default yellow icon instead of Glass icons in Windows Vista.
30. How can I change Power button in Windows Vista to Shutdown Windows instead of Sleep?
31. Hibernate option suddenly disappeared from Startmenu in Windows Vista.
32. Why menus appear on lest side of cursor in my Windows Vista?



So here we start:

-------------------------

1. In my windows Task Manager/Registry Editor/Tools -> Folder Options has been disabled. I'm getting warning message that "It has been disabled by Administrator". How can I enable it again?

Sol: Please visit following articles:

How to Fix “Task Manager has been Disabled by Your Administrator”?


How to Enable Tools -> Folder Options and Registry Editor in Windows


If any other Windows component like RUN, Desktop Properties, System Properties, etc has been disabled, then you can check following link:

All Kinds of Restrictions for Windows 2000, XP, 2003 and Vista


-------------------------

2. Whenever I double-click on any drive/folder in My Computer, a Search window opens.

Sol: Open regedit and goto following keys one by one:

Code:
HKEY_CLASSES_ROOT\Directory\shell
HKEY_CLASSES_ROOT\Drive\shell
In right-side pane, delete the "Default" key. If it doesnt work then delete the key "find" under both.

-------------------------

3. Whenever I double-click on any drive in My Computer, "Open With" dialog box appears.

OR

I get following error message:


Quote:
Cannot find copy.exe. Make sure you have typed the name correctly and then try again.
Sol: Enable "Show hidden files" option in "Tools -> Folder Options" and then search for "Autorun.inf" file in all drivers and if you get them in root of any drive (e.g. in C:\, D:\ and so on), delete them.

-------------------------

4. Whenever I double-click on any folder in My Computer, it opens in a new window even I have selected the option "Always open folders in same window" in "Tools -> Folder Options".

Sol: Copy following code and paste it in Notepad then save the file with name "vishal.reg" (including quotes). After it run the file and confirm the action:

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell]

[HKEY_CLASSES_ROOT\Folder\shell\explore]
"BrowserFlags"=dword:00000022
"ExplorerFlags"=dword:00000021

[HKEY_CLASSES_ROOT\Folder\shell\explore\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
  65,00,20,00,2f,00,65,00,2c,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,\
  00,25,00,49,00,2c,00,25,00,4c,00,00,00

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec]
@="[ExploreFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\ifexec]
@="[]"

[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\topic]
@="AppProperties"

[HKEY_CLASSES_ROOT\Folder\shell\open]
"BrowserFlags"=dword:00000010
"ExplorerFlags"=dword:00000012

[HKEY_CLASSES_ROOT\Folder\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
  65,00,20,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,00,25,00,49,00,2c,\
  00,25,00,4c,00,00,00

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec]
@="[ViewFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\application]
@="Folders"

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\ifexec]
@="[]"

[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\topic]
@="AppProperties"

[-HKEY_CLASSES_ROOT\Directory\shell\explore]

[-HKEY_CLASSES_ROOT\Directory\shell\open]

[-HKEY_CLASSES_ROOT\Drive\shell\open]

[HKEY_CLASSES_ROOT\Drive\shell]
@="none"

[HKEY_CLASSES_ROOT\Directory\shell]
@="none"

[HKEY_CLASSES_ROOT\Folder\shell]
@=-
-------------------------

5. Whenever I open a folder, another folder with the same name is created under it.

Sol: Your system is infected by a variant of Indonesian virus called Brontok/Rontokbro. It creates a sub-folder in a folder with same name. Most of the times it comes from mobile memory cards. Scan with a good anti-virus and remove the virus. Also download HijackThis and scan your system with it in Safe Mode, then fix following entries:

Code:
C:\WINDOWS\system32\SSVICHOSST.exe
F2 - REG:system.ini: Shell=Explorer.exe SSVICHOSST.exe
O4 - HKCU\..\Run: [Yahoo Messengger] C:\WINDOWS\system32\SSVICHOSST.exe
O7 - HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System, DisableRegedit=1
-------------------------

6. Whenever I start my computer, My Documents/My Computer opens automatically at windows startup.

Sol: Open regedit and goto:

Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
In right-side pane, change value of "Userinit" to:

C:\WINDOWS\system32\userinit.exe,

NOTE: If you have windows installed in other drives, then change C:\ to that drive label.

Now goto:

Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
In right-side pane, change value of "PersistBrowsers" to 0

Now log off windows and it should solve the problem.

-------------------------

7. When I start my computer, I get error message:

Quote:
NTLDR is missing
or
Quote:
Boot: Couldn't find NTLDR
Sol: Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R". Now Log into windows installation and enter admin password. Now give following commands at prompt:

copy x:\i386\ntldr c:\
copy x:\i386\ntdetect.com c:\


Where "x" is your CD drive, change it acc. to your system.

-------------------------

8. When I start my computer, I get error message:

Quote:
Windows could not start because the following file is missing or corrupt:
<Windows root>\system32\hal.dll.
Please re-install a copy of the above file.
Sol: Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R". Now Log into windows installation and enter admin password. Now give following commands at prompt:

Attrib -H -R -S C:\Boot.ini
Del C:\Boot.ini
BootCfg /Rebuild
Fixboot


-------------------------

9. When I start my computer, I get error message:

Quote:
"Windows\System32\config\system" file missing or corrupt
Sol: Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R". Now Log into windows installation and enter admin password. Now give following commands at prompt:

copy %windir%\Repair\system %windir%\System32\Config

If it doesnt work, then again boot into "Recovery Console" and give following commands:

fixmbr
bootcfg /scan
bootcfg /rebuild
fixboot


-------------------------

10. I have Windows 2000/XP/2003 installed in my system and yesterday I installed Windows 98 over it, after that I'm not able to boot into Windows 2000/XP.2003. I'm not getting option to select the OS.

Sol: Windows 98 has overwritten the boot loader. Boot using Windows Setup CD and enter into "Recovery Console" by pressing "R". Now Log into windows installation and enter admin password. Now give following commands at prompt:

fixmbr
bootcfg /scan
bootcfg /rebuild
fixboot


-------------------------

11. When I start my system, I'm getting 2 entries for windows XP in the boot loader. How can I remove the duplicate entry?

OR

How can I change the default OS in windows boot loader?

OR

How can I change the entry labels in windows boot loader?

OR

How can I change the boot loader time? Its set to 30 seconds and I want to change it.


Sol: There are several way. You can follow any of following:

A. Type "sysdm.cpl" in RUN dialog box and press <Enter>. Now goto "Advanced" tab and click on "Settings" button in "Startup & Recovery" section. Now click on "Edit" button and then you can edit the boot loader time, labels, etc.

B. Type "msconfig" in RUN dialog box and goto "Boot.ini" tab and then you can change the desired thing. If you want to remove the corrupt/non-working entries, then click on "Check all boot paths" button.

C. Enable "Show hidden files/folders" and disable "Hide protected system files" options in "Tools -> Folder Options". Now open C:\ drive and remove the READ-ONLY attribute of "BOOT.INI" file from its Properties. Now open this file and then you can make your desired changes.

-------------------------

12. Whenever I start my computer, Scandisk starts running even I proper shut down the PC last time.

Sol: Do as following:

A. Open regedit and goto:

Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
In right-side pane, change the value of BootExecute to:

autocheck autochk *

B. If the above trick doesnt help then give following commands in Command Prompt:

chkntfs /x drive_name

for e.g., if ScanDisk runs automatically for C: and D: drives, then give following commands one by one:

chkntfs /x C:
chkntfs /x D:


-------------------------

13. When I start my computer, I get following error message:

Quote:
CMOS checksum error, defaults loaded.
Sol: Open the cabinet and look for a coin-sized battery in motherboard. Remove it and attach a new one. The new battery will cost approx. 15-20 Rs.

-------------------------

14. I forgot my system BIOS password. How can I reset it?

Sol: Open the cabinet and look for a coin-sized battery in motherboard. Remove it and attach it again after a few minutes. All BIOS settings will set to default and the password will also reset.

-------------------------

15. I re-installed my windows and now "Stand By" option is greyed out in shutdown dialog box and I can't use it.

Sol: Install VGA drivers from your motherboard CD and the option will be enabled. If you don't have the motherboard CD, then goto the manufacturer site and downlaod the required drivers.

-------------------------

16. My Windows Login Screen has changed to "Classic Logon Box". I want the new Welcome Screen back.

Sol: Type "control userpasswords" in RUN dialog box or Open "User Accounts" in Control Panel. Then click on "Change the way Users log on and off". Now check the option "Use Welcome Screen". If you get following error:

Quote:
Uninstall client services for netware.
Then Open "Network Connections" and open Properties of your Internet Connection. Now goto "Networking" tab and select "Client services on Netware" option and click on the"Uninstall" button.

-------------------------

17. A strange process "ctfmon.exe" always runs in background and if I click on "End Process" button, it restarts automatically.

Sol: Open Control Panel and goto Add/Remove Programs list. Now click on the Microsoft Office entry and then click on "Change" button. Now select "Add/Remove Features" and click on "Next". Now expand "Office Shared Features" and click on "Alternative User Input" and then select "Not Available" and finally click on Update. It'll permanently remove that ctfmon.exe and your problem will be solved.

You can also use 3rd party utility "CTFMON-Remover" to get rid of ctfmon.exe easily and quickly:


CTFMON-Remover

-------------------------

18. I just noticed that all my Firefox Bookmarks have gone. The bookmarks list is empty. How can I get them back?

Sol: Type "%appdata%\Mozilla\Firefox\Profiles" in RUN dialog box and then open the "xxxx.default" folder (where xxxx will be random numbers and characters). Now open "bookmarkbackups" folder and you'll get your bookmarks there. Now you can import them in Firefox again.

-------------------------

19. My Windows is showing some wrong icons of files. How can I reset the corrupted icons?

Sol: You can use any of following methods:

A. Download TweakUI from here and then click on "Repair Icons" in "Repair" section.

B. Open My Computer and goto:

C:\Documents and Settings\User_Name\Local Settings\Application Data

Replace C:\ with your system drive and "user_Name" with your username.
Now there'll be a HIDDEN file "iconcache.db", delete it and restart your system.

-------------------------

20. I'm using Windows XP and the desktop icons suddenly started showing an ugly background rectangle behind the text. How can I make the text transparent?

Sol: Type "sysdm.cpl" in RUN dialog box and press <Enter>. Now goto "Advanced" tab, click on "Setting" button in "Performance" section and enable the option "Use drop shadows for icon labels on the desktop".

-------------------------

21. I'm using Windows XP and suddenly the Common tasks stopped showing in left-side pane.

Sol: Open "Tools -> Folder Options" and enable the option "Show Common Tasks in folders".

-------------------------

22. Whenever I right-click on Start button and select "Open", a "Copy To"/"Move To" dialog box opens automatically.

Sol: Open regedit and goto:

Code:
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\
Now under this key, delete following 2 keys:

Copy To
Move To


-------------------------

23. I can't see Hidden files/folders in my computer. Even I enable the option "Show hidden files/folders" in "Tools -> Folder Options", its automtically disabled again.

Sol: Open regedit and goto:

Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder\Hidden
Under this key, you’ll see 2 more keys “NOHIDDEN” and “SHOWALL“. Make sure that the values of “CheckedValue” and “DefaultValue” in right-side pane are “2” and “2” for “NOHIDDEN” and “1” and “2” for “SHOWALL” respectively. If its not so, then change them and you’ll be able to enable/disable these options in “Folder Options”.

You can also alter Hide/unhide settings using registry as following:


Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
In right-side pane, change value of "Hidden" to:

1 - To show hidden files
2 - To not show hidden files


-------------------------

24. I accidentally deleted my "mspaint.exe"/"notepad.exe"/etc. file, how can I get it back?

Sol: You can use any of following methods:

A. Goto "%windir%\System32\DLLCache" folder and look for the file, if its there then copy it to "%windir%\System32\" folder.

B. Insert your Windows Setup CD and goto "I386" folder. Now look for the same file, it'll present there but the last letter of extension will be "_". e.g., u'll get "mspaint.ex_"/"notepad.ex_"/etc. Now open Command Prompt and goto "I386" folder and give following command:

expand mspaint.ex_ mspaint.exe
expand notepad.ex_ notepad.exe

etc.

Now u can copy the file to "%windir%\System32" folder.

C. Give following command in Command Prompt:

sfc /SCANNOW

It'll automatically restore the files.

-------------------------

25. Suddenly my taskbar is showing only icons in all opened application buttons. I can't see any text. How can I get back the full taskbar buttons?

Sol: Open regedit and goto:

Code:
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
In right-side pane, change the value of "MinWidth" to -2300

-------------------------

26. Whenever I open "www.orkut.com" or any folder with the name "orkut", I get following error with a scary laugh:

Quote:
Orkut IS BANNED, orkut is banned you fool The administrators didnt write this program guess who did?? r r MUHAHAHA!!

Sol: Pls visit following thread:

[Solution] Orkut.com, Youtube.com and Firefox is Banned in System

————————-

27. I have forgotten my Windows Administrator password. How can I reset / recover it?

Sol: Pls visit following link:

How to Reset / Recover Forgotten Windows NT / 2000 / XP / 2003 Administrator Password?

————————-

28. In Yahoo! Messenger, whenever I send a message or get a message I can't see the contents in chat window. All I can see is a blank window.

Sol: Pls download Windows Script from the following link and install it:

Download Windows Script

————————-

29. Why all User folders in my Windows Vista show default yellow icon instead of the new glass icons?

Sol: Please follow the steps mentioned in following tutorial:

How to Fix User Folders Showing Simple Folder Icon in Windows Vista?

————————-

30. Whenever I click on power button in Vista startmenu, it put my system in Sleep state. How can I change it to shut down the system?

Sol: In Windows Vista the default action of power button is set to Sleep. But you can change it to shut down like previous Windows versions. Please follow the instructions given in this tutorial:

How to Change Power Button in Windows Vista to Shut Down the System instead of Sleep?

————————-

31. Suddenly Hibernate option is missing in my Windows Vista. How can I enable it again?

Sol: You must have run "Disk Cleanup". Its a known issue in Vista. There is a solution to re-enable Hibernate option:

How to Re-enable Missing Hibernate Option in Windows Vista?

————————-

32. Why in Windows Vista menus appear on left side of mouse cursor? In previous Windows versions, menus used to show on right-side. How can I change it in Vista?

Sol: Its a problem which many Vista users are facing. Don't worry, follow the following link:

How to Change Menu Position from Left to Right in Windows Vista?


A few more problems with their solutions have been covered here.
__________________
:arrow: http://www.AskVG.com/

Last edited by Vishal Gupta; 14-10-2008 at 07:30 PM.
Vishal Gupta is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-06-2007, 06:33 PM   #2 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,791
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

^^ WAOW Thanks a ton Mr Vista
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List
Charan is online now   Reply With Quote
Old 26-06-2007, 06:53 PM   #3 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Good one Vistaji...
Pathik is offline   Reply With Quote
Old 26-06-2007, 08:28 PM   #4 (permalink)
HELP AND SUPPORT
 
rakeshishere's Avatar
 
Join Date: Jun 2006
Posts: 1,603
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

That might have taken some serious time to make that thread ..God Job Vishal
rakeshishere is offline   Reply With Quote
Old 26-06-2007, 08:58 PM   #5 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Thanks to all of u.

Actually I was thinking about creating this thread since a few days but wasnt getting time for it. Yesterday I decided to compile it and at 10 PM approx. I started compiling it.
It took 3 hours yesterday and 4 hours today in completion.

Thanks to admin/mods for making this thread Sticky. Its my first Sticky thread in forum and I'll consider it as a reward.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline   Reply With Quote
Old 26-06-2007, 09:06 PM   #6 (permalink)
HELP AND SUPPORT
 
rakeshishere's Avatar
 
Join Date: Jun 2006
Posts: 1,603
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Thats Nice Vishal ...I mean Ur first Sticky thread ..!!!
rakeshishere is offline   Reply With Quote
Old 26-06-2007, 09:24 PM   #7 (permalink)
-- No Easter Eggs here --
 
hemant_mathur's Avatar
 
Join Date: Apr 2006
Location: Front of my pc
Posts: 949
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

This is a great thread. Thanx
__________________
E6850 3.0 Ghz, 4gb 667 Mhz RAM, Asus p5n Esli Mobo, Nvidia 8600GT 512mb, 400gb WD HDD, Samsung Syncmaster 920NW, Vista x64
hemant_mathur is offline   Reply With Quote
Old 26-06-2007, 09:41 PM   #8 (permalink)
D i s t i n c t l y Ahead
 
saurabh kakkar's Avatar
 
Join Date: Sep 2006
Location: New delhi
Posts: 495
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

vishal u r hardworking , genius and smart buddy
saurabh kakkar is offline   Reply With Quote
Old 26-06-2007, 09:59 PM   #9 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

@ vishal a suggestion:

how about listing all the questions in the beginning makes it easy for people to see whether their problem is addressed in the thread ... btw nice wrk man really typing so much is a headache and uv done it gr8 dude
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline   Reply With Quote
Old 26-06-2007, 10:02 PM   #10 (permalink)
In The Zone
 
Anindya's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 371
Thumbs up Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

I think u must be an environmentalist too so that u work for the nature in need in this way and the world will survive a bit longer! Great work
__________________
www.techani.com
Latest post ->Take Ur Applications & Personal Settings With You
->Umpires Are Vampires
The Most Unknolegeble Parson. Plese Tech Me.
Anindya is offline   Reply With Quote
Old 26-06-2007, 10:33 PM   #11 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Thanks guys.

@iMav
I also thought the same and in fact when I was posting it, I put a list of all questions in beginning but it made the post too lengthy, so I decided to cut the list.

And yeah, it took approx. 6-7 hours as I already said. It included:

Finding problems
Typing their solutions properly
And the most tough part formatting the whole post.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline   Reply With Quote
Old 26-06-2007, 10:37 PM   #12 (permalink)
Distinguished Member
 
anandk's Avatar
 
Join Date: Mar 2005
Location: Pune
Posts: 3,783
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

hey i like this one too vishal great going !
__________________
> www.TheWindowsClub.com <
= www.WinVistaClub.com =
Microsoft® MVP
anandk is offline   Reply With Quote
Old 26-06-2007, 10:50 PM   #13 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

yup formatting a post is the most tedious part
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline   Reply With Quote
Old 26-06-2007, 11:34 PM   #14 (permalink)
Alpha Geek
 
prasad_den's Avatar
 
Join Date: Sep 2005
Location: The new cherry..!!
Posts: 931
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Wonderful work vishal.... Still I also feel the need to group all the questions first..
prasad_den is offline   Reply With Quote
Old 26-06-2007, 11:46 PM   #15 (permalink)
The No.1 Stupid
 
~Phenom~'s Avatar
 
Join Date: May 2005
Location: CYBERYARD
Posts: 1,708
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Great Job Vishal. Keep it up.
__________________
n00b forever...
~Phenom~ is offline   Reply With Quote
Old 26-06-2007, 11:57 PM   #16 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Thank you guys.

First post updated with a summary of all covered questions in beginning...
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline   Reply With Quote
Old 27-06-2007, 12:01 AM   #17 (permalink)
Rebooting
 
Choto Cheeta's Avatar
 
Join Date: Aug 2004
Location: 220.225.82.33
Posts: 6,266
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Gr8 work bro... !!! Help full as always !!
__________________
rebooting
ChotoCheeta.com
Choto Cheeta is offline   Reply With Quote
Old 27-06-2007, 01:01 AM   #18 (permalink)
Back to l33ching :)
 
gauravakaasid's Avatar
 
Join Date: Jun 2005
Location: Latitude: 22° 32' North. Longitude: 88° 22' East
Posts: 839
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Great post Vishal.......bookmarked it
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect ~ Mark Twain
gauravakaasid is offline   Reply With Quote
Old 27-06-2007, 10:00 AM   #19 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

ah now its more convinient for me gr8 work bro ...

btw the last problem that i faced about no text ... was caused due to tht oxigena theme by suri he done it in his theme ....
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline   Reply With Quote
Old 27-06-2007, 02:55 PM   #20 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

^^ Nah. That problem has been faced by lots of members at other forums. Thats why I included in here.

thnx guys for ur comments.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline   Reply With Quote
Old 27-06-2007, 03:29 PM   #21 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

for me it was tht theme i read it on other forums also most of em had no clue that the suri guy had it in his theme .... he actually had 2 versions 1 which messes up the task bar and the other which leaves the taskbar alone ...
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline   Reply With Quote
Old 27-06-2007, 07:17 PM   #22 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

nice post Vishal !!

Keep it up for us!!
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 27-06-2007, 07:34 PM   #23 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

^^ thnx buddy. Such nice words always encourage me.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline   Reply With Quote
Old 27-06-2007, 07:36 PM   #24 (permalink)
I am Optimus Prime
 
navjotjsingh's Avatar
 
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Vishal...regarding ctfmon.exe problem....that solution is only valid uptil Office 2003. What to do in case of Office 2007? That solution does not work in Office 2007.
navjotjsingh is offline   Reply With Quote
Old 27-06-2007, 08:12 PM   #25 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

^^ But I think, in Office 2007 "ctfmon.exe" doesnt run in background.
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline   Reply With Quote
Old 27-06-2007, 08:14 PM   #26 (permalink)
I am Optimus Prime
 
navjotjsingh's Avatar
 
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

It runs 24X7 here. And in Office 2007 installer, there is no option for alternative user input.
navjotjsingh is offline   Reply With Quote
Old 27-06-2007, 08:38 PM   #27 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

^^ Thats strange coz I'm also using Office Professional 2007 in my Vista but I never got "ctfmon.exe" running in background.

I think since I selected a few components in installation, thats why it was not installed with office. Seems that the option has been renamed in office 2007 setup.

U can try this to remove it:

Give following commands in RUN dialog box one by one:

Regsvr32.exe /u msimtf.dll
Regsvr32.exe /u Msctf.dll
__________________
:arrow: http://www.AskVG.com/
Vishal Gupta is offline   Reply With Quote
Old 27-06-2007, 09:14 PM   #28 (permalink)
Still Shining!
 
Lucky_star's Avatar
 
Join Date: Nov 2006
Location: Up 'n' above
Posts: 1,174
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

Page saved!

nice post buddy!!
Keep it up!
__________________
Simplicity is the ultimate Sophistication
HP dv6 6121tx: Core i7 2630 QM | 4GB | AMD 6770M 2GB GDDR5 | 640 GB
Nokia N86 8MP
Lucky_star is offline   Reply With Quote
Old 30-06-2007, 11:51 AM   #29 (permalink)
Back on Earth .
 
hell_024's Avatar
 
Join Date: Dec 2006
Posts: 18
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

GR88 Job indeed..thnx a lott...
hell_024 is offline   Reply With Quote
Old 30-06-2007, 11:57 AM   #30 (permalink)
Wise Old Owl
 
piyush gupta's Avatar
 
Join Date: Sep 2005
Location: never land
Posts: 1,284
Default Re: MUST READ: FreQuently AsKed ProBlems WITH SoluTions...

very gud woork buddy
piyush gupta is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Host of Problems Soumyajit Hardware Q&A 3 26-06-2010 06:17 PM
:::::earthing problems:::::: ::cyborg:: Hardware Q&A 8 29-04-2010 02:50 PM
Internet Disconnect frequently jrkraj Software Q&A 5 29-03-2010 09:00 PM
Known WebCam Problems with solutions calvin Hardware Q&A 1 11-12-2005 03:47 PM
Most frequently asked questions anomit QnA (read only) 4 16-08-2005 12:55 AM

 
Latest Threads
- by Tenida
- by Charan
- by Niilesh
- by Who
- by Sujeet
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 07:34 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2