Opgelost ChatGPT downloaden, installeren en gebruiken

Dit topic is als opgelost gemarkeerd
Status
Niet open voor verdere reacties.

Senso

Inventaris
Lid geworden
13 jun 2016
Berichten
11.075
Besturingssysteem
W10 Pro en W11 Pro
Office versie
Office 2007 H&S en Office 2021 Prof Plus
Maurice de Hond (Nederlands ondernemer) was op TV bij Businessclass en vertelde hoe gemakkelijk dit allemaal was. Nu lees ik een andere naam ChatGPT 4o ? Hoe kan dat nu weer?

Waar kan ik de 'normale' standaard ChatGPT downloaden voor Windows? Kan ik het in Firefox gebruiken (default browser). Moet ik dan telkens inloggen als ik het gebruik? Kan het zonder accounts?

De instructie video's gaan mij te snel en vind ik lastig, Dan is het weer Mac, dan weer Chrome.

Ik heb Windows 10 en 11. Graag simpele uitleg en instructies.
 
Misschien hier beginnen:
This extension integrates ChatGPT into the browser deeply, and provides chat windows, search engines and commonly used websites integration, and selection tools.
 
ChatGPT 4o is gewoon de opvolger van ChatGPT 4. Sneller en beter, zeggen ze zelf. Wellicht heeft Maurice de Charlatan die nog niet gevonden :).
 
Zou iemand die ChatGPT gebruikt eens de volgende opdracht kunnen geven?

Create a batch file that starts and executes Windows Update.

Ben benieuwd wat daar uitkomt.
 
Oké.... Houd je vast:

To create a batch file that starts and executes Windows Update, follow these steps:

  1. Open Notepad (or any text editor).
  2. Paste the following commands into the Notepad file:
Code:
@echo off
echo Running Windows Update...
%windir%\system32\wuauclt.exe /detectnow /updatenow
echo Windows Update process initiated.
pause
  1. Save the file with a .bat extension (e.g., RunWindowsUpdate.bat).

Steps to Save:​

  • Go to FileSave As.
  • In the "Save as type" dropdown, select All Files.
  • Name your file RunWindowsUpdate.bat.
  • Click Save.

How it works:​

  • The command wuauclt.exe /detectnow /updatenow forces Windows Update to detect and install any available updates.
  • The pause command keeps the window open until you press a key, so you can see the output.
Make sure to run the batch file as an Administrator by right-clicking the .bat file and selecting Run as administrator.
 
Heel netjes, met uitleg. Helaas is de uitvoering/progress niet zichtbaar.
Waar heb jij die opdracht gegeven > browser?

Deze opdracht is wellicht beter geformuleerd.
Create a batch file that opens Windows Update and scans for Windows Updates and shows the progress.
 
Laatst bewerkt:
Gewoon, vanuit de browser.
 
Via chatgpt.com . 4o is volgens mij enkel betaald.
In ieder geval kun je chatgpt niet downloaden. Dat draait per definitie in de cloud (tenzij je thuis ook een paar PB aan opslag hebt).

To create a batch file that opens Windows Update, scans for updates, and shows the progress, you can use the usoclient command, which is a part of the Windows Update command-line interface in recent Windows versions.

Here are the steps to create the batch file:

Batch Script:​

  1. Open Notepad.
  2. Paste the following code into Notepad:
batch
Copy code
@Echo off<br>echo Scanning for updates...<br>usoclient StartScan<br>echo.<br>echo Windows is now scanning for updates. Please check Windows Update settings for progress.<br>pause<br>

Steps:​

  1. Save the file: In Notepad, click File > Save As.
    • Change Save as type to "All Files."
    • Save the file with a .bat extension, e.g., CheckWindowsUpdate.bat.
  2. Run the batch file: Double-click the .bat file to run it. The command will start scanning for updates.

Important Notes:​

  • usoclient StartScan initiates a scan for updates.
  • The progress of the scan is not shown in the command prompt itself, but you can track it in Settings > Update & Security > Windows Update.
For more detailed output (logging, etc.), PowerShell might be a better approach, but this batch file will initiate the update scan in the simplest way.

Would you like instructions on how to check updates through PowerShell for more detailed control or logging?
 
Via chatgpt.com . 4o is volgens mij enkel betaald.
Nee. Je krijgt een redelijk aantal minuten gratis. Althans: dat geldt voor mij. Nu ben ik natuurlijk wel een Héél Belangrijk Persoon :).
 
Door ChatGPT (Aar en RogerS) gegeven batch files zijn niet de juiste. De verpakking is voortreffelijk maar de inhoud deugt niet.

De juiste opdrachtregel is:
USOClient StartInteractiveScan & start ms-settings:windowsupdate

Nu ben ik natuurlijk wel een Héél Belangrijk Persoon, die vergis je niet Minister President van dit land wordt.
 
Laatst bewerkt:
Nu ben ik natuurlijk wel een Héél Belangrijk Persoon, die vergis je niet Minister President van dit land wordt.
Lijkt mij een goede zaak, gezien de kwaliteit die we de laatste 15 jaar hebben gezien. Veel rotter kan het niet worden :)
 
Nee. Je krijgt een redelijk aantal minuten gratis. Althans: dat geldt voor mij. Nu ben ik natuurlijk wel een Héél Belangrijk Persoon :).
Een aantal credits, daarna word je teruggeschakeld tot de volgende dag.
 
Dat zeg ik toch? Ik weet niet hoe snel jij bent, maar bij mij ben ik wel een paar minuten bezig voordat mijn ‘tijd’ voorbij is.
 
  • Leuk
Waarderingen: Aar
Overigens merk ik zelf (nog) niet zoveel verschil tussen de twee versies. Maar dat kan zijn vanwege het onderwerp waarmee ik bezig was (Cubase).
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan