37,339 Topics

Member Avatar for
Member Avatar for zacshan

I need a software that will just block websites (all websites) but at the same time I want to use P2P software like utorrent. Is there any technique or free software available? I coudnt find any free software on the net. I am using Windows 7.

Member Avatar for BSkiLLs
0
210
Member Avatar for soledad82
Member Avatar for ramguru
0
143
Member Avatar for cascer1

hello everyone, i am not sure if this is the right place to post this, and if not, please tell me where i should post this. one of my kids just wanted to show me a video on their laptop, about half way through the video, the sound started beeping …

Member Avatar for cascer1
0
230
Member Avatar for cool_zephyr

hello everyone..i'm trying to create a simple window using Win API in visual studio 2010 using the code below #include <Windows.h> LPCTSTR g_lptstrClassName="myWindowClass"; LRESULT CALLBACK WndProc(HWND hwnd,UINT msg,WPARAM wParam,LPARAM lParam) { switch(msg) { case WM_CLOSE: DestroyWindow(hwnd); break; case WM_DESTROY: PostQuitMessage(0); break; default: return DefWindowProc(hwnd,msg,wParam,lParam); } return 0; } int WINAPI …

Member Avatar for adityatandon
0
584
Member Avatar for hectortrojan

How do I assemble/improve my PC? Currently my PC is very slow. It’s too old and I want to upgrade it. I am interested in assembling it so that I can replace minimum parts in future and don’t need to buy the whole new PC. How do I go about …

Member Avatar for ajaysinghinyng
0
169
Member Avatar for jmrpjb

I'm using Windows XP Professional "Add/Remove Programs" and I'm trying to remove a program called Revo Uninstaller. However, I keep getting the message, File"C:\Program Files\VS Revo Group\Revo Uninstaller Pro\unins000.dat" does not exist. Cannot uninstall. I've gone into regedit and looked for any traces of it there but can't find any. …

Member Avatar for ajaysinghinyng
0
132
Member Avatar for Sadun89

Hi All..... I need to know something regrading task manager.. Does normally task manager shows [B]every processors[/B] in windows environment? if not what are the example for such a processors....??(give me some examples) Thanks

Member Avatar for ajaysinghinyng
0
125
Member Avatar for songokute

Hi there, I've got a new Thinkpad. The seller just devide the HDD into 2 partitions. I heard that using 3rd party software to create new partition will lose the path of the ThinkVantage to Recovery Partition. So, i wanna know how to create new partition in Disk Management? Attached …

Member Avatar for songokute
0
267
Member Avatar for citizen5

Small part of my code: `GetWindowThreadProcessId(hWnd, &dwID);` `hProcess = OpenProcess(PROCESS_ALL_ACCESS, NULL, dwID);` `string value =" [_this] exec \"\\newfolder\\scripts\\start.sqf\"";` `WriteProcessMemory(hProcess, (LPVOID) 0x09BA3F95, (LPVOID) &value, sizeof(&value), NULL);` I am 100 % sure it has to do with my `value` being a `string` but I haven't found anything helpful elsewhere, even though I've …

Member Avatar for citizen5
0
515
Member Avatar for A_WET_FART

i have a compaq presario cq50 c130us,heres my system specs as far asi know intel pentium dual T3200 2.0 GHz 4.0 GB ram intel mobile 4 Graphics controller (registers 1.3gb memory?) windows vista 32bit and 150 gb hdd i am curious if there are any faster cpu's that i can …

Member Avatar for caperjack
0
148
Member Avatar for cakka
Member Avatar for LaxLoafer

I recently dispatched a newsletter via email. Each link in the newsletter pointed to a page on our website, and each link contained a query string that identified which newsletter a subscriber was responding to. The query string uses Google Analytics tracking code, so the links looked something like this... …

Member Avatar for LaxLoafer
0
180
Member Avatar for grvale

I'm using Win 7 64-bit on an Acer desktop. Whilst typing the keyboard frequently freezes. This happens in any program using text. The keyboard de-freezes when I mouse-click on the cursor. Any suggestions, please?

Member Avatar for grvale
0
423
Member Avatar for iso111

Hi all, my wife has an HP laptop, HP Pavillion dv 2000. Hope im in the right place? She needs it badly by Wednesday for travel/work. So she was optimizing and trying fix it all up nice and I think she updated it to XP service pack 3. which I …

Member Avatar for JorgeM
0
307
Member Avatar for Yobo

Hi there, Here is my problem and a mean one: :mad: I get this message "Windows/System32/Config/System file missing or corrupt" when I try to boot into XP Pro and get no further. I have read all the info on how to fix this using the Recovery Console with the XP …

Member Avatar for v.devanand
-1
1K
Member Avatar for Pessimist

Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:17:34 AM, on 5/14/2012 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Belkin\Router Setup and Monitor\BelkinService.exe C:\Program Files\Belkin\Belkin USB Print and Storage Center\BkBackupScheduler.exe …

Member Avatar for Shinedevil
0
297
Member Avatar for GiddyupGilbert

Computer died with XP. Bought new one with Win7-64. I was using the Caribean Wallpaper with a small peninsula and two Palm trees. It wasn't included with the stuff in Win7 and I want to bring it over, but in Windows Explorer I cannot find it on the hardrive that …

Member Avatar for GiddyupGilbert
0
106
Member Avatar for iismitch55

I have been messing around with making a windows application in Dev-C++ I wanted to make it in a single source file, rather than a project to see if it worked. It did, other than the fact that I got the windows app, AND a DOS prompt behind it. Is …

Member Avatar for adityatandon
1
11K
Member Avatar for theashman88

Hi Its been about a year since I've been on this site, Back when I use to use XP for my operating system and Dev-C++ for my compiler. But Now I have WIndows 8 and I tried downloading Dev-C++ but I kept getting this message. "g++.exe has stopped working." So …

Member Avatar for adityatandon
0
617
Member Avatar for aussielad

win98 recognises new hardware (usb stick) but I still cant see the drive. where can i get USB drivers for my memory stick? thanks

Member Avatar for JorgeM
0
1K
Member Avatar for Barber2012
Member Avatar for Labdabeta

I used to use a tutorial for windows console API, but the website was taken down :(. So now I need to ask how to do these things (which ALL were included on the website) in the console with windows API: * Mouse events (clicks and unclicks) * Cursor seeking …

Member Avatar for Labdabeta
0
200
Member Avatar for zacshan

Could you please tell me if it is possible to install Windows 7 32 bit and 64 bit on the same machine? Currently I am using Windows 7 32 bit. Now I would like to dual boot Windows 7 64 bit. If so, please let me know the procedure. The …

Member Avatar for happygeek
0
620
Member Avatar for ary

I have a dimension 3000 with windows xp. it does not have a diskette drive. I have never added/changed anything to it, it has exactly the same things it had since i bought it about 2 years ago. after the dell logo I get a message saying: primary drive 0 …

Member Avatar for petros001
0
337
Member Avatar for ero100@live.com

hi, There is a a physical server (window server 2008 r2) which is running as main server and as domain controller. As administrator it automatically gives remote access to the server from out site of the network. Im using the Remote desktop to log in to the server. The static …

Member Avatar for CimmerianX
0
363
Member Avatar for weeraa

I tried to install a instance using this youtube video.(http://www.youtube.com/watch?v=d9ozlxbRJLo) But this error occurred. (SQL Server Browser service group does not exists. Check for earlier failures in the setup) HOW TO FIX THIS ERROR....? Server : SQL server enterprise edition 2008.

0
90
Member Avatar for weeraa

I have installed new instance. While installing, it is occurred an error like this. (SQL Server Browser service group does not exists. Check for earlier failures in the setup.) In the end of the installation, it is shown sql server installed with failures. In "Services", it is displayed the instance …

0
117
Member Avatar for javanoclue

Hi cracks, please assist, crossplattform program **pdf forms designer** will not start in windows7 64bit SP1 Java 7 installed 32 bit for firefox doubleklicking batch file does open cmd-window for a second, closes and nothing happens. any clues on where to start looking for problems thanks

Member Avatar for javanoclue
0
177
Member Avatar for Dial_tone

I have a 9 user network with Exchange 2000, Outlook 2003 and Windows 2K desktops. Since Sunday 7/17/05 one user has not been able to retrieve new mail in Outlook; nothing new shows up but the previous mail is all there. There are no errors on startup and no changes …

Member Avatar for arunjo
0
435
Member Avatar for Bheeman89

Hello people. I am a security analyst from a computer security solution company. I am handling a project where an entreprise of 50 to 100 employee which requires an Active Directory to maintain their staff in the LAN network. So my team and I have deplyoed an active directory for …

Member Avatar for CimmerianX
0
771
Member Avatar for Michael_SB

Hi, I'm getting BSOD extremely frequently over the last 24 hours. The blue screen says: Kernal Data Inpage Error, and 0x0000007a. but goes by too fast for me to copy down any other code. It also recommended stopping "Cache Shadowing" in the BIOS, but I could not find this option …

Member Avatar for Michael_SB
0
427
Member Avatar for happygeek

If you are a user of Adobe Flash, be sure to apply the latest security update if you want to avoid becoming part of an in-the-wild attack exploiting a vulnerability which currently seems to be exploiting users of Internet Explorer on the Windows platform only. Adobe has, however, issued an …

Member Avatar for happygeek
0
711
Member Avatar for petzoldt01

Looking for some advice from a Windows perspective. Hopefully someone can relate, or at least understands what I am trying to accomplish (keep in mind the "path of least resistance"). I am open to multiple suggestions and paradigms, just try to sugar coat if you can :) I know something …

0
91
Member Avatar for suneye

hello, I had my antivirus reporting a virus detected so I choosed to delete that file. Then I found that AFD.sys is missing from device manager what to do?thanks in advance

Member Avatar for suneye
0
55
Member Avatar for deadline

So far i've bought 3 Mic's thinkin it was because they were al rubbish but i got the same one as my friend hers is fine, i can hear he television but she cant hardly hear me. So i've been looking around and found i need to get to 'Mic …

Member Avatar for unlicensed
0
1K
Member Avatar for jcomputing

I have 10 windows xp professional computers and 1 windows 2008 sbs and 1 windows 7 professional computer. On the windows 7 computer 15- 20 min with no network activity to this computer the windows xp computers can't reach any shares on the windows 7 computer. Once the windows 7 …

Member Avatar for jcomputing
0
190
Member Avatar for complete

I am trying to go from 32 bit Vista to 64 bit Windows 7. The 32 bit Vista was installed by mistake. My system can handle a 64 bit OS. Now I have finally found the time to upgrade. But the 64 bit intallation DVD can't be read from my …

Member Avatar for JorgeM
0
220
Member Avatar for manchurianCEO

I just did a hard reset on a dell inspiron N5050 and now when I turn it on and it starts loading for the very first time after the hard reset, it gives me the BSOD 0x0000001E. I have tried hard resetting the computer three times and it continues giving …

Member Avatar for manchurianCEO
0
384
Member Avatar for harinath_2007

Hi folks. I am planning to change my OS from windows 7 to windows 8 (customer preview.).. So those who are already using 8 , can give their feedback if they have encountered any problem with 8 .Any disadvantages ...etc...etc.. NOTE : (I know its still under preview version and …

Member Avatar for JorgeM
0
173
Member Avatar for Reljoy

My daughter has a mobile phone running windows. The phone is a HTC Diamond 2. She is being redirected to www.juego.com Everything I can find suggests that it might be a rootkit. Nothing I can find relates at all to removing from a mobile phone. Only desktops. Is someone able …

0
144
Member Avatar for Ritesh_4

Hello, anyone can suggest a free tool which can be used to store sample codes obtained from the net or other places as well as texts for easy access on a Win 7 PC?

Member Avatar for Ritesh_4
0
79
Member Avatar for storkfmny

A few months ago I was getting blue screens and crashes constantly and always while a youtube video was playing. I forget exactly now where I found it but something said video and suggested I role back the driver, so I did. It stopped crashing as much but still does …

Member Avatar for Krushang Shah
0
201
Member Avatar for Ainsco

When I used Microsoft's Urgent Update I was hit with several 0x0000 errors. This resulted in a death crash of the system. I purchased Boot Suite 2012 and used all suggestions. When all failed I wiped the hard drive and tried to install Windows 7. It went in easily but …

Member Avatar for Chaky
0
215
Member Avatar for tdox

I have a virus that doesnt allow me to access the internet, start any programs (gives me a windows security alert and says the application cannot be executed) and wants me to activate its antivirus software. It gives me a antivirus software alert that blocks my taskbar and says "Infiltration …

Member Avatar for scudzilla
0
323
Member Avatar for nuclear

Maybe I'm just missing something but I was thinking what do you call something like a Windows Form Application in Visual Studio where you can drag and drop and stuff like that. Do you call that an API or SDK or GUI or something else? By the way, as I …

Member Avatar for mike_2000_17
0
246
Member Avatar for judithh

I am Newbie, and building website for the first time. I am having a problem with text box looking fine on edit page, but when saved and I check on the website it has refused to move where I put it. Tried to contact live help as I have many …

Member Avatar for JorgeM
0
107
Member Avatar for davesexcel

I can't get the owner account to access the internet, the guest account was on and the user okayed windows to be updated and internet explorer to be updated, now the owner account can get onto the internet, only the guest account,:rolleyes:

Member Avatar for reganstar
0
97
Member Avatar for Glasgow

Hi all, I am running a dual display an have been for month, after an windows update i hav lost the display on my LG W2246T monitor. I have updated the drver for my GeForce Gt 220 card. The power light stays on, so the diplay is not in power …

Member Avatar for flagstar
0
107
Member Avatar for erniestl

Hello, I was wondering if you can install window 7 oem software on another computer that has the same OS but not the software ,we have the keycode for the other pc that needs the os? Thanks Ernie

Member Avatar for erniestl
0
78
Member Avatar for preetg

Hello everyone, i have dell insipiration 1100 laptop old model. I have installed window xp . After installing window boot properly but after that screen load small than its screen size. when i try to increase screen resolation through slider in screen resolution in display setting i could nt.it is …

Member Avatar for JorgeM
0
121

The End.