|
|
please just go for update and then go for upgrade windows 10 it is easiest way to install windows 10...
|
|
|
|
|
|
|
Long file paths cause real problems when need to move/copy or delete large amount of data that the path is 350 character long (max character allowed by Windows is 256)
I was wondering if anyone knows of any third party app. that can help with this. Something that will prevent users from naming files/folders on the network and display a message to them.
Renaming files/folders is not what I'm looking for. The problem currently is resolved, I'm trying to avoid this from happening in the future.
Thank you
|
|
|
|
|
|
Hello guys. I am running TCPView to show all the processes and their ports. It is showing alot of skype and other processes ( and their ports ), while I am running only one instance of it. Some processes are absolutely not running but still showing in TCPView. Why is it so?
This world is going to explode due to international politics, SOON.
|
|
|
|
|
1. Each process can open multiple sockets which will show up on multiple lines.
2. A process is not only a program started by you. There are also processes started by the system (e.g. services and processes started upon boot, logon, or by scheduling) and processes started by others.
|
|
|
|
|
|
because windows... ???
This world is going to explode due to international politics, SOON.
|
|
|
|
|
VSS wasn't starting properly and SQL backups were going astray, did the usual checks and noticed that the OS partition that it was sitting on wasn't active, so without thinking I just made it active, (DELL server with a small partition marked RECOVERY that should be the active one), soon as I did it, I looked at it properly and beat my head against the desk, question is, if I just remark the RECOVERY partition as active, should that then solve it again or am I going to have to mess about with diskpart next time I reboot the damn thing?
|
|
|
|
|
For anyone interested, just marking the partition as active again solved it... came straight back up on a reboot...
|
|
|
|
|
I am trying to eliminate all compiler-warnings of a given project. I'm stuck with the warning below;
Processing COM reference "AXDBLib" from path "(somepath)axdb20enu.tlb". Interface 'IAcadShadowDisplay' is marked as [dual], but does not derive from IDispatch. It will be converted as an IUnknown-derived interface. Ideally, I would like to understand how to rectify it, but if that is not possible, I'd like to surpress it.
Anyone familiar with a similar message?
--edit;
MSB3305 cannot be suppressed, as it is not a compiler warning. It can be suppressed by editing the project file though. See https://msdn.microsoft.com/en-us/library/windows/hardware/jj659905(v=vs.85).aspx[^]
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
modified 22-Jun-15 7:14am.
|
|
|
|
|
|
..because I am not programming a COM-interface, and I do not have questions about COM-programming. It is a warning in Visual Studio, in a managed project.
Looking for a way to fix or surpress it, not details on the interface
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
Well it looks to me like a COM issue, rather than anything to do with System Administration.
|
|
|
|
|
No, it is an issue with Visual Studio, since that generates the warning about some interface from some COM-control. Should I post it in the Visual Studio forum?
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
I have a Win8 PC with a Win7 virtual machine (VirtualBox) where I do development because we use VS 6.0. (Yes, I know, hard to believe.) Anyway, each time I do a build, I have to delete other builds, to free up disk space. It is getting to the point where soon I will have no free disk space. It looks as if Windows Updates are expanding the OS. Is there anything I can do? Is there a folder with unwanted OS update files?
I can expand the virtual disk, from the current 80GB, but that is only a temporary fix for obvious reasons. I have to have SQL server etc on the virtual machine, which take up quite a few GB.
|
|
|
|
|
Take a good look around the disk to see what is using the space. Do you have an overflowing recycle bin?
|
|
|
|
|
Thanks. Unfortunately Windows Folder Properties were not accurate, missing 'hidden' files. SpaceSniffer has located them.
|
|
|
|
|
Okay, I might have solved my own question. A utility called SpaceSniffer located a gigantic SQL server .MDF file. It looks like a service might be shoving data into it in the background.
|
|
|
|
|
Another short-term fix is to remove the downloaded files from Windows Update. Remove files in c:\Windows\SoftwareDistribution\Download.
A more better option is to us dism to clean up updated files. Look at http://www.sevenforums.com/tutorials/122262-windows-7-sp1-disk-cleanup-tool.html[^] to help. But make sure you have kb2852386 installed as it will allow you to clean up outdated files from your winsys.
Summary:
Used Disk Cleanup
Elevated CMD
dism /online /cleanup-image /spsuperseded /hidesp
|
|
|
|
|
Friends,I am working on a project....and in that project i have to take scanned image of finger with the help of fingerprint scanner.....and this image will be used as a password to log in the site.....so plzzzz..tell me how to store images in database..and how can i check the scanned image of finger of user with other scanned images
|
|
|
|
|
Please don't post the same question more than once. This isn't the right section for your post, the Database forum was just enough.
Geek code v 3.12
GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- r++>+++ y+++*
Weapons extension: ma- k++ F+2 X
I use 1TBS
|
|
|
|
|
I have found that for linux it is possible to use vga, hdmi and other video connector's ddc's i2c ports to program and communicate with periphial devices. I have also found that apparently no one has been able to do it for windows, with the exception to nicomsoft. Nicomsoft has software that I have verified can read the i2c ports and not just access edid registry. I have an accelerometer connected and when I run the software it can detect a device at it's address. So I know it is possible but I have no idea if it is possible to use windows to do it. I know windows video port driver can call the miniport driver and get pointers to i2c callback structure containing explicit controls of the clock and data lines. The problem is it does not seem to export any of these pointers to anything else, like a user api let alone another kernal mode driver. I have considered that it might be possible at a hardware level were I have found out the intrcacies of the hardware, I have even seen an example of a video miniport driver on this site. I have an amd laptop which uses the bolton fusion controller hub which has vga ddc i2c ports. If you search amd docs for bolton fch you can find the documentation. basically I know the hub's i2c ports physical pins which my guess are both strung out to the hdmi and vga port's on my lap top. I have alos looked up the hub's general pupose i/o registers and it appears that they correspond to the pins. For instance ddc_i2c_scline is gpin70 and the data gpin71. the gpio registers are numbered correspondingly except the decimal pin number is changed to hexidecimal for the register. I can find the memory offset. My question is now, can I call gdi's function to map video memory to the process virtual memory, then write to these registers, turning them on and off? It is difficult to tell just what perspective on the memory I will have. Also if this worked, it would not be platform independent and would only work for pc's with bolton fusion controller hubs. Nicomsoft's program seems to be platform independent so either it wrote drivers for all common hardwares or it is using windows video port driver somehow? I have been working on this for several months and if someone could please help it would be awsome. thanks.
|
|
|
|