Re: đź’» What’s the First App You Install on a Fresh Windows Machine? Hardware and Software Microsoft Windows by Romar_2 For me, the first app I always install on a fresh Windows machine is a solid browser—usually … ritual of setting up our “essentials” right after a fresh install. Curious to see what apps others consider non-negotiable! Anyone… OpenAI o3 vs Anthropic Claude 4 for Text Classification & Summarization Programming Computer Science by usmanmalik57 … codes in this article. ``` !pip install anthropic !pip install openai !pip install rouge-score !pip install --upgrade openpyxl !pip install pandas openpyxl ``` The script below… Re: đź’» What’s the First App You Install on a Fresh Windows Machine? Hardware and Software Microsoft Windows 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 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 by donnamitch Hello Re: Securing Customer Data: An Essential Cybersecurity Handbook Hardware and Software Information Security by WilliamOG Basically: patch your stuff, lock your doors, and stop clicking shady emails. Got it. đź’» What’s the First App You Install on a Fresh Windows Machine? Hardware and Software Microsoft Windows by asadalikhan … up a brand new Windows PC or did a clean install… now comes the fun part: installing your go-to …apps! 👉 What’s the very first app you install — and why? It could be: Your favorite browser (Chrome, Firefox…. Would love to hear what’s in your "must-install immediately" list! Let’s swap recommendations — you might just… Re: đź’» What’s the First App You Install on a Fresh Windows Machine? Hardware and Software Microsoft Windows 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 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 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 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 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 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 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 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 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 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 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 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 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-… Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks Programming Computer Science by usmanmalik57 … run codes in this article. ``` !pip install openai !pip install rouge-score !pip install --upgrade openpyxl !pip install pandas openpyxl ``` The following script imports… Integrating OpenAI Web Search API in LangGraph Programming Computer Science by usmanmalik57 … to run the codes in this article. We will also install the `graphviz` and `libgraphviz` libraries to draw the graph diagrams…. ``` # !sudo apt-get update # !sudo apt-get install -y graphviz libgraphviz-dev !pip install -U -q \ langgraph langchain-openai langchain-core \ openai… Re: Cannot run exe from asp.net Programming Web Development by lennyli …a download link, or a desktop app they install. Thank you, I have abandoned this approach …`socket` library (included with Python) ### Step 1: Install Required Libraries Make sure you have `pyautogui` installed: ```bash… pip install pyautogui ``` ### Step 2: Create the Server (… Re: Is linux your daily driver? Hardware and Software Linux and Unix by Benjamin_17 … when I got a blue screen of death trying to install it. Since then, I have been daily driving with Linux… Re: Cannot run exe from asp.net Programming Web Development by john_111 … it. Or the web page can let you download and install a program. But not take over your computer. Re: Cannot run exe from asp.net Programming Web Development by Salem … have an operating system on it? * Are you able to install software on it? Re: Cannot run exe from asp.net Programming Web Development by Neil_brown001 …: You need a download link, or a desktop app they install. Re: Cannot run exe from asp.net Programming Web Development by gediminas.bukauskas.7 Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Re: Cannot run exe from asp.net Programming Web Development by lennyli … workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming… Re: Cannot run exe from asp.net Programming Web Development by lennyli I fixed the problem by ensuring the path is including python. Also on the server I must run pip install Thank you all All working now