37,339 Topics

Member Avatar for
Member Avatar for TraderX

Ok, not really a tech guy, so hoping I can get some help around here. I was able to get my hands on a Z400, and thought I would install Windows Server Essentials. But after talking with someone, they stated they heard there will be issues installing. They didn't have …

Member Avatar for TraderX
0
380
Member Avatar for rory.starkweather.7

This may be kind of an ambiguous question, or might take more explanation than anyone is willing to provide, so don't feel obligated to respond. I've been using Windows since Version 3.11 came out, but I've never really thought about it from a programming viewpoint. My main Windows development application …

Member Avatar for jwenting
0
293
Member Avatar for yay604

i play games that need java to run the games yesterday they all worked fine today none of them work my wife used the computer while i was asleep last night and she gets alot of viruses on the computer sometimes idk how but thats not my problem atm i …

Member Avatar for gerbil
0
213
Member Avatar for Badshah khan

My skype always shows an fatal errror and it is unable to install the skype on my machine, i tried to install offline but there is no use, can anyone figure it out.

Member Avatar for Reverend Jim
0
48
Member Avatar for joeywheels

I continue to get a script type font in various areas when viewing websites through Google Chrome as well as emails through Thunderbird. It is only occurring on one machine and only through those applications so my guess is it is the machine's settings that are the problem. However, I've …

0
250
Member Avatar for Alex_24

so heres the code import pyHook, pythoncom, sys, logging file_log = 'C:\\LogFile\\log.txt' some other non important stuff here so the issue is that everytime i try to run the program it says that pyHook is not a module. I have downloaded it for my system but it still doesnt work, …

Member Avatar for tony75
0
612
Member Avatar for DaveSolano

I have a column in a spreadsheet labled SEX with the value of 1 or 2 for male or female. How do I calculate the average number of males and females? Or should I use a different value to calculate??

Member Avatar for gerbil
0
134
Member Avatar for vinodvinu

Hi there, I need a simple audio or video editing software. I need to translate the dialogues of tv program. I have the video file(XviD) of that program and an audio track(mp3). All i need to play this file and write the dialogues in a word document. Now i am …

Member Avatar for cguan_77
0
356
Member Avatar for norman.allen.948

I use Chrome as my default browser. Until recently I had no problem using it to access my online banking site. Now after I enter the user/password it goes to the second authentication page (input three characters from memorable word), but when I click OK on this page it goes …

Member Avatar for ishaan3731
0
350
Member Avatar for AH1

Hello, My old motherboard died without my having the ability to delete the old drivers off of the hard drive. I have installed a new motherboard and am attempting to boot into the old hard drive, however, Windows 7 will simply start up, try to load the files, and then …

Member Avatar for TheFixer
0
6K
Member Avatar for troverman

Just changed out internet provider, including our 5 static IPs. Reconfigured sonic wall, and basically everything works (Internet, email, etc) but not Outlook Web Access / outlook anywhere. In fact, typing the usual mail.domain.com/exchange simply brings up search results now, rather than trying to connect. Our name servers are still …

Member Avatar for troverman
0
531
Member Avatar for heycooldude

I have my outlook mailboxes in this structure mailbox1 -Inbox Mailbox2 -Inbox Current script is able to access Inbox of mailbox1 as it is my main mail box where as mailbox2 has been added into my profile. I want to be able to access Inbox of Mailbox2 import win32com.client import …

0
182
Member Avatar for gesteiger

I had to get the wife a new pc, she didn't want my 4 year old hand me down. While a 2.3 Ghz system with 3.5 terabytes of disk and 8GB ram are enough for her .5 hr a day use she wanted the new one. Having explained the situation …

Member Avatar for Reverend Jim
0
278
Member Avatar for stockton

My organisation is about to deploy 500+ Raspberry Pi's(running Debian) across the country. I have been given the task of configuring these devices. Configuration depends on specific installation, so cannot be configured before installation and the staff at the remote site seriously lack skills. BTW These remote sites are all …

0
205
Member Avatar for Dani

Upgraded my computer from Windows 8 to Windows 8.1. It's on a domain that uses Windows Server Essentials 2012 R2. In doing so, Windows Server Essentials no longer detects the computer. Do I have to run that /connect tool again??

Member Avatar for Dani
0
317
Member Avatar for jjorgensen626

Hi Everyone, Wanted to share a bit on this subject as I've had to recently make some of these changes. Along my way I found a few sites that basically suggested moving all mailboxes off the database, dismount, delete and create a new database. Simple enough, however I didn't want …

0
275
Member Avatar for jsherm101

Microsoft is just about over the three day hump that has been their timid Windows 8 release, and amid the [cries of anger](http://www.daniweb.com/hardware-and-software/microsoft-windows/windows-vista-and-windows-7-8/news/438107/windows-8-launch-three-year-user-backlash-predicted) over die-hard user, it's apparent Microsoft's move toward Windows 8 was one for the long term, not the short time. ![Win8-logo1](/attachments/small/3/Win8-logo1.jpg "align-left") While some jump to call …

Member Avatar for Tcll
0
539
Member Avatar for dasd

I am on travel and was advised my Win Vista machine had supposedly been infected with the 'interpol' virus approximately one month ago. A family member noticed some odd behavior and took the PC to an 'in-store' tech center for a diagnostic. This center stated the machine was infected and …

Member Avatar for mechbas
0
360
Member Avatar for mechbas

Burned DVD will NOT play. Err. Msg: "Disc Error", Please eject the disc. Playback feature may not be available on this Disc. PLATFORM: Win7 Pro, XP Three different players external to any server connection give the same basic message. All are less than a year old. Commercial discs play fine. …

Member Avatar for mechbas
0
408
Member Avatar for Khishin

I downloaded QBASIC 4.5 onto a Windows XP computer, and placed it into C:\QBASIC\. When I try to run QB.EXE though, I get the error: C:\QBASIC\QB.EXE Invalid startup directory, please check your pif file. Choose 'Close' to terminate the application. What do I do here?

Member Avatar for mechbas
0
575
Member Avatar for Samerases

Hello ... I will update my system from 2003 to 2008..and make some idea for networks: look for this image: http://i60.tinypic.com/2nqgylv.png give me yours opinions

Member Avatar for Reverend Jim
0
159
Member Avatar for dave.mcdonald.18

I have an XP machine using a company standard image that is not allowed on the network for security reasons. I use a DLink DAP1350 to connect to a cable wifi in the office used for no official work. I can ping and open websites using the ip address but …

Member Avatar for dave.mcdonald.18
0
323
Member Avatar for heycooldude

Hi, I want to send back reply to the same email but with different email account. Here is my script mail = outlook.Session.GetItemFromID(ID) subject = mail.Subject if mail: message_reply = mail.Reply() message_reply.From='_from_email' #not working message_reply.Body = "THE FOLLOWING TASK HAS BEEN MARKED AS COMPLETED: \n\n" message_reply.CC= '_CC_Email' message_reply.Send() I tried …

0
157
Member Avatar for Alv45525

Hello guys, I am working on something at work. We actually have a server whereby all the profiles of users working on citrix are stored. there is a routine work that we do to take ownership on a profile, rename the profile and copy the files of the old profile …

0
181
Member Avatar for Abhitellakula
Member Avatar for rubberman
0
174
Member Avatar for Michael_SB

My motherboard got fried after an update to Windows 8.1 I don't know how, it did. Before I send the laptop off for repair, I want to backup my drives. I've removed the HDD and am reading it through an exertnal HDD reader to my Win 7 laptop. Now, I …

Member Avatar for Michael_SB
0
278
Member Avatar for Samerases

Hello everyone>>>>> I have ISA server 2006, On this server Bandwidth splitter + GFI WEB Monitor 2009, I make rules, and every things OK, but the download some PC account take evry speed line, if download from youtube, why?!, I do not know, this is images for rules>>>>>> firewall policy: …

0
156
Member Avatar for napninjanx

I'm just curios. Lets a say a person downloaded a trojan by mistake and the trojan gives a attacker commands and control to control the PC. If that happens a user can unplug the PC and pull out the hard drive to connect it to another desktop and format the …

Member Avatar for Tcll
0
281
Member Avatar for cascer1

Hey there, I have been using windows 8.1 for quite a while now and just got a new laptop (Lenovo ideapad y510p). the first odd thing (not the main issue in this thread) is that the resolution of my laptop according to whatismyscreenresolution.com is 1536x864, while Lenovo advertises the laptop …

0
134
Member Avatar for tony75

Hi I try to disable UAC in Windows 7 via Command Prompt but I got ERROR: Access is denied. Anyone know how I solved it?maybe my commands is wrong!!! C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f ERROR: Access is denied.

Member Avatar for tony75
0
172
Member Avatar for awesomelemonade

Hello Guys! I have a question about resetting a Windows 7 Home Premium Operation System. This computer had a virus around last year, and I am wanting to be able to reset this computer to its factory defaults. Thanks in advanced, -lemon If you need any info, just ask.

Member Avatar for awesomelemonade
0
243
Member Avatar for Tcll

ok... I've hated ChkDsk before for corrupting files, but this is the worst it's ever done: http://lh3.ggpht.com/-97bHH_wPa18/UyTJq5xX69I/AAAAAAAAGNc/EYPiEzy8Ij4/s1186/HAAATE%2521%2521%2521.jpg ^I SHOULD have around 300GB in files how do I get rid of this monstrosity and prevent it from ever corrupting my files again?? I had to wait 3 days for this thing …

Member Avatar for Tcll
0
252
Member Avatar for Martin_3

Hi guys, I have some C# code in my Powershell script and in that code I have a global variable. How can I access my variable from the powershell code ? $source = @' using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; …

Member Avatar for BogdanCov
0
273
Member Avatar for Alvein

*Read well before reply. This is a special case* ;) I can remotely-admin a machine by using VNC software or default Windows Remote Desktop, but what if for security reasons, I cannot connect from outside? I need something like "reverse" remote connection. See, in a normal case, I am the …

Member Avatar for aliasgar.babat.1
0
371
Member Avatar for irfan hassan
Member Avatar for irfan hassan
0
293
Member Avatar for happygeek

So here I am working on a Sunday morning, as usual, and I when I fire up my laptop (which serves as my desktop) a message appears informing that an update is being applied and it won't take long. Imagine my surprise when it turns out that this update appeared …

Member Avatar for happygeek
0
724
Member Avatar for Mafiamanandre

Hi I am trying to connect to my work PC, which is connected to a domain, from my house PC. The house PC is on a wifi network, and the work domain PC on a DSL network. I have the IP address of the domain PC that I'm trying to …

Member Avatar for 07knev
0
239
Member Avatar for Samerases
Member Avatar for Samerases
0
87
Member Avatar for happygeek

Today is another of those 'Hallmark' IT security days; in the case of Tuesday the 11th of February 2014 that means 'Safer Internet Day'. I'm not going to start yet another rant about the pointlessness of this, and why every day should be Safer Internet Day. If you want to …

Member Avatar for Shrike72
0
495
Member Avatar for Nicole_1

I'm working on a Gateway DX4860 and I'm wondering if this type of system has a recovery partition?

Member Avatar for Nicole_1
0
81
Member Avatar for faisalniazi

Hey guys.. I had some good help last time but now here is whats happenieng As soon as I turn the computer on, the Windows explorer keeps closing itself, tries to re-open it and then close again. Now I am working with the task manager to connect to internet and …

Member Avatar for martha.chelangat
0
685
Member Avatar for Stanley_3
Member Avatar for mubarka

hi after i setup new server and configuared active directory, every think work fine but when i power on more than 3 workstation pc's the network become too slow and some times i cant reach my server whats the problem?

Member Avatar for cguan_77
0
231
Member Avatar for yachile
Member Avatar for cguan_77
0
217
Member Avatar for network18

Hello, I am trying to configure PHP 5.3 on already installed Apache 2.0 on windows machine, using the guidelines mentioned on - http://www.thesitewizard.com/php/install-php-5-apache-windows.shtml So far I have done - LoadModule php5_module "C:/PHP/php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "C:/PHP" All these at the right spots in httpd.conf file. I have apache in …

Member Avatar for network18
0
524
Member Avatar for LynnCarter62

Spambot has taken hold of my computer and is sending out emails to my clients, friends and family. If someone could help me get this off of my computer, I would appreciate it. I do need the information in laymen's terms, I'm so not IT (but I learn quickly).

Member Avatar for LynnCarter62
0
274
Member Avatar for ant72

Hi All It doesnt take much but i'm puzzled, all was working well with my Windows 7/ IE11 combination up until yesterday when i noticed that if i was connected to a network/internet then when clicking the IE shortcut/.exe it attempts to open but gets no further than the spinning …

Member Avatar for khakilang
0
140
Member Avatar for Labdabeta

Hello, I have a `HWND` for a window. I have double checked that it is a 100% valid window by using `SetActiveWindow()`, `SetFocus()`, and `SetForegroundWindow()` on it, successfully bringing it to the frontmost window. However whenever I try to use `GetPixel` on it it returns -1 (0xFFFFFFFF). What am I …

Member Avatar for BobS0327
0
1K
Member Avatar for khushhappy

Dear, I am using windows 7 32 bit directly connected. i want to conenct my other machine running windw 8 ( 64 bit) to windows 7. where , windows 7 = directly conencted windows 8= on network Kindly help !

0
243
Member Avatar for littlebear330

I setup Merge Replication between SQL server 2000 and Windows 7 64-bits. It setup successfully and working fine in LAN and WAN. But the replication will fail after run few times successfully in WAN. The error msg :"The process could not not connect to distributor ''. SQL server does not …

0
188

The End.