Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1851.

Solve : Internet explorer google chrome abd other icons on desktop stopped working help?

Answer»

Hello Can an one sugest reasons for my problem. I will be to the point. I wanted to create PDF files free. I was TOLD download to Apache 3.4.1 open office. I clicked to download and it started to download 7-zip.

It downloaded and opened it up but there was NO PDF creator programe only: Intel apps, I Play web search, i-games, speed up free. These icons came on my desktop. I was NOT interested in them. It also obviuosly took over my home page (which was BBC.co.uk) Also toolbar was added.
None of which I seen the option to untick which would be usual. So I deleted icons and went into control panel to add and remove and uninstalled only the 7-zip.

It was fatal. All my icons such as Internet explorer, firefox, Google Chrome just to name a few would not work, so I cannot get online to try to correct problems. I am using my laptop at this time. However that was NOT the end of it. On my desktop MY COMPUTER yellow folder was gone and replaced with an icon that had no name and very PLAIN. There was 3 folder like that. When 2 never opened I deleted them and moved on. I came back later and clicked the 3rd one and to my surprise it my computer folder, plain with no name.

I went to control panel to restore and that had been change no option to choose any restore at all. Finally 3 times I went to control panel to internet options to restore my bbc home page which I did but each time I started my computer it was replaced by the 7-zip home page.

Finally the devastating blow was that in add or remove it was blank complwtely empty of all programes. What can I do? Does anyone have experience of this? Thanking you Ifor 247Where did you go to download the Zip file containing Apache 3.4.1 open office? If I go to http://www.openoffice.org/download/index.html and start a download, I see I would be downloading a .exe file, not a Zipped file. So, where did you go to download?

The problems you encountered after you downloaded and opened it seem to indicate a malware infestation. Perhaps you should post in the Viruses and Spyware part of the forum. Well we have virus in computer playing all sorts of things dear.
Try to run a anti malware software in safe mode may TDS killer. These things have become common.

Regards,
RAJ
Quote from: rajhelp on OCTOBER 17, 2012, 01:51:42 AM

Well we have virus in computer playing all sorts of things dear.
Try to run a anti malware software in safe mode may TDS killer. These things have become common.

Regards,
Raj

It's best here to let the Malware specialists at the Forum have a look at the issue instead of suggesting a powerful cleaning app the User may not be familiar with.
Food for Thought.Very sorry to inform you that i cannot glean a single item of understanding from your last post on your problem. It seems abundantly clear that you have a malware/virus/or some other malicious infection of your computer . As soybean has advised you you need to post your problem on our virus/malware forum and seek the assistance of the experts there. I must forewarn you that given your inability to get the problem computer working it is going to be very difficult for the advisors to help you as they are going to need data produced from the computer. But talk to them and see what they suggest. It may become necessary for you to take the computer into a trusted repair facility. good luck,truenorth
1852.

Solve : Font Display Issue?

Answer»

Hello, I'm not a web designer, but I seem to be having issues DISPLAYING a commonly used web font. I have the same issue with all the browsers on my system (Chrome, IE, and FIREFOX) so I don't think it's a browser issue.

I believe the font in question is Helvetica Neue.
Example page: Digg.com
This is what I see: http://i1166.photobucket.com/albums/q610/EclairBA/diggtextexample_zps01d238be.jpg

As you can see Rs and Ps are HARD to read. There seems to be "hinting" or whatever it's called when some letters are bigger/taller than others. It does not make for a pleasant reading experience.


I'm using Windows XP on an older laptop, so perhaps that's the issue? My browsers are up to date. Is there anything I can do to GET this font because it seems to be used more and more often. I have another PC that doesn't have this issue (it runs Windows 7.)

1853.

Solve : Firefox 16.0.1 disables FF 3 Theme for FF 4+, how to fix?

Answer»

Find your Firefox Profile folder for example by clicking Help, Troubleshooting Information, and the Show Folder button by "Profile folder" (will open in Explorer)

Under that folder will be a folder named extensions

For each theme you have installed there will be an .xpi file

The one for my "Firefox 3 Theme for Firefox 4+ 2.0.1" is called "[emailprotected]". The other FF 3 theme I know about is "Firefox 3 Aero Theme For Firefox 4+ 2.0.1" and the .xpi file is called "C:\Users\Mike\AppData\Roaming\Mozilla\Firefox\Profiles\k65vu6mr.default\extensions\[emailprotected]"

The xpi file is a Zip file. Open it in Winzip or whatever you use.

In the topmost folder in the archive is a file called install.rdf

DRAG (extract) install.rdf out somewhere and edit it in e.g. Notepad changing the max_version value to something more than 16.0.1 (I made mine 20.0)

Save the edited version and then drag it into the xpi file while it is open in your Zip program, choosing to replace the one that is already there.

Close and restart Firefox and you should see the theme is now available to be enabled.

(Below is the install.rdf for Firefox 3 Theme for Firefox 4+ 2.0.1)

<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<!-- Define target application(s) that the extension can be installed in, with minimum and maximum supported versions -->
<RDF:Description RDF:about="rdf:#$Ik7kN2">
<!-- Describes Firefox -->
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>20.0</em:maxVersion>
</RDF:Description>

<!-- Define our extension -->
<RDF:Description RDF:about="urn:mozilla:install-manifest">
<!-- Extension's ID and type -->
<em:id>[emailprotected]</em:id>
<!-- Types: 2=Extensions, 4=Themes, 8=Locale, 16=Plugin, 32=Multiple Item Package -->
<em:type>4</em:type>

<!-- Extension's info and metadata -->
<em:name>Firefox 3 theme for Firefox 4+</em:name>
<em:version>2.0.1</em:version>
<em:description>Experience all the benefits of Firefox 4 (or later) with the colorful toolbar goodness of Firefox 3!</em:description>
<em:creator>Jeremy Morton</em:creator>
<em:homepageURL>http://ffaddons.game-point.net/ff3ff4/</em:homepageURL>
<!-- internalName must match the 'skinname' part of the relevant chrome.manifest directives in order for those mappings to be associated with this skin. -->
<em:internalName>ff3ff4</em:internalName>
<!-- Allow lightweight themes / personas to apply to this theme, using 'skinnable' -->
<em:skinnable>true</em:skinnable>

<!-- Target at Firefox -->
<em:targetApplication RDF:resource="rdf:#$Ik7kN2"/>
</RDF:Description>
</RDF:RDF>

I use the CheckCompatibility extension and it works fine.Quote from: Allan on October 13, 2012, 01:24:30 PM

I use the CheckCompatibility extension and it works fine.

Could you post a LINK to that? It sounds useful.

What happened was: Firefox offered (today Oct 13) to update itself to 16.0.1 and advised me that the Firefox 3 themes for FF 4+ were being disabled due to incompatibility with 16.0.1. WOULD that extension have let me avoid that, and the workaround I was FORCED into?

Here you go: https://addons.mozilla.org/en-US/firefox/addon/checkcompatibility/

When I upgraded to FF 16 I just had to click on"Enable" for the FF3 compatibility theme in Add-OnsSo, it seems that when a newly updated Firefox checks an extension for compatibility it just looks for a magic number in a file. It doesn't do any kind of deep inspection of the extension. I forgot to mention that the install.rdf max version which I altered was originally 16.0.a1, the first 16.0 alpha released on 5 JUNE 2012. Presumably this was the latest version the extension developer had tested it with. Speaking of alpha versions, I see 19.0.a1 came out on Oct 9.


Mr Tech Toolkit...

This is what i use...lots more handy options and switches as well as the addon notification switch...Quote from: patio on October 14, 2012, 06:45:42 AM
Mr Tech Toolkit...

This is what i use...lots more handy options and switches as well as the addon notification switch...

Quote
Not available for Firefox 16.0
Unfortunately Mr Tech Toolkit hasn't been available for a while now.
1854.

Solve : Flash Player update acknowledgement behavior with multiple browsers installed?

Answer»

Here's something I find a BIT amusing about updating flash player (FP) in IE when another BROWSER is set as the default browser. When I update FP in IE - I have Opera set as my default browser in Windows 7 - and the update has successfully completed, a notice appears confirming that fact. But, this acknowledgement of successful updating of FP in IE appears in Opera, the default browser. Even though the reason this happens is OBVIOUSLY the fact that a browser other than IE is set as default browser, it just seems odd, almost a bit amusing, that this notification does not APPEAR in the browser to which it applies.

The notification of successful updating of FP looks like the image below:


That is interesting...

1855.

Solve : A question re Opera 12.02?

Answer»

I recently UPGRADED to Opera 12,02 and believe i am having an issue i did not have with my earlier versions.I often wish to FORWARD (copy/paste) URL addresses to others. Now i find that the address bar contains the actual name of the site but not the URL. I can go into history and with the name when the cursor is placed over it a secondary window opens that does contain the specific URL for the site. However when endeavoring to move the cursor over the URL the box closes thus copy/paste from there is not possible. Is there any way to have the URL displayed in the address bar or some other method that would display it and allow for copy/paste ( using cntl C/cntl/V)? Currently when i find a site i WANT to copy/paste i am opening Google Chrome and locating the site and am able to copy/paste from the address bar there. Which seems to me to be a very arcane method of doing what i want.truenorth Truenorth, I have version 12.02 and do not have that problem. The actual URL is displayed in the address box and I can copy/paste it using the Ctrl/C, Ctrl/V keyboard shortcuts. So, I don't know why your browser is doing that. I suggest you post a question in http://my.opera.com/community/forums/tgr.dml?id=2. I've used that forum for Opera questions and found it helpful.

Edit: Ah, I do have a suggestion that might resolve your issue. Go to Tools, Preferences, and select the Advanced tab. Then, in the left column of that panel, click on Browsing. Then, check the box for "Show full web address in address box". Soybean, Thank you for the suggestion. I may indeed try that route if i cannot figure this out (perhaps with further input from other CH members). Your last part of the reply was particularly interesting as it certainly seemed like all the right route to go. However there is a major problem with it. I do not have that tool bar in the open Opera window. All attempts to get it to appear (from within Opera options ) were unsuccessful as it never appears. By the way in case it is a factor the O/S is Win 7 64. This is occuring on my Toshiba laptop i also use Opera on other computers so i will have to check and see if the problem is also there.They are using win xp. I am including a screen shot of an open Opera page with all the material on the desktop displayed so you can see what i am getting. truenorth

[year+ old attachment deleted by admin]If you click on the Opera button at the upper left corner of the Opera window, the drop list will/should show "Show Menu Bar" as an option; it will be the last item above "Exit". Click on Show Menu Bar to enable it. Then, you'll have the Menu Bar, with Tools as one of the menu commands. Your described route to obtain "tools" did work as described. When i opened the "Show full web address in address box" was NOT checked. When checking it and redoing the search for a particular web site (chosen by choosing "malwarebytes from a Google search) and clicking on the link. I have done another screen capture showing both the malwarebytes site and the selected "Show full web address in address box". checked in the appropriate window. However you will again notice that there is still no URL address shown.
truenorth


[year+ old attachment deleted by admin]QUOTE from: soybean on October 11, 2012, 01:34:47 PM

I suggest you post a question in http://my.opera.com/community/forums/tgr.dml?id=2. I've used that forum for Opera questions and found it helpful.
You need to reset the navigation toolbar -- you don't actually have the address box on it; just the search box.
I think you go to appearance settings (forgot where those are and I don't use Opera anymore), and/or you can right-click the toolbar and 'reset to defaults'.TechnoGeek,Thank you for your input. The "navigation"toolbar can be accessed via "view" and it is the 1st item in a list that then displays all the tool bar options. In my case the "navigation" toolbar was already checked. Before posing my question i had tried the restore defaults approach and as you know that also doesn't work. In fact at one point or another i have selected/deselected every toolbar option available in the menu and no address bar has appeared. I shall be turning on another computer later today with Opera on it and XP and shall see what i find there. Beginning to appear that soybean's repeated suggestion may be in the works soon. truenorth What I mean by 'reset' is to reset the toolbar; I don't know what defaults you restored before. Right-click the toolbar with the search box and the avast webrep icon, then 'restore toolbar to defaults'. If that's what you did, I'm sorry, but I don't know what you restored before.

Also see this link, which I think is highly relevant: http://my.opera.com/Tamil/blog/reset-toolbarUndoubtedly i could have rephrased my comment re the "as you know" BETTER which prompted your " I don't know what defaults you restored before. ". What i was implying that 1. i was informing you (and the forum) that i HAD done the restore defaults. and 2. As could be seen from the attachment it had NOT produced the address bar. Not that you personally had known before that last post of mine. Thanks for the link i will be checking it out.truenorth
Just after posting the above my wife walks into the kitchen and tells me to stand aside. I of course immediately comply (she who must be obeyed). She clicks a couple of things and low and behold (see attachment below) i now have an address bar. So i ask what did you do? She says i clicked a blank spot on the tool bar (just after the "key" icon ) and in the opened window clicks "restore defaults" and presto address bar appeared. So i have thanked her in the traditional husband/wife manner and i also thank you. Even though i had clicked on "restore defaults" via other routes in Opera they had NOT changed anything.


[year+ old attachment deleted by admin]Quote from: truenorth on October 12, 2012, 10:41:47 AM
So i ask what did you do? She says i clicked a blank spot on the tool bar (just after the "key" icon ) and in the opened window clicks "restore defaults" and presto address bar appeared. So i have thanked her in the traditional husband/wife manner and i also thank you. Even though i had clicked on "restore defaults" via other routes in Opera they had NOT changed anything.
To be precise, it says "Restore Toolbar to Its Defaults". I believe this same reset action can also be found by clicking Tools, Appearance, select the Button tab, select Defaults in the left column if not already selected, and then click the button named "Restore Toolbar to Its Defaults" in the lower of the panel.
1856.

Solve : A recent observation re Opera?

Answer»

I happened to be perusing the OldVersions SIGHT and came across this article on Opera. As Opera is my preferred browser i was pleased to be forewarned about doing the upgrade that is mentioned.Perhaps it will be helpful to other members.
http://www.oldversion.com/blog/oh-my-what-have-opera-done/
truenorthHi truenorth. I experienced the problem of HIGH CPU RESOURCE usage when I upgraded to Opera 12. So, I switched Firefox for awhile. Now that I have Opera 12.02, the latest version, Opera seems to be performing like the last 11.xx version I had before upgrading to 12.0. In other words, Opera seems to have got the message from user complaints and resolved the problem.

Actually, I've encountered the same phenomena with Firefox; in other words, a new release being PLAGUED by high CPU and/or RAM usage and Firefox resolving the problem with a later release.

Edit:
The comments in your link included comments about problems playing streaming media on websites such as youtube. I've experienced spells of sluggish/choppy video but it has usually seemed to affect any browser I use on my Windows 7 system which is just a Pentium 4. I've found that running CCleaner not infrequently to clean browser history really helps prevent the problem; since CCleaner will clean all browsers during its scan, it's a convenient tool to use for this. The key to both browsers is to turn off auto updates and wait a week or so and check the Forums for issues...
I'm kinda against any updates being shoved on my system with any product...
But that's just me...Quote from: patio on October 09, 2012, 09:30:51 AM

The key to both browsers is to turn off auto updates and wait a week or so and check the Forums for issues...
I'm kinda against any updates being shoved on my system with any product...
But that's just me...
I agree. I find Firefox especially aggravating with regard to updates. They make controlling the updates by the user way too difficult. Quote from: soybean on October 09, 2012, 09:44:33 AM
I agree. I find Firefox especially aggravating with regard to updates. They make controlling the updates by the user way too difficult.

I haven't been able to even get flash working for about two months at this point. I'd say that's because of Adobe, though, not Firefox. (Though I don't have the problem with other browsers).
1857.

Solve : google bar help?

Answer»

I used to be able to double click in explorer on my search bar and get a drop down list of popular WEB sites i use. That has stopped working and not sure what it is CALLED. Any ideas on where to FIND info or tell me how to fix it?What search bar? Exactly where do you click? What web browser are you using, including the exact version? I'm using Explorer 64 bit and when I go on my homepage (century link) a google search bar comes up on their page. I used to be able to to double left click in that bar and the WEBSITES i generally vist would show up on a drop down list that i could scroll down on. After i scrolled to the one i wanted and left click once it would take me to that web site.centurylink.com or centurylink.net?
A Google search bar on IE9 sample. Another one I think is a Favorites bar maybe?centurylink.comThere is no Google search bar on centurylink.com. See image below:



The small search box circled in yellow is not a "Google search bar". It's just a search tool for searches with CenturyLink's website. Thats not what my home page looks like. If I knew how to do what you did I would show you. Where, on the page, is the Google search bar? Does the page have an email tab (green background, white text) on the upper right part of the page? And what is the Browser name ? ?

Very upper left hand side...top of the page.sorry my BAD. It is ceturylink.net

1858.

Solve : Block sites on Chrome?

Answer»

I have recently been getting this site when I open a NEW TAB: search.fantastigames.com/453
I would like to know how to BLOCK this and go back to the earlier page that SHOWED EITHER recently closed pages, apps or most visited pages.

1859.

Solve : block some websits?

Answer»

i am using window server 2008 r2.my company want block some website.it should not open in domain and work group and users. some computers work in domain, and other work in users and work group.if i am using group policy it do not work. we are working on network attach storage and vpop3 server.....pls.. help me...
thank youSounds like you need an INTERNET filter/firewall. Our school uses EdgeWave iPrism for this and it works great at blocking websites for simple users and terribly at allowing access to safe sites.Quote from: TechnoGeek on SEPTEMBER 29, 2012, 08:44:33 AM

it works great at blocking websites for simple users and terribly at allowing access to safe sites.

Ha!

The big name in this sector is WebSense. Big price TAG too. If you're looking for a cheap solution, you need something like DansGuardianAt the last business we set up a SonicWall for filtering of content. Prior to this all systems operated through a PROXY that blocked unauthorized sites. The proxy solution was cheap, but required more maintenance to MAINTAIN than the SonicWall Web Filter.SonicWall does filtering too? I thought it just did basic malware protection... We have (or used to have) that too. I wonder if our administrator knows these things... Sounds like no.....
1860.

Solve : Does Firefox have a" go to" option within the view tab??

Answer»

Or is it only AVAILABLE with IE?Can you post a screenshot of this 'go to' thing you're talking about? I don't see it in Firefox OR IE in the OBVIOUS places (at LEAST obvious to me).QUOTE from: S D on September 28, 2012, 12:46:30 PM

Or is it only available with IE?

You can navigate using the same keyboard commands as IE - alt+left/right; alt+home, etc.
1861.

Solve : any browser that has autocorrect??

Answer» LIKE on my cellphones safari browser, if i MAKE a mistake, it will usually auto correct it/auto punctuate or capitalize


is there any option like this for PC browser? i have tried chrome, firefox, IE, and non of them seem to have this option or even an extension to enable it. which is RATHER odd because it truly is an awesome feature. can anyone recommend anything?

my google chrome has the red line under misspelled words, but it DOESNT give an auto correct.I don't think any of the top 5 browsers have autocorrect, but all of them (by now) have spell CHECKING. You may be able to find an autocorrect extension though.
1862.

Solve : Missing Plugin on Firefox?

Answer» GOT an missing plugin prompt but when click on the INSTALL Missing Plugins button, it says no SUITABLE plugin found.
So how to SOLVE this?
What version of Firefox? Do you refer to this service? http://support.mozilla.org/en-US/kb/install-flash-plugin-view-videos-animations-games
1863.

Solve : FireFox Right Click Menu Add-on Access?

Answer»

I'm having an issue with FireFox. I'm currently using version 14 and when I updated to version 15 this problem became permanent, so I went back to version 14 and set FireFox not to update.

The problem is that usually when I use FireFox after it's been shutdown for a while and use the right click menu, be it on tabs or in an open area of the page itself, I don't get access to control of many of my add-ons. However if I shutdown FireFox and restart, the right click menu is as it should be.

I'd like to find a solution to this so I can allow FireFox to udate as newer versions are available.

Any help to get this sorted would be greatly appreciated,
skilz853Have you looked in about:config yet ? ?Hey Patio,
Yes I have, but not sure what to look for, as somethings got to be changing when the right click menu is not as it should be and when it is, and that's what I'm trying to find out.
I can look in about:config all day and if I don't know what to look for, I wouldn't know it if I stumbled across it.
Thanks tho
The problem with extensions/addons in FireFox is 90% of them are written independently...and the Authors cannot possibly keep up with how FAST the FFox versions are coming...nature of the Beast.
Therefore things that may have WORKED wind up broken...

One workaround i suggest is MRTech toolkit...
In there there is an option to NOT have the browser check if addons are up to date.
Once unchecked 92% of existing addons work properly in newer ver. of the Fox.
This seems to be a weird situation, as all the add-ons work as they should, as long as the right click menu on a tab or open area on the page itself is displaying all the options to control the add-ons.
The issue arises when the right click menu only displays a few items and not all as it does when it's working as it should
Luckily, in FF 14 if all items don't SHOW up in the right click menu, shutting down FF and restarting has ALWAYS corrected the right click menu.
However when I upgraded to version 15, no matter how many times I shut FF down and restarted, the right click menu never displayed all items as it should.

Thanks for you INPUT,
skilz853

1864.

Solve : Cookies Not Enabled On Browser?????

Answer»

I tried logging onto a site tonight, facebook.
After entering my name and password, I keep getting told:

Cookies are not enabled on your browser. Please adjust this in your security preferences before continuing.


I have no IDEA what this means.
I have windows XP and use firefox. I even tried IE and got the same.
I went to tools...internet options...privacy....low security...accept all cookies...same message.
I went to tools...and all cookies are excepted.

What is going and what can I do?

I don't get it...why then could I login here?

Thanks!Try...Start>All Programs>Mozilla Firefox>Mozilla Firefox (safe mode)Did....I get the same thing.
I even went on a different computer in the unit and got it...here is the message


Security error: Domain Mismatch


You have attempted to establish a connection with “login.thefacebook.com”. However, the security certificate belongs to “login.thefacebook.com.” It is possible, though unlikely, that SOMEBODY MAY be trying to intercept your communication with the website.

If you suspect the certificate shown does not belong to “login.thefacebook.com”, please cancel the communication and contact the site administrator.

View certificate
OK
Cancel

I hit ok>I enter name and password and am told:

For your security, never enter your Facebook password on sites not located on Facebook.com.

I enter name and password once more and am told:

Cookies are not enabled on your browser. Please adjust this in your security preferences before continuing.

??Did it just start, or it's been an ongoing problem?
Did you try Safe Mode with Networking?If you're on IE 8, try TWEAKING the Advanced Privacy Settings in Tools.Internet Options. Click the Privacy TAB, then select the Advanced button. I've set mine to accept all First Party cookies, and prompt for all third party cookies. Click OK/Apply.

Just to be sure, when you return to IE, dump your history and all related cookies/temporary internet files. You can even hit F5 after entering the facebook address to make sure your browser loads a fresh version of the page.

Note that all of the apps on Facebook (almost all?) use third party cookies, so you may be clicking allow/block on the resulting dialogs for awhile until you've hit everything hosted by Facebook.

BTW I got no response whatsoever from contacting Facebook outside of their automatic "thanks but no thanks" response.

Good luck.This is 18 months old topic.Not any more Quote from: bluecountry on May 02, 2008, 07:54:12 PM

I tried logging onto a site tonight, facebook.
After entering my name and password, I keep getting told:

Cookies are not enabled on your browser. Please adjust this in your security preferences before continuing.


I have no idea what this means.
I have windows XP and use firefox. I even tried IE and got the same.
I went to tools...internet options...privacy....low security...accept all cookies...same message.
I went to tools...and all cookies are excepted.

What is going and what can I do?

I don't get it...why then could I login here?

Thanks!
Here we go again...
1865.

Solve : Firefox download error?

Answer»

Hi, registered on this forum because of a annoying error, thanks for any help in advanced!

So im USING Windows 7 pro x64, using firefox 3.6 and the problem is, whenever i download a .exe file it gives the error "you cannot change the contents of that folder, change permissions or save to another folder" (or words to that effect).
this only happens to .exe and not to other extensions.

My default save location is the desktop, but saving to other locations does not solve the problem. i have also gave myself full permissions on the entire drive, even downloaded a registry hack that grants admin full control. this lead me to believe it has nothing to do with permissions at all.

When i download a .exe, the .exe and the .part gets created on the desktop, but only when it finished downloading and it tries to combine them do i get the error. and the funny thing is, if i just wait a few MINUTES and retry, it will work.

Im REALLY stumped on this problem, i tried googling and found 1 or 2 cases SIMILIAR to mine but does not offer a fix, and i dunno why i seem to be the only one having this problem. i reinstalled firefox and my windows is updated.

Any ideas? Thanks in advance!A '.exe' is an executable file, generally, you shouldn't be able to change the contents. They are used for installing software and opening applications. You need to 'Run' the file to make it work

What .exe files are you trying to access and what are you trying to accomplish ?reddevilggg: She's not trying to change the contents of the file nor does the error message indicate that she is.

Susan: see in anything in this thread helps: http://forums.techguy.org/windows-vista/756418-permissions-temp-folder-vista.html

Also, you can try updating to the latest version of Firefox and see if that helps.
Quote from: Allan on July 10, 2012, 09:17:48 AM

reddevilggg: She's not trying to change the contents of the file nor does the error message indicate that she is.

ah, READ it completely wrong! SorryQuote from: reddevilggg on July 10, 2012, 10:51:00 AM
ah, read it completely wrong! Sorry
Happens to me all the time.
1866.

Solve : internet explorer ~ windows vista?

Answer»

When I click my internet explorer icon, the browser flashes across the screen and disappears, so I can't log on at all. 1) What is new or DIFFERENT since the last time everything WORKED properly (ie, new hw, new sw, virus, error, etc)?

2) Are there any other issues with the system?

3) What happens with other browsers (Firefox, Opera, Chrome, etc)?

4) What happens in safe mode with networking?are you sure its not MINIMIZED in the taskbar?? I checked to see if it was minimized. When I clicked on the 'e' it did the same thing.
Quote from: bargaincc on July 11, 2012, 12:29:43 PM

I checked to see if it was minimized. When I clicked on the 'e' it did the same thing.

You failed to answer Allan's questions. All the questions are important, not just the last one.
1867.

Solve : Security question?

Answer»

I work for a school that has the ability to view the screen content of any of their computers or iPads at any time. Makes sense. Occasionally though I do banking or buy something online. If I am logged on to an https or encrypted site, would those show on the surveillance screen? Or would the content be stored on their server to be possible to be constructed later? Hate to think of account numbers or that 3 digit security number on the back, usernames or passwords being visible.

ThanksIf they're using a screen viewing program such as NetOp or RealVNC (our school has used both in the past), then they have the ability to read anything on the screen at any time, as HTTPS only secures the WEB communication (and if they have a filter in place things get complicated.) This doesn't necessarily mean they log SCREENSHOTS, but they could watch your screen while you ENTER the information. As for STORING on the server, that's somewhat doubtful. With the amount of internet traffic schools generate, they probably only log addresses requests are sent to, but not the contents of the transmissions.

TL;DR: anything is possible, but it is somewhat unlikely for this to be an issue for you. All the same, I wouldn't trust the security of a school internet connection and I would try to do it somewhere else (at HOME if possible.)

1868.

Solve : Favorite internet browser??

Answer» IE9 is fast, compared to ie 8. FIREFOX and ChromeOpera and K-meleon.Hi Firefox 4 for me is the best. Google Chrome forever Opera 11I used to use Chrome but flash performace was really slow on my mac so I switched to Firefox 4 to see how it compared, I have SINCE switched to FF on all my PCs.I used to use Firefox on everything but just recently switched to Chrome and haven't looked back. It might be all in my head, but Chrome just seems to run faster than FF.If you like Chrome, you'll LOVE SRWare Iron.

It's Chrome, but with all the tracking LEECHES removed.

I use Iron + OperaMozilla Firefox is a free and open source web browser descended from the MOZILLA Application Suite and managed by Mozilla Corporation. Also it is a faster, safer and better from other web, free and open source web browser descended from the Mozilla Application.My favorite internet browsers are mozilla firefox and gogle chrome.
1869.

Solve : I.E.9 modifies the name of the file awaiting permission to be installed?

Answer»

July 11, 2012 - 19:00 EDT
When I asked my Internet Explorer 9 (Windows 7) to display
Digital Signature-related information during the
process of installing an ActiveX file from a website, the I.E.9 window
displayed a file name which is different than the real file name.
(Please note that I am not talking about the very first dialog box which
appears during the installation permission process.
On my Windows 7 computer (configured to the so-called Classic Windows
display format) this first box is a yellow-bordered box at the bottom of
the window, which has a gray "INSTALL" button in it. Only after clicking
on this "install" button will I.E.9 allow me to SEE the Digital Signature
and other related information. [This chronology is insane by the way !!!])
The file name in the initial yellow-bordered box is correct. But the one
that is stated in the Digital Signature-related window is different.

The reason that I am suspicious is that I have malware on my computer
which secretly re-directs the updater requests of my anti-malware programs
to malicious sites. It also interferes with my anti-malware programs in
other ways, interferes with Microsoft Office, and may interfere with
access to certain security-related websites. Various anti-malware programs
have been unable to either completely eliminate the malware or to reverse
the settings which seem to drive these malicious activites.

The specific changes that I noticed were:
#1. The ONLINE scanner Panda ActiveScan2.0 has a mandatory ActiveX called
"as2stubie.cab". I.E.9's Dig.Sig.-related box calls it "[1]as2stubie.cab[1]".
#2. The online scanner BitDefender QuickScan likewise has an ActiveX
called "qsax.cab". I.E.9 likewise displays this as "[1]qsax.cab[1]".

I did not proceed with the installation.

I do not know how my I.E.9 handled previous downloads and installations.

Can someone please tell me if this is what I.E.9 normally does.

Thank-you.Quote

The reason that I am suspicious is that I have malware on my computer
which secretly re-directs the updater requests of my anti-malware programs
to malicious sites. It also interferes with my anti-malware programs in
other ways, interferes with Microsoft Office, and may interfere with
access to certain security-related websites. Various anti-malware programs
have been unable to either completely eliminate the malware or to reverse
the settings which seem to drive these malicious activites.

Clik Here...[/u]

And follow the info on posting your logs/July 13 - 01:55 EDT
Hi, Patio:
Unfortunately, due to illness in the family, at this time I am not able to engage in the time consuming process of hunting down the malicious entity as you have recommended. Therefore, would it be possible for you to look at how your Internet Explorer browser handles this procedure ? (without doing the final STEP of installing the Activex, of course) I do not know anyone who has a reliable computer. Thanks.

The websites are:
#1. Bitdefender Quickscan. Path to webpg. = {http://www.bitdefender.com} ==> at bottom of webpg. is the Online Scanner link >
{http://www.bitdefender.com/scanner/online/free.html}.
#2. Webpage = {http://www.pandasecurity.com/homeusers/solutions/activescan}.
1870.

Solve : Safari Internet Browser?

Answer»

After having some trouble with firefox i discovered safari and decided to try it out. So far so good. Feels like a CROSS between Firefox and CHROME.

i would like to KNOW how other users rate this browser. Are there any issues with it i should be aware of. Would any other browser (such as Opera) be a BETTER alternative to the 'big 3' (IE Firefox and Chrome) ?

Thankswww.maxthon.com

Its built on IE technology but I have been using it more and more as my second choice. Also because of the sync options with mobile devices.

1871.

Solve : Firefox 13 trouble shooting?

Answer»

Hi all,

I GOT trouble in Firefox 13 while playing Facebook games, the images won't load but just blank, and the sound won't load in all online dictionaries, the pronoucation sign disappeared while clicking on it, I would think that the issue was found after Firefox 12 updated to 13 in 2 weeks ago, I've tried uninstalled and reinstalled SEVERAL time for both Firefox and those apps of the games but still not working.

I am using CC cleaner/AVG 2012 ( Free version) weekly, updated Adobe flash player 12/ Java latest version and clear caches/cookies weekly.

My laptop:
Windows VISTA Home Premium service pack 2
Processor : Intel (R) core(TM)2 Duo CPU
Operation system: 32-bit / Memory Ram :2 GB
Memory : installed :-85.2 GB space:- 99.1 GB

The speed test showing now:
Ping: 17
download: 8.78
upload: 8.39

Thanks and will appreciated for any help!
Firefox & Flash haven't been playing nice lately. Firefox is now at 13.01, Flash Player is 11.3.300.262.Do you have any addons or extensions that might conflict with firefox? I was doing some reading and some people are saying adblock (extension) was giving them issues. Just throwing this out there. Quote from: Computer_Commando on JULY 07, 2012, 01:11:29 PM

Firefox & Flash haven't been playing nice lately. Firefox is now at 13.01, Flash Player is 11.3.300.262.
quote]

Tks Commando for the update, I will try to install 13.01 and update flash player shortly, will keep you posted!

Eyill
Quote from: Nightjay0044 on July 07, 2012, 07:51:53 PM
Do you have any addons or extensions that might conflict with firefox? I was doing some reading and some people are saying adblock (extension) was giving them issues. Just throwing this out there.


Thx NightJay, I did adjust them properly always!

Eyill Quote from: Eyill on July 08, 2012, 12:03:15 AM
Quote from: Computer_Commando on July 07, 2012, 01:11:29 PM
Firefox & Flash haven't been playing nice lately. Firefox is now at 13.01, Flash Player is 11.3.300.262.
quote]

Tks Commando for the update, I will try to install 13.01 and update flash player shortly, will keep you posted!

Eyill

It keeps bugging me for more than 2 weeks, YES!! GOT IT DONE finally - Firefox is now at 13.01, Flash Player is 11.3.300.262

Thank you so much Computer_Commando !!!

Eyill

Flash Player is now 11.3.300.265.Try Firefox 14.01 available for update or download now.
http://www.mozilla.org/en-US/firefox/14.0.1/releasenotes/Hi...
You will get positive Effect on the over all performance of the Firefox by reducing the quality of Flash. for improving performance Add-on will also help you. you will notice Low-quality Flash add-on in the recent version of the Flash. Firefox user can directly download it from their official site.
new version of Firefox is released you can try this latest Firefox 14 as well.
1872.

Solve : I've got a Babylon headache - please help?

Answer»

Babylon GOT on my Chrome BROWSER and I can't get rid of it.

I've unintalled it, REMOVED it from browser, changed to Google about 4 times.

And STILL it's there every time I OPEN it.

UGH

Thanks for any help, Pennie http://malwaretips.com/blogs/remove-babylon-toolbar-and-search-the-web-babylon/

1873.

Solve : Help me return to IE8!?

Answer»

Having lived through the birthing if IE8, and finally working with it for a year or more, two weeks ago a notice pops up..."CHANGE TO THE WONDERFUL NEW IE9". Well I did and now I regret it. All sorts of "quirks", many accessing my email and many using search engines. I went to Microsoft web site but cannot find download to reinstall IE8.

Can anyone help me.

6 month old pc running Windows 7 Professional.

ARTGo to Programs and Features, in Control Panel, and remove/uninstall IE9. That will take you back to IE8.Very strange. When I go to the program removal PAGE, IE8 is LISTED, but there is no TRACE of IE9. Yet I am running IE9.

Suggestions? Should I try the "removal" in what is listed as IE8?http://windows.microsoft.com/en-US/windows7/how-do-i-install-or-uninstall-internet-explorer-9I was just going to say click on View INSTALLED UPDATES in Programs and Features. I see that's covered in the link Allan posted.

1874.

Solve : Chrome Ext. for Forums?

Answer»

Whoa. What happened to the chatroom!!!!??

Q:
Anyone know of a Chrome ext. for managing forums? Like new POST update or MESSAGES?

.......not sure I like this forum layout, I like the chatroom better. LOSTCOAST... where r u? try that TINY ''free help'' in upper right forum toolbar its real SMALL but really powerful

1875.

Solve : How do I get rid of Facemoods on Firefox ??

Answer»

I had a problem logging into certain sites to download Digital Scrapbooking ITEMS. I would get a message that my computer did not support cookies. I tried everything I could to fix this. As a last resort I got hold of Dell's help. After a very long session I was told that Internet EXPLORER and windows XP were not COMPATIBLE. So they Added Mozilla Firefox. They said this would solve my cookie problem and it did. However I positively hate Firefox and now on top of everything I hate about it, each time I sign in up comes Facemoods search bar. I've done everything possible to get rid of it, including follow instructions that were suppose to be from Facemoods. No luck NOTHING worked. Short of deleting Firefox I can't get rid of Facemoods. If I get rid of firefox what other browser would support the cookies I need? Can any one help ? MissjackieIMHO:
Aa site that tells you that you don't take coolies is trying to fool you.
Your browser refuses cookies not well cooked with poison.

IE and XP are not compatible? What idiot said that? IE is PART of XP.

Open Internet Options. Go to the Privacy tab. Make sure there is a check in "override automatic cookie handling". Then but a tic in "accept first party cookies" and "always allow session cookies". For security SAKE, you should BLOCK third party cookies. Then see what happens.

1876.

Solve : Internet Explorer error?

Answer»

I have only gotten this once.Internet Explorer Script Error.An error occurred on this page.
Line:110
Char:2
Error:The DATA is invalid
Code:0
Url: ms-its=c:\program Files\microsoft security client\en-us\am.help.chm::/local/script.js
If this can be fixed please help. Control Panel - Internet OPTIONS - Advanced TAB put a tic in: "Disable script debugging". Now look for "Display a NOTIFICATION about every script error" line and remove the tic in the box.

1877.

Solve : Boot-up bug??

Answer»

Hi there. I have this problem sometimes on start-up: My AUTO log-in to websites where I have that FUNCTION enabled is gone. I have to type in the information all over again. Then other times, it remains intact on start-up.

Anyone else have this problem?

Thanks.
Did you delete your Cookies ??



No. I keep all the cookies from those domains.
Quote from: reddevilggg on June 13, 2011, 05:54:02 AM

Did you delete your Cookies ??

This includes CCleaner, Disk cleanup etc
Does this only HAPPEN with IE (have you TRIED another browser)? If so, what version of IE are you using?I have only tried INTERNET Explorer 8. What I'm not understanding is why it only happens sometimes.
1878.

Solve : A question about ie9?

Answer»

I got a download for ie9 but did not install it, what i would like to know is.

Is it ok to use it now that it's been out for a while.

Do you use it, and how do you find it. I have it but nothing about it compels me to make it my default browser. I've been using Firefox for a long time and also use Opera and will continue to do so.

However, I see no reason for IE 8 users not to get IE9. But, expect to spend some time getting familiar with it. The top/toolbar area has been substantially re-designed and looks much different than IE8. The address box is now a combination address and search box. There is no separate search box.
I agree with Soybean, I install the latest versions of everything on my machine, i like to keep it up to date. But i never use it. I use Firefox.I have got Seamonkey, Opera, IE9, Chrome, Chromium, and IE9. but I only ever use Firefox for browsing. There are one or two sites that won't show correctly in Firefox so I have alternatives handy. The HTML editor in Seamonkey is a useful freebie.

Thank you all for your help i'll try it to-night, if i don't like it, it will COME out.

I tried firefox for about 3 week's and could not get used to it so i deleted it.Quote from: harry 48 on June 05, 2011, 08:36:01 AM

I tried firefox for about 3 week's and could not get used to it so i deleted it.
Was that Firefox 4? If so, I don't think you're going to like IE9 either.Works well as a backup to my SeaMonkey 2.0.14Quote from: soybean on June 05, 2011, 08:48:56 AM
Was that Firefox 4? If so, I don't think you're going to like IE9 either.

oh DEAR, i'll GIVE it a go anyway, firefox was about a year ago.Harry, If it turns out to not be to your liking give Opera (11.11 i think is the latest version) a try. I use it as default with Firefox as backup. I really like it and it has a lot of neat features such as the "speed dial" function. truenorthI have ChromePlus as my default browser. But I do have FF4 on and IE9 on.

If I have to use IE9 for whatever reason, at least I know it's the most secure version M$ can give me.Thank you everyone, i downloaded IE9 last night , and so far it look's easy enough to use.

I'm going to play around with it but it look's like i'll stick with it.

It seem's to be a lot quicker as well.
1879.

Solve : REMOVE UNWANTED SEARCH ENGINE?

Answer»

how can i remove unwanted SEARCH from my firefox browser like orbit search, AVG search. these searches are not shown in firefox search list, no any type of EXT. in add-on and even i did not find anywhere in my pc. i search many times, i also uninstall and reinstalled firefox but unwanted searches still there. help me how can i remove these. i use firefox 14.0.1 on win 7Quote

Firefox users

In the Firefox browser menu, select Add-ons > Extensions.
Select the Orbit Downloader Community Toolbar.
Click Remove.
http://orbitdownloader.ourtoolbar.com/help/
How To Disable AVG Secure Search.. MOZILLA Firefox -> here

wow U done it jason. thanks Welcome.
1880.

Solve : HELP me PLEASE !!! (You Tube in Fifefox 4.0.1 gives problems)?

Answer»

If anyone can help me I`d REALLY appreciate it.Every time I start You-Tube I get a messed-up screen that says;"Your Javescript is turned off or you have a old version of Flash-player" This all HAPPENED after I installed FIREFOX 4.0.1. and CLEANED up my computer.I even reinstalled Flash-Player and checked if Javascript was on.
Does anybody know A HUGE tnx to anyone who can help
Greetzzz from Amsterdam.

[recovering disk space - old attachment deleted by admin]Check your FF4 addons and try enabling/disabling some like adblock, noscript. Actually the easiest way to check if it's addon issue is to launch FIREFIX in safemode from the Programs menu...What do you mean you "cleaned up" your computer?

1881.

Solve : Chrome "save passwords" feature not working?

Answer»

I cannot GET the Chrome save PASSWORD feature for websites to work. It was working, it would DROP down and ask if I wanted chrome to save the password but recently, I can't get it to work.
I have gone to settings and the "Offer to save passwords I enter on the web" box is checked.
I have also uninstalled and then INSTALLED Chrome.
I am using windows 7.
I don't know what else to do.
Can SOMEONE help?

JohntyszWhat cleanup apps do you run ? ?
For example CCleaner will wipe out password cookies unless settings are fine tuned...

1882.

Solve : firefox 3.6 and orbit one click downloader extension trouble?

Answer»

hi, I just got refereed from http://forums.malwarebytes.org/index.php?showtopic=112689&st=20
where a virus have damaged my orbit one click youtube downloader 1.0.8 extension on firefox 3.6
after removing the virus, the extension still not work http://i.imgur.com/4c5nH.png (screenshot). I reinstall both orbit and firefox so many time but it still appear like that.

a few THINGS I want to make clear
-I know this version of firefox is outdated, I don't use firefox often, but it the only version I know that still have the downloader compatible.
-I have look into orbit forum, but it a completely mess there and it look like it filled with spams and off topic so that no help.
-I know there are other youtube downloader (I have others on Chrome), but orbit is the only free one I know of that will download video from just about any site.
-I used the same installers that I downloaded and put it on a laptop and it work fine.

so could you please help me fix the extension or refer me to a similar free downloader that work with any site.

I just open internet explorer (don't judge me) and the extension on it is working, but the browser couldn't even load up more than 20 seconds of video before crash, who knew right? -_-
so what ever caused it is from firefox sideWelcome to CH.
Well, looks like nobody has a quick answer. As you kn ow, there are a number of browsers you can choose, all free.

The You Tube people may not want you to download stuff.
Please look at this link:
Legal liability for YouTube viewers
After that was posted on CNET the law has NOT changed.
This forum does not help with things that are apparently over the line of fair use of copyrighted materiel.

The link above is relevant. thanks for reply, I know that it would be illegal to upload copyrighted material. But what if I just want to download them for personal use, not uploading and sharing them, I do not upload anything unless I make them. And I want to use orbit because often there are important tutorials video that are uploaded to some obscure site and when I get linked to them, that site is outdated and/or the author move/sell the domain to someone else and I wanted to download them for future use/reference. It also save my bandwith to have a video available for me in the hard drive instead of searching it up again (if I can find it). And sometimes people who upload these kind of video just want to share their knowledge but they'll delete the video when they think it do not get enough view like they wanted (this happen so many times it making me frustrated which is why I downloaded orbit).

I'm a self teach ditigal artist and do work like this http://kuratowakiru.deviantart.com/#/d39aiah. This was one of my earliest work and it was from learning from a youtube video.

"Re:samurai DRAWING
Hi there I am so sorry i am replying to you very late from your original message..I have been so very busy lately on lots of commissions and have not been able to address my youtube channel... First of I would like to thank you for watching my videos . My viewers and suscribers are all very important to me and I VALUE their support. In this age of 3d computer animation us artists must strive to keep drawing and art alive that is the purpose of my channel to help young minds exceed me and take the art of drawing and keep it alive. Thankyou so much for placing a value in my work and feeling it an help you I feel greatly honoured that you should seek any guidence from my short videos. I think you have copied the drawing very well i am impressed with your shapes and choices.. prespective drawing is very tricky and by breaking it into shapes one can suceed better in it...Please keep at it I can see that you have good hand eye coordination. look at other images and break them into shapes also...This is the purpose of my videos I dont do an overly impressive dawing because they are only 5 to 10 minute sketches..but I attempt to illustrate to the viewer that the bare bones of a strong drawing can be layed out very quickly with basic shapes..its up to you how much further and how much time you want to put into it later. Keep at it and I wish you the best of fortune with your drawing!
best,
Arshad."


and my problem is what ever virus caused this, I believed it have damaged the firefox side, not the downloader, because I can use it in IE, but that browser is unstable. If you still believed that I download these tut vid for personal use such as these http://www.youtube.com/playlist?list=PL5CA6CE37EA6AEEFB&feature=plcp are still over the line and will not help me resolve my problem, then let me know
We have a Virus an d Malware section...
Consider VISITING there and Posting your logs to get fixed up...

The Experts there are some of the Best out there...Quote from: patio on July 19, 2012, 08:20:35 PM

We have a Virus an d Malware section...
Consider visiting there and Posting your logs to get fixed up...

The Experts there are some of the Best out there...

I already consult a malware expert http://forums.malwarebytes.org/index.php?showtopic=112689&st=20 and he refer me to here because it a browser problem? we already when through cleaning the computer and it seem clean, but I believe it damaged something on firefox side where reinstalling it does not helpapparently orbit have stop support with those extension or something. you guys can close this topic. thanks anyway
1883.

Solve : block facebook in office?

Answer»

How the *censored* do i block facebook from being viewed in my office, the staff are always on it, i have tried everything in internet options but it just aint working

Please help me!!You don't want your staff to use facebook in your office? you wanna block it?Yes, they never get any work done, i want to block it on all the cmputers in the office.
Please Help!!OPEN Windows Explorer.

Browse to C:\WINDOWS\system32\drivers\et...

Find the file named "HOSTS".

Open the file in notepad.

Under "127.0.0.1 localhost" add 127.0.0.2 www.name_of_the_site_to block.com. So, if you'd like to block www.facebook.com, the code will LOOK like this:
127.0.0.1 localhost
127.0.0.2 www.facebook.com



tried this method as well.. no joy whatsoever
I ASSUME you are the administrator over your office LAN, the you can do this.

On the server computer (your computer)


1. Go to Control Panel\Administrative Tools

2. Open DNS, right click on Forward Lookup ZONES and click New Zone.

3. Click next to pass the welcome screen of the wizard, then select primary zone.

4. Select "To all domain controllers".

5. Type facebook.com (without the www).

6. Select "Allow only secure dynamic updates".

7. Click Finish

First of all remove the links of the websites of your post above (edit your post now).

Secondly that method is used for single computer.

the office is not networked at the moment, i'll do it on all the indivicual computers..

p.s. i know how to open control panel, but i don't know how to open DNSNext to your post there is an option to edit post and the above post needs to be deleted.

You mean to say you need a method that you will apply on each computer seperately.

I'll just tell you the method for that.Excellent
In Internet Explorer Browser.

1)Click TOOLS and go to Internet options and then go to security tab.

2)Click the last option called Restricted sites .

3)Click the button named Sites.

4)Add the sites there.

5)Click Ok

Best of luckQuote from: ace11 on September 18, 2008, 09:56:30 AM

127.0.0.2 www.facebook.com

This should be set to 127.0.0.1. The number shouldn't increase with every site added... Or was this a typo?Editing the HOSTS file is fine if there are only a few PCs in the office.

If you're eventually going to have more PCs, then you'll need something more centralized, like a proxy server.@ killerb255

It works ('This should be set to 127.0.0.1'), it was not a typo, this is the method i read somewhere

I thank you so much, you are a legend!!
I will be the opposite tomorrow when they can't get on facebook!!

Victory is Mine!!try opendns.

Opendns.com can block the site and much more. It's free and just when you set up free account, make a good password so your staff can't go changing the settings easily.his problem was already solved in a much more efficient MANNER...
1884.

Solve : Re: block facebook in office?

Answer» QUOTE from: Ivy on September 18, 2008, 09:57:37 AM
I assume you are the administrator over your office LAN, the you can do this.

On the server COMPUTER (your computer)


1. Go to Control Panel\Administrative Tools

2. Open DNS, right click on Forward Lookup Zones and click New Zone.

3. Click next to pass the welcome screen of the wizard, then select primary zone.

4. Select "To all domain controllers".

5. Type facebook.com (WITHOUT the www).

6. Select "Allow only secure dynamic updates".

7. Click Finish
I too wana block facebbook in my office but not in individual computer BT in a server...can u please help meGood morning chhimey and welcome to CH

This can be done in your router by blocking any url's you do not want to be accessed.

Is this what you want, Mike Have a READ...
1885.

Solve : internet options , advanced tab (DEP)?

Answer»

Sorry - for some reason I thought you're using XP. Here you go: http://www.windowsreference.com/windows-vista/how-to-get-group-policy-editor-in-vista-home-edition/Quote from: Allan on December 16, 2009, 03:50:17 PM

Sorry - for some reason I thought you're using XP. Here you go: http://www.windowsreference.com/windows-vista/how-to-get-group-policy-editor-in-vista-home-edition/

OK allan i'll give this ago.i'll try anything once

But first i already have LmCompatibility 3

But i am a bit confused when it says set it to



Create the following DWORD value (if it doesn’t exist):

LmCompatibilityLevel

and set it to:

0 – Clients USE LM and NTLM authentication, but they never use NTLMv2 session security. Domain controllers accept LM, NTLM, and NTLMv2 authentication.

1 – Clients use LM and NTLM authentication, and they use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.

2 – Clients use only NTLM authentication, and they use NTLMv2 session security if the server supports it. Domain controller accepts LM, NTLM, and NTLMv2 authentication.

3 – Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controllers accept LM, NTLM, and NTLMv2 authentication.

4 – Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controller refuses LM authentication responses, but it accepts NTLM and NTLMv2.

5 – Clients use only NTLMv2 authentication, and they use NTLMv2 session security if the server supports it. Domain controller refuses LM and NTLM authentication responses, but it accepts NTLMv2.

By the way, I'm not suggesting you do any of this - I'm SIMPLY trying to respond to your questions

Be sure you have a current image of your system drive. GPEDIT is a very powerful function and it's always better to be safe than sorry.

Oh - and I believe you want to set it to zero.Quote from: Allan on December 16, 2009, 04:19:34 PM
By the way, I'm not suggesting you do any of this - I'm simply trying to respond to your questions

Be sure you have a current image of your system drive. GPEDIT is a very powerful function and it's always better to be safe than sorry.

Oh - and I believe you want to set it to zero.
.

OK allan, i will have to sort out an image of the system drive first, then i'll give it a go.
Is this necessary though, even if you back up the registry, any how a few COMMENTS from that link, mentions setting it to "0" does not work either.
If setting it to "0" does not work, which it does mention that in the comments , i'll probably give it a miss all together....

I'm a big fan of hd imaging on a regular basis - I feel everyone should do it - especially since there are some great free imaging utilities. I'm off for the night, but I look forward to hearing how things go. To be honest, I'm surprised TweakUAC didn't work for you.Quote from: Allan on December 16, 2009, 04:47:03 PM
I'm a big fan of hd imaging on a regular basis - I feel everyone should do it - especially since there are some great free imaging utilities. I'm off for the night, but I look forward to hearing how things go. To be honest, I'm surprised TweakUAC didn't work for you.

OK, allan
I will try to FIND out a little more, with it saying "not inheirited" may be i can get this "inheirited" in some way using the permissions.
I am not sure, but i thing you can copy the permissions, from the admin account to the specific user.
But i'am off now anyway, i'll try to find out some more info.............. Hello again

Can you just look over this for me, and see if it would be ok to follow.

http://www.techmynd.com/enable-grouppolicy-gpedit-for-windows-vista-home/Do you mean copying the files from one Vista edition to another? Sure, that should work fine.Quote from: Allan on December 18, 2009, 04:32:02 PM
Do you mean copying the files from one Vista edition to another? Sure, that should work fine.

Yeah allan, a fiend of mine has vista ulimate over the road, so i thought i would give this a try, if i get stuck on anything i'll post back...
1886.

Solve : Mozilla Firefox 15.0.1 released?

Answer»

Mozilla has released an update to version 15 of FIREFOX to correct a bug in the web browser's Private Browsing feature. Private Browsing is intended to allow users to browse the internet without SAVING any data about the sites and pages they've visited. However an ERROR in the recent Firefox 15.0 release meant that Firefox was storing sites visited in its cache while Private Browsing was enabled.

http://www.h-online.com/security/news/item/Mozilla-updates-Firefox-15-to-fix-private-browsing-problem-1702798.html

What’s New" and "Known Issues" for this version of Firefox:
http://www.mozilla.org/en-US/firefox/15.0.1/releasenotes/

Download a Firefox that speaks your language:
http://www.mozilla.org/en-US/firefox/all.html I know the "What's New" notes INCLUDE "Silent, background updates" but as was always the case, you can override this in Firefox OPTIONS, or about:config if you prefer:

Completely disable:

app.update.auto [false]
app.update.enabled [false]
app.update.silent [false]

Check for updates but let me choose whether to install them

app.update.auto [false]
app.update.enabled [true]
app.update.silent [false]


1887.

Solve : The proxy server is refusing connections (Only "https"?

Answer»

Before stating my problems, I have to tell my location first " I think"
I am in Myanmar (very restricted internet policy oriented country)
First, To use the internet, we didn't need to say "which proxy". we can use just "auto proxy". Now the ISP create a new proxy"203.81.166.2:8080". The proxy is more faster than the old "auto proxy" but the problem is that it doesn't support "https". We have to use "https" because, for example, using gmail is access denied. But we can overcome it by using "https://mail.google.com". That is fine in "auto proxy" but when a new proxy is used, "https" can't use but http WORK fine. I think that is their new "restricted policy" . So how can I bypass it with new proxy.
Thanks Quote


The Latest on Myanmar
Updated: Oct. 23, 2009

Overview

Myanmar, a SOUTHEAST Asian country of about 50 million people that was formerly known as Burma, has been under MILITARY rule in one form or another since 1962, when General Ne WIN staged a coup that toppled a civilian government. The current junta, formed in 1988, threw out the results of a democratic parliamentary election in 1990 that was overwhelmingly won by the party led by DAW Aung San Suu Kyi, the daughter of Aung San, one of the heroes of the nation's independence from the British Empire in 1948.

http://www.nytimes.com/info/myanmar/
We are very sorry, we cannot grant your request at this time.
1888.

Solve : Firefox 14.0.1 released?

Answer» Firefox v.14.0.1 - July 17, 201

What’s New:
http://www.mozilla.org/en-US/firefox/14.0.1/releasenotes/

See the complete list of bugs fixed by the new version:
http://www.mozilla.org/en-US/firefox/14.0.1/releasenotes/buglist.html

Download a Firefox that speaks your LANGUAGE:
http://www.mozilla.org/en-US/firefox/all.html Do you think this one will work all right with dial up?An answer to your question is contained in the following article.
https://avaxhome.ws/software/portable_software/Mozilla.Firefox.14.0.1.Multilingual.Portable.html
truenorthQuote from: CTips4u on July 21, 2012, 08:59:47 AM
Really, new firefox logo is looking so good.

I wonder how they decided to change the icon?

Person in Charge: Alright people- we have an unstable plugin API that we purposely break for no reason EVERY version, we're unsuccessfully trying to keep people from moving to Google Chrome by emulating them and in so doing have been completely missing the point of why those people didn't jump ship to Firefox already and encourage them to do so, and we've been making SWEEPING changes to the UI for no discernable reason. How do we fix this?

Analyst: make a new icon that looks indiscernable at a glance?

Person in Charge: You're PROMOTED. You are now the lead developer!

Analyst: But.... I don't know how to program?

Person in Charge: Neither does anybody else! Have you even USED firefox?


Reading through other changes, we have:

"It also INTRODUCES silent updates for Windows users for the first time which alows Firefox to update itself automatically and silently"


We'll see just how well this works. Though, The only reason I stuck with Firefox originally was because it didn't silently update. Will probably switch to chrome given all the issues I've had with Firefox. IE is out simply because I'm using Linux atm.Quote from: BC_Programmer on July 21, 2012, 10:10:02 AM
"It also introduces silent updates for Windows users for the first time which alows Firefox to update itself automatically and silently"


Allows, not compels. You can change the setting in Options - you have auto / choose / never.


1889.

Solve : IE Title Bar for Different URLs?

Answer»

In IE, I have different links for different URLs for the same vendor application. When I click on the different favorites, the link opens up the page. The PROBLEM is that the title bar all DISPLAYS the same title so I do not know which link is which. How do I get the IE Title bar to display for example:

for URL1: Application PROD
for URL2: Application UAT
for URL3: Application DEVYou can RENAME links by right clicking them and selecting Properties...ALTHOUGH it;s unclear if this is what you want...

1890.

Solve : Internet Explorer Google/new tab gone wrong?

Answer»

Hello,
My Problem is that when I open google every thing is fine but when I open A new tab it goes blank and when I press Home button little HOUSE on the top right it goes to google and opens another google page.
Plus when i GO back to google it googles the new google tab.

How do I get my Internet Explorer Default Google back to normal ?? & when i open a new tab get that to go back to google as well??

THANKS
CarlGood evening Believil and welcome to CH

If you are talking about changing your home page in IE

Go to tools, internet options and then you can change your HOPE page in the home page section then click ok and close the boxes.

Hopefully this is what you are talking / referencing too. MIKE

1891.

Solve : News Pedia continues to pop up on IE7?

Answer»

I think that this started on Friday. Every few minutes "The News Pedia" pops up in a new tab. I believe that it is a part of Google and every time it COMES up there is a new subject. I did a Google search for this and found that this same thing had been happening on Firefox and Mozilla and the newest thread stated that his IE was affected as WELL with the same issues. I did a search on this site but can't find anything. Does anyone have any experience with this? It is EXTREMELY annoying.
Thanks!FIRST thing you want to do is run a full system scan with BOTH your anti virus utility AND with either MalwareBytes or Super AntiSpywareThanks for responding. I did a regular scan already but now am doing a thorough scan then will do the other scan that you recommended.
MaryThanks for the info on Malware Bytes - it found a worm it is now in quarantine. Since then I have had no more News Pedia pop ups!Glad you got it all sorted out.

1892.

Solve : Firefox built-in download manager?

Answer»

Hi

I understand that Firefox comes with it's own built-in download manager.
Is it possible to either DISABLE or uninstall this?

Just to be clear,I'm not referring to the download window that opens when downloading, but rather, the actual manager itself.

ThanksQuote

You can disable the download manager by going into
Tools – Options – Downloads
Then uncheck the box next to
Show Download Manager …

This should suppress the download manager box for all future operations.

Hope this helps
Check what box? It only shows what you have down loaded that's on FFQuote from: ganjaman on December 17, 2009, 12:57:21 PM
Check what box? It only shows what you have down loaded that's on FF

Tools->OPTIONS and then there are options for downloads in the "Main" Tab.

NOT Tools->Downloads. Tools->Options.
Thanks for the speedy reply Patio and apologies for my late response.

Quote from: patio on December 16, 2009, 07:48:01 AM




Unfortunately, as Ganjaman rightly pointed out, the above steps only disable the FF download page whereas what I'm after is disabling or uninstalling the actual download manager built into FF.

I have an alternative download manager - FDM - which I want to USE for all my downloads, but haven't had any luck in either FF's or FDM's options that will enable me to do that.

FDM works fine in IE8 whereas FF insists on using its own download manager.

Any ideas?


Thanks

Doesn't FDM just open as soon as you click a link? When I had it installed, Firefox's DM just never opened......Nope, kpac! In fact, with me it's the other way round!
FF DM WANTS to do it all!Okay.....I did a bit of digging and didn't find a whole lot.

You can try these, but I don't know if they'll do what you want.
Download Manager Tweak - Firefox Addon
Tweaks for Firefox 3 download managerThanks for the links,kpac!I'd have to agree with you,however,in that neither really helps with the INITIAL enquiry.

FF is a great browser but,for some reason,insists on our using its own in-built DM!

Again, I thank for your assistance and would welcome any additional forum contributions and suggestions.


Thanks
Well I hope someone else can HELP, but it's unlikely unfortunately!
1893.

Solve : IE Error?

Answer»

What does this error message means? And how to fix it?

It pops up every time trying to download the attachment from an IE based website.



[year+ old attachment deleted by admin]Can you click on view technical information about the error report? That would give you a better IDEA on what could have cause this issue. You can repost the image when you have expanded the details.HI Jason,

The report content is very long i.e. has many pages, do you need them all?
Atttached is the first page.

Btw, FORGOT to mention that this only happens on one particular desktop, running XP and IE6. Tried to install newer IE but same problem.


[year+ old attachment deleted by admin]Hi Michael and welcome back

Out of curiosity try disabling all add-on's does that help? and you said that you were running IE6 but the newer version that is doing that same thing what version was that IE8 or IE9

Do you have any EXTRA toolbars installed in IE, and what search engine is your default.

Plus have you run a scan with like MWB (malwarebytes) just to make SURE you don't have a bug making IE hang up and making it dump?

Plus what service pack on the XP do you have 1a, 2 or 3? because there are a bunch of fixes for IE in the windows updates.

Please let us know how you make out, Mike

http://ask-leo.com/iexploreexe_has_generated_an_error_now_what.html
The above link would also include other suggestions.Quote from: hartbeatmr on July 25, 2012, 01:12:00 AM

try disabling all add-on's does that help?
That solves it!
Must be one of them creating the issue.

Thanks.
1894.

Solve : ie favorites cursur way slow?

Answer»

When I open up my favorites under internet explorer and run my pointer down the list it is in like super slow MOTION for the first 3 or 4 entries then it is just fine speed wise. It caused me to either run past the link that I want or not scroll down enough. Any ideas on this one?
thanks
JeffTry cleaning out your temporary internet FILES...
Disk Cleanup does this.Or just click on Tools - Internet Options - DELETE (under browsing history) and choose Temp FilesI just deleted the files. Took awhile but it didnt help the problem. Not a great issue but more of a nuance.
Jefftry doing this:
1. upgrade video drivers
2. try other webbrowser (recommended, CAUSE internet explorer is the WORST)

1895.

Solve : new cd will not play?

Answer»

This is the second cd ( same cd , seller replaced) and my cd will not play it. New, not COPIED or burned, is from Australia. Windows player can't even read it. Imesh can read the songs, and artist, won't play. Spyder can read artist and songs , won't play. System is new XPS 8300 w/ i5 processor windows 7, Other players or fixes, I really want to listen to this nanci Griffth cd. real player SAYS: Your CD may be dirty, or RealPlayer may not be properly configured to play CDs digitally. PLAYS my others. Windows just can't read it. Imesh says dirty or damaged, not 2 in a row and it can read artist and TITTLE. Tried to rip/burn another copy can't . I hate to order a third cd, this is getting expensive. Any help will be apprecated.Good evening stevelaf and welcome to CH

OK if the title, artist etc shows than you are missing some codec's

If you have another / different music CD do they play in the same CD/DVD drive?

Open the CD and when you are looking at a song "right click on a song any song" and go to properties what does it say MP3, MP4, AAC etc

If you need a codec package there are a bunch of different packages One (1) of the ones I use is WECP http://www.mediacodec.org/download/ and this link will give you the step by step instructions http://www.mediacodec.org/

Please let us know how you make out, Mike

1896.

Solve : Cannot install ActiveX AFTER resetting I.E.9?

Answer»

I reset I.E.9 completely to Default by using Tools/Internet Options/
Advanced tab/Reset button. I did not select the "Delete Personal SETTINGS"
box. I then re-started I.E.9 as instructed.

When I clicked on the appropriate button on the webpage for the
installation of the ActiveX necessary to use the online scanner
PandaActiveScan2.0, and the one needed for BitDefender's Quickscan,
absolutely nothing happened. In particular, the I.E.9 yellow-colored box
with the "install" button did not appear. When I did a test by downloading
a file from a different webpage, the I.E.9 yellow box with the "save"
button did appear.

Deleting my Browsing History did not solve the problem.

Please recommend a fix. Thanks.Good evening Big_Z and welcome to CH

Go to the site in question for your scan and then follow the ActiveX changes in this write up. http://www.sevenforums.com/tutorials/149053-internet-explorer-9-activex-filtering-turn-off.html

Please let us know how you make out, Mike Hi, hartbeatmr,

Thanks for the reply.

I tried the steps at the forum webpage that you had recommended, even though I had already tried this. Even when "Active X filtering" and "Tracking Protetion" and the security tab's "Protected Mode" are turned OFF, with the rest of the Security tab settings in Default Mode, I.E. does not try to deal with, much less install, ActiveX components. I double checked the specific ActiveX settings in the Security tab, and nothing there is an impediment. Before doing that "reset procedure" that I MENTIONED in my original post (as per the Microsoft article "How to REINSTALL or Repair I.E." at{http://support.microsoft.com/kb/318378}, my I.E.9 DID deal with ActiveXs.

I am still open to suggestions from you and from anyone else.

On the bright side, I did find a forum that that may turn out to be useful to me in the future.Good morning Big_Z

How did you ever make out. I totally for got about the reg fix so I had to find the url for it.

The link is a reg fix that fixes a lot of issues in IE7,IE8 and it looks like IE9 as well. He has written them for 32 and 64 bit. The reg fix does work very well and I have used them before on many different PC's. http://iefaq.info/index.php?action=artikel&cat=48&id=133&artlang=en

If you run this I hope it works for you. It may not fix your specific issue but considering you already did a full reset of IE back to defaults it very well may.

Please let us know how you make out, Mike

1897.

Solve : Chrome folder disappearing?

Answer»

Hello.
a) I got trouble with stuff of CHROME 'extensions folder'. I changed titles of all extensions and now they are WORKING GOOD but can not be found in that location backward and extension icons hasn't front design colors ( has a sight as a keyboard without keys). How might recall their back at work?

b) The bug had been developed from previous such as I got BABYLON-Search home page as default in Chrome although deleted all Babylon 'extensions' which came from somewhat program. Where is located this extension and how can I to disable its?

Will be thankful for any reference indeed!Good evening marsky and welcome to CH

I think I know what you are trying to describe

This option is a first for web browsers; Google Chrome has given the option to reset all web BROWSER settings back to the default. All you need to do is follow these steps.

Step 1:
With the web browser open, Click "Customize and Control Google Chrome" menu.

Customize and Control Google Chrome menu.

Step 2:
Click "Options" button.

Google Chrome Option button.

Step 3:
Under "Google Chrome Options" window select 'Under the Hood" tab.

Step 4: Restore to defaults.

Please let us know how you make out, Mike Hello. Thank you for response. Time ago I downloaded fake program as the reason of above sequences. I have Google Chrome 21.0.1180.60 m version and such buttons as you mentioned in menu absent. What I should to do with it?Good evening marsky

Thank you for the info. The chrome browser you are trying to fix is a "Mobil" version and NOT for "Windows"? or the version number you put in mistyped?

The Chrome you are trying to fix is a "windows PC with chrome version ?

Or is the a tablet (ipad, galaxy plus etc)

Thanks Mike Hello Mike!
The second part of question are resolved successfully. Via Customize!>Settings>Appearance> changed address of home page been closed default. As can see not so easy to recover extensions without reset moreover data traffic has a limit. Extensions on address bar disappeared completely but screen attached extensions are keeping uncolored by reason of hood.
So are interesting why browser has 21.0.1180.60 m version?
And could find extension's front designs of screen buttons?
Bye. Good afternoon marskyand welcome back to CH

I am sorry I am not trying to be a wise guy it's just that I am having a hard time understanding your post / write up so I am trying to interpret them the best I can.

Yes I was asking if your Chrome browser was the "M" version (mobile version) in order to give you the best advice to fix your issue. I am pretty sure changes / modifications / settings will be different in the mobile version vs the windows desktop version of "Google Chrome"

I am very happy that you are part of the ay there if there is any thing else we can do please let us know, Mike OK Mike.
Such "word script" because of time unsufficiency.
Thank you for support.
Marsky.

1898.

Solve : Solving problems between Norton 360 and mozilla 3.5.2?

Answer» HI:

I'm new to this forum and desperately need help with a recent problem that I'm now experiencing since I added Norton 360 to my computer. I'm using mozilla 3.5.2 and since adding Norton 360 the FOLLOWING has occurred:

1. I have to log in to yahoo every time I close the browser.

2. My browsing history is immediately erased.

3. Other related problems.

If anybody could provide me with some assistance, I'd greatly appreciate it.

Thanks,
burroughs40Dump Norton.
You and your MACHINE will both be happier...Thanks for the response. I wish that I had not paid for it. But, do you KNOW how to make them WORK together, or is dumping norton your solution?I gave up on all Symantec products years ago...so short answer No i can not assist.

Avast Home and AVG both are FREE and much better solutions.
1899.

Solve : Internet Explorer - Search provider default?

Answer»

I am visiting my daughter in another city and trying to use her old laptop running Windows XP with Internet explorer 8. I have IE set to open three tabs, Yahoo, google, and facebook. Yahoo and google COME up OK but facebook is blocked and I get this error message in my pop-up-blocker: "Internnet Explorer-Search provider default... A program on your computer has corrupted your default search provider setting for Internet explorer." ... Then another message comes up which says; "Internet explorer has RESET this setting to your original search provider. Google (www.google.com) Internet explorer will now open Search Settings where you can change this setting or install new search providers".. followed by an OK button.
Meanwhile a message appears in my blocker bar that says "To help protect your security, Internet explorer has blocked this website from displaying content with security errors... Click for following options" Which are 1) Display blocked content 2) Whats the risk? 3) Info bar help..

If I TRY to access those web sites using firefox, I get differtent error messages but with the same results. So, I can't open most of the web sites without inference that my info may be corrupted or unsafe. I use internet access for checking my accounts and bill paying so I am concerned about using this computer. I then use my daughters other computer which is a MAC,which I am unfamiliar with. I need help..

Can any one tell me what is GOING on and what can I do about it? It sounds like the level of security selected in windows is set to block these type of sites. Can you not when the option "display blocked content" do so and view the sites? I don't know how much you want to alter the security settings (or alternatively allow certain sites" on your daughter's computer. You might want to have that conversation with her.truenorth
P.S. You might want to give Opera a try but if it is a windows security level issue that shouldn't change anything.

1900.

Solve : reverting chrome sync?

Answer»

i foolishly tried sync. now it looks like i am on my tablet when i am on my pc :-( can i revert to how it was ORIGINALLY? any help would be greatly APPRECIATED. thank youThere may be a WAY to go in and make the change, however one thing that would definately fix it would be if you uninstalled Chrome and then Reinstalled it and SET it up WITHOUT Sync.