33,004 Topics
![]() | |
Hi, Can somebody please recommend a good diagnostic program to sort out all my problems in Windows 7, I am already using kaspersky Pure 3.0 and CCleaner but these are not enough, it seems that when there is an update downloaded it starts to play up for some reason, is … | |
Hello everyone. I just have a simple question with command prompt in Windows 7. Is there any command that copies the text from a file onto the clipboard so I can paste it somewhere? All I want to do is start the batch file and press Control-V. Solutions? | |
PLEASE HELP - I have forgotten my Windows 8 Password for my new HP Laptop. I can not find a way to bypass. I changed my Microsoft Account password and tried using a new one, yet I continue to receive an error indicating - I do not have access,try again … | |
I bought a steelseries keyboard and I can't find a matching keymap. The key to the left of 1 contans a tilde and a hash. I've tried UK, US and US International but none of them work. Is there anything I can type into to tell me my layout? | |
hi what if explorer.exe does not work | |
hello friend.... i got problem here, im trying to reformat my hp 4-1035TU ultrabook, but it didnt show any partition for my computer and its ask for driver. someone know how to solve this issue?? | |
can you help me on how to repair my computer????everytime i open somrthing there is this " bad image data manager mngrdll.exe....how i can i repair it? `` | |
I downloaded eclipse to my windows 8 computer along with the jdk and when I launch eclipse it tells me that it cannot not find the jre or jdk and that it is not in my current PATH. I have tried setting the path to the jdk folder but it … | |
![]() | Anybody else noticed changes following an update this month? My taskbar has been reset, notifications icons have disappeared, startup menu changes, wallpaper removed, libraries disconnected, recent files lists blank. I'm seriously unimpressed. For a freaky minute, I thought all my documents had been lost, until I realised that My Documents … |
Being a team member of admin depart in my organization, I deal with various exchange server activities everyday. Thus, I always need to closely monitor the whole emailing system for enhancing the performance of my organization and convert them into business. My concern is : How can I track non-business … | |
Ι have many text files with total space 4 GB. In Russian, Greek and English languages. Is there a way - program - software to find the most common - frequent words in these files? I want it to produce a list ordered from most to least used words. I … | |
The other day I decided to re-install KOTOR 2, I have all original disks, and have played it a long time ago, but with the recent install it would not run, so i found a patch required to install it and now for 2 days it has ran without any … | |
US retail giant Target [has confirmed](http://pressroom.target.com/news/target-confirms-unauthorized-access-to-payment-card-data-in-u-s-stores) that hackers gained access to payment card data that could mean 40 million credit and debit card accounts are at risk. An official statement says that the retailer is "aware of unauthorized access to payment card data that may have impacted certain guests making … | |
My task bar in XP changed color to a pale green and the font size changed (I am paritally color blind, so color is a guess to a degree) from the normal blue. When that happens, the wireless internet won't work either. I have run all the programs that you … | |
Hi, I just reloaded my Dell desktop (formatted the hard drive) and now I cannot connect to the internet. I looked in Device Manager and there are no question marks or exclamation points. I am receiving packets (looked at the properties of my connection), but I cannot ping www.google.com via … | |
OS:windows 8,compiler:g++,mysql version:5.6 //bookshop.cpp #include <my_global.h> int main() { return 0; } //bookshop.cpp //Makefile CC = g++ LIBS = -L"C:\Program Files\MySQL\MySQL Server 5.6\lib\" -lmysqlclient INCLUDES = -I"C:\Program Files\MySQL\MySQL Server 5.6\include" all:bookshop bookshop: bookshop.cpp $(CC) -fpermissive -o bookshop $(INCLUDES) bookshop.cpp $(LIBS) //Makefile error: In file included from C:\Program Files\MySQL\MySQL Server 5.6\include/my_global.h:68:0, … | |
Whenever I plug in a Honeywell 3800g scanner into my Windows XP professional sp3 computer, the pop up "Windows detected a new device - composite USB device' appears in the lower right, and within seconds of that the computer either freezes or blue screens, with this error: IRQL_NOT_LESS_OR_EQUAL the stop … | |
Hello, am currently facing issues with Windows 7 SP1 Pro, whereby if I do a right click, I can the Restrictions dialog appearing. The message is in the link below. I already have my user as an administrator on the system. Anyone can help me troubleshoot this problem? [Click Here](https://www.dropbox.com/s/yje5cf8xwqwvznh/2013-12-20%2010_07_10-Clipboard.png) | |
My key board doesnt show if cap lock is on or off. Is there any way to add it on Task Bar I can do it on word but not other applications Pl Help how to do it Regards | |
when your attrib command don't work.....this is a tip from Kapitaen M, and it works....try it! Start > Settings > Control Panel > System > Advanced > Environment Variables > System Variables > Locate and highlight Path > Edit > Add the following line of text (exactly as printed below) … | |
Hi guys, im using windows 7 , and my pc5750 modem not detected . Its not even detected on device manager . Ive tried to connect to the other pc and install the driver , but still it didnt work . The light indicator when connect the modem , is … | |
Hi my name is Amber and I am new to this site....I have a major question, my boyfriend and I have had alot of past trouble with PORN :twisted: And I dont know what to do, i dont want to take away his internet entirely so we agreed on a … | |
Super weird. I used to always hit Alt+S to submit a DaniWeb form. My Windows 8 installed some Windows Updates, and now it doesn't work: just a 'ding' error noise instead? | |
i cannot install microsoft .net framework on my laptop. please help :) this is on the log file: OS Version = 6.1.7600, Platform 2 OS Description = Windows 7 - x86 CommandLine = C:\cd9eff67eee9832dce41e970dae2\\Setup.exe /x86 /x64 TimeZone = Pacific Standard Time Initial LCID = 1033 Using Simultaneous Download and Install … | |
I am not sure where did I pick up this virus, but i do not want it. I have already tryed add or remove programs in my control panel. No luck. It must have something to do with the registry, but I can not able to clean that.The other day … | |
Hi - Some time ago I upgraded the old box (Alzheimers in the hardware) and jumped to W7HPx64. The new box has an i5-2400 CPU, FWIW. My problem is that it came with VisualC++ 2005 and 2008, but nothing later. VC++ 2008 has two x64 files and one x86 file. … | |
I couldn't help to notice that there are more and more people who started to dive into windows 8. I wonder how it works for them. Recently I am thinking to get a windows 8 OS PC as well, but since my hard-drive's memory allocation issue (I don't know exactly … | |
@echo off REM This batch file will play with shift command :loop echo %1 shift if %2 == GOTO end goto loop :end exit 0 When I inputted C:\Users\~\Desktop> Shift.bat 1 2 3 I got this 1 2 end was unexpected at this time. Why do I keep getting "end … | |
The ip address of our sharepoint 2010 database server has changed, so how do we edit the new IP so that it points to new ip? |
The End.