33,004 Topics

Member Avatar for
Member Avatar for cambalinho

the window have a icon, on caption\title bar. that icon show us the System Menu(mouse right button). my objective is add to it the Allways on Top option. using a program, on background, i can do it. but i will have another program on process's. so is there another way …

Member Avatar for cambalinho
0
283
Member Avatar for dkary555

This happens every so often. The update gets processed, and my audio is deactivated for about 24 hours. Then it comes back with no indication as to why. It's got nothing to do with my audio driver.....it happens because of the windows update. Anybody seeing this happen?

Member Avatar for rproffitt
0
259
Member Avatar for Minimalist

After reading all the hype about the random ware virus I installed BufferZone Pro 64 bit. Worked o.K the first day but after booting today all my visual styles in windows 7 home premium disappeared ( aero glass etc) to make the opened windows really look poor. After uninstalling, everything …

Member Avatar for Minimalist
0
247
Member Avatar for commando1200

Up until recently whenever someone on the network went to a site that required an SSL certificate it would say that there is a securuty risk confirm exception blah blah blah, I managed to fix that but only after confirming the first time. Lets use gmail.com as an example, every …

Member Avatar for rproffitt
0
268
Member Avatar for Brook_AD

When im logged in an adminstrator account some folders say that you dont currently have permission to access this folder.How can i get to delete it?

Member Avatar for rproffitt
0
89
Member Avatar for charles.klein

I am facing an abnormal issue with my PC, when i start my computer it gets to Windows 10 Login screen. Now the wired issue is the Num Lock light dont turn on Automatically it has to be manually Turned On.....I tried to look for solutioin online but unable to …

Member Avatar for saxon747
0
190
Member Avatar for Sphinx'LostNose

So, I've read Microsoft's documentation, and it ends up being a lot of words that don't explain anything. I've seen other places of people using DISM commands, but it doesn't explain what they do. I know DISM is used for working with images before deployment, but people are using it …

Member Avatar for rproffitt
0
421
Member Avatar for RudyM

Hi all, I am trying to schedule a Task that will run a vb script to open a browser, send some keys, and finally close the browser. The task starts, but seems to hang. The task is created as follows: `schtasks.exe /Create /RU "SYSTEM" /SC "DAILY" /MO "1" /ST "23:00" …

Member Avatar for ankitjaswal5044
0
271
Member Avatar for happygeek

OK, so given that Microsoft has seen fit not to include Fax and Scan with Vista Home Premium (although Business and Ultimate users get it) what Vista friendly third party apps are you using to replace the missing fax functionality? Assuming, of course, you do not have an all-in-one printer …

Member Avatar for msadique
-4
2K
Member Avatar for Rushikesh_1

I have one html file which contains mp4 video on file server. when I open that html file and try to play the video it does not play on IE, but same plays on Mozilla and chrome. And when I copy html file and the video on local system ex …

Member Avatar for Rushikesh_1
0
359
Member Avatar for cambalinho

can i add 1 item on standard System Menu? (my big objective is just add 1 item for put the window allways on top)

0
204
Member Avatar for andybe
Member Avatar for nadiam

Hello. I need to do a factory reset on my lappy. Its an Asus A550C. I've tried Restarting then pressing F9 which goes to Windows Boot Manager, the only option is Windows 7 Home Premium (recovered). Then if I press F8 for advance option and choose Repair Computer it says …

Member Avatar for rproffitt
0
284
Member Avatar for Stephen_12

Hello everyone!!! Can anybody tell me how do i fix my sounds in my computer? While i was defragging it with an application I downloaded on my computer my sounds wont work. It says: no sounds installed or something like that. Please help!!

Member Avatar for charles.klein
0
198
Member Avatar for mattyd

Hello, To begin, I am a registered member but have not been here in awhile - I have misplaced my login credentials and must post anonymously. I recently purchased a new laptop and am cleaning up my old one and giving it to a friend. This older laptop runs Windows …

Member Avatar for Joe_10
0
295
Member Avatar for toxicandy

Hi all, so the problem I have today is with my Asus laptop, it has a Intel Dual band Wireless-AC 7260 wifi adapter. Not sure if that will help or not but I am going to try to provide as much information as possible. So when I am at school …

Member Avatar for rubberman
0
352
Member Avatar for Muhammad Hamza_1

hello my destop is gone half white and i cant see any icons on my destop ive tried different things but didnt work someone plz help me

Member Avatar for GustavoWoltmann
0
198
Member Avatar for Ritesh_4

Hello Anyone knows the URL or IP of the server from which the Media Creation Tool connects to download the ISO of Windows 10? I need this to add it to the exception list of my proxy as currently the latter is denying access to download the ISO file.

Member Avatar for Ritesh_4
0
699
Member Avatar for cargenius42

Hey everyone. Ok, I just noticed that in my Add or Remove Programs window, theres a program called My Way Search Assistant........ obviously spyware or adware of some kind. I need to uninstall it but......... there is no button in the add or remove programs menu that allows me to …

Member Avatar for Andrew_27
-3
2K
Member Avatar for petersim

Can someone help as up until about couple of weeks ago I have not been able to use windows update I used Windows fix it and it still is not working, I ran Malware program and none was found . I also scanned with avast to look for viruses or …

Member Avatar for rproffitt
-1
483
Member Avatar for Chemodino

I have googled this and tried many fixes. Nothing works. I would like to roll back to Windows 7 and try to install 10 again. I have no control panel and no access to Safe Mode. What else can I do.

Member Avatar for සශික
0
127
Member Avatar for tony75

HI There is many method to bypass Antivirus detection! The Best way is writing your own toolsespecailly using python language. My question is How to protect your self againt PE portable excuteble and how we make Antivirus to detect for example metasploit payloads? I will appriciate for yur help

Member Avatar for powerade661
0
447
Member Avatar for az_ez

Hi, I hope I've posted this in the right place, please just tell me if not. I've been having an issue with connecting to a database from a website and have recieved this as an error message: *Array ( [0] => Array ( [0] => IMSSP [SQLSTATE] => IMSSP [1] …

Member Avatar for rubberman
0
1K
Member Avatar for Mr.M

Hi Dw. I'm new to C++ nor Win32 app dev. I want my app to stay open or running even if I'm not interacting with it. And how to write a close call. In VB to close it you just right: Close() How can I achieve these two? Also how …

Member Avatar for tinstaafl
0
245
Member Avatar for IntegratedTweak

If there was one computer that was badly infected as this then you'll be horrified! It was about 7PM Australian time and I just got this Lenovo Laptop from this guys house in Queensland. The laptop looked like it belonged to a kid before because it looked like someone loves …

Member Avatar for Noor_7
1
336
Member Avatar for Mr.M

I'm getting "error C2039: 'AllocSysString' : is not a member of 'System::Char' error. I'm trying to assign the result to a string variable. wchar_t str; return str.AllocSysString(); But I'm getting the above error.

Member Avatar for tinstaafl
0
212
Member Avatar for actfray

I currently own the following desktop: HP p6644y 4gb RAM 64-bit Pentium Dual Core CPU E5500 2.80 GHz I bought it in 2010 and it has served me well. However, in the past year, this PC has slowed down greatly. Even though I have plenty of memory, it takes forever …

Member Avatar for CimmerianX
0
134
Member Avatar for Beingmahendra
Member Avatar for Ritesh_4

Hello I have a scenario as follows, whereby, I want to install a fresh Windows OS on a PC, install some apps like Firefox, MS Office etc. Then, I would like to create a clone of this physical machine, and either keep this image on a shared folder on a …

Member Avatar for Ritesh_4
0
379
Member Avatar for Ritesh_4

Hello, I've clean-installed a Windows 10 Home on a PC which had Windows 7 Home (with OEM key present), but now am unable to activate the Windows 10 with the OEM key available. I read that Microsoft is now allowing the use of existing OEM keys to activate Win 10, …

Member Avatar for Ritesh_4
0
364

The End.