Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
capture
- Page 1
Re: When Speed Replaces Satisfaction in Coding
Community Center
Say Hello!
3 Weeks Ago
by Reverend Jim
… recently needed to spawn an external process in Python and
capture
stdout in real time. The subprocess docs detail the methods…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Yrth
> Jim, I have not used Windows in a very, very long time, but can you not configure Windows to store My Documents on D? I'm quite sure that you can, if I remember correctly? > > https://superuser.com/questions/1725456/wha-cant-i-move-my-documents-folder You can't, directly, but you can cheat, of course. Put your documents directory …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
That's exactly what I did except I used sysinternals junction.exe. This still leaves things screwed up in that the address bar may still show you in OneDrive even though you are saving to the junction point.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by donnamitch
Hello
💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by asadalikhan
…’s always ShareX — I can't live without that screen
capture
tool. Then comes Brave for browsing and VLC for media…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
First app is Macrium Reflect so I can take an image of the fresh install. Then I repartition to C/D, move my user folders (documents, pictures, etc.) to D. Then I take another image. After that I begin installing my base apps before imaging one more time.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
Further note: Because Microsoft insists on crammine OneDrive down our throats, moving the My Documents is damn near impossible. I've found the easiuest way is to initially set up my computer using a Microsoft Account (something they have also made it almost impossibole to avoid), then create a local admin account and always log on with that. That …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
* Microsoft Office (for macOS) And then to manage DaniWeb: * PhpStorm * Remote Desktop Manager * Viscosity * Screaming Frog SEO Spider
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
Jim, I have not used Windows in a very, very long time, but can you not configure Windows to store My Documents on D? I'm quite sure that you can, if I remember correctly? https://superuser.com/questions/1725456/wha-cant-i-move-my-documents-folder
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
>I'm quite sure that you can, if I remember correctly? Before OneDrive it was easily done. Not anymore. Microsoft is slightly brain dead. Locations for shell folders are stored in the registry. You'd think they'd all be under "Shell Folders", but not all of them are. And you'd think they would have consistent names. But here are …
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
BTW I've spoken with a former Microsoft Engineer. He also agrees OneDrive is an abomination.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by dnBunnie
the app "Everything" after Comodo Internet security
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
I agree. [Everything](https://www.voidtools.com/) is always a definite install after imaging. It's something that should have been built into Windows. I've never found the need for any security software other than what comes with Windows.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
As a macOS user these days, does Windows not have a find tool? /confuzzled
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
As is typical with Microsoft, their search/find tools work poorly, can hog resources, and are difficult to use. "Everything Indexer" is easy to use, has a small footprint, and has almost no effect on my resources. Search queries show you results as you type, and you can create complex search terms with logical operators, as opposed to the…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
> BTW I've spoken with a former Microsoft Engineer. He also agrees OneDrive is an abomination. I’ve spoken to several current and former Apple engineers who agree that Siri is an abomination.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Reverend Jim
>Siri is an abomination Is it? I've never so much as touched an Apple computer so I have no opinion on that whatsoever.
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Month Ago
by Dani
> >Siri is an abomination > > Is it? I've never so much as touched an Apple computer so I have no opinion on that whatsoever. Oh, yes. That's well known. Apple should be embarrassed. In fact, they recently fired the head of the Siri team. https://techcrunch.com/2025/03/20/apple-puts-vision-pro-exec-in-charge-of-siri-in-exec-…
Capture and display video in OpenCV
Programming
Software Development
11 Years Ago
by Vivitha
…; int main() { CvCapture*
capture
=0;
capture
= cvCaptureFromCAM(0); if(!
capture
) { printf("
Capture
failure\n"); return -1…the video while(true) { frame = cvQueryFrame(
capture
); if(!frame) break; frame=cvCloneImage(frame);…
Capture Digital Camera image
Programming
Software Development
15 Years Ago
by zuve_fox
Hi.. I am using vb.net 2003 to
capture
image from scanner,web cam and sucess but when i caputure image from digital camera Canon EOS 10D,can't
capture
. could everyone can help me how to
capture
/shot image using vb.net? and what canon type which can support? thanx
Capture data from serial port
Programming
Software Development
15 Years Ago
by jp071
Hello, I want to
capture
data from serial port. The COM1 port connected with a … and writes something for generating data. i just want to
capture
all data from serial port. But problem is that, I… could give me idea, how can i avoid port open,
capture
and display data? It will better if someone gives me…
capture image on webcam physical button press event using directshow
Programming
Software Development
15 Years Ago
by rahuluttekar
… from webcam using .net and directshow. i want to
capture
image when the hardware button available on webcam is pressed.… detect webcam hardware button press event so that i can
capture
image on that event and save it? i am using…
Capture Video
Programming
Software Development
14 Years Ago
by danielair
…'--The capGetDriverDescription function retrieves the version ' description of the
capture
driver-- Declare Function capGetDriverDescriptionA Lib "avicap32.dll" …As Integer) As Boolean '--The capCreateCaptureWindow function creates a
capture
window-- Declare Function capCreateCaptureWindowA Lib "avicap32.dll"…
Capture logout time
Programming
Software Development
13 Years Ago
by fairy1992224
… logout time and login time. I can
capture
the login time already but I cannot
capture
the logout time. I would appreciate…
Re: Capture Digital Camera image
Programming
Software Development
15 Years Ago
by kvprajapati
You know a little bit googling wouldn't hurt you, heres one resource which I found via google:- [URL="http://
capture
.sourceforge.net/"]http://
capture
.sourceforge.net/[/URL]
Capture the Enter Key in an Edit Control
Programming
Software Development
17 Years Ago
by complete
How do I
capture
the Enter Key event in an edit control? I have …[/url] But how do I do the next step and
capture
that enter key when the user is done entering data…
capture windows cd-rom eject request
Programming
Software Development
16 Years Ago
by intsoda
Hello, I am trying to
capture
a cd-rom eject request (both soft eject through software … be in the way (dont ask). Is there anyway to
capture
this event? I am trying to program some type of…
capture link text when link clicked c#
Programming
Software Development
16 Years Ago
by SubProf
… have a webbrowser which displays a webpage. I need to
capture
the text of any links that are clicked on that… if the link 'certificates' is displayed then I need to
capture
the url of that link (which I can do) and…
Capture picture to MS Access Database
Hardware and Software
Microsoft Windows
16 Years Ago
by baltazar
… in Access 2003). I need to figure out how to
capture
pictures via a digital camera attached to my Win Xp… PC via a Video
Capture
Card(Hauppage) and store in it my Access app. (There…
Capture Toshiba Mute, Lights Off and Dolby Key
Programming
Software Development
15 Years Ago
by fuzeman
Hi How would i
capture
the Mute, Lights Off and Dolby Key ive managed to get all key events with the Gma.UserActivityMonitor API but this does not
capture
the mute, lights off dolby, camera and media button. Any Ideas?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC