Live chat

sabayonino Abemus spacious team (02.11.25, 13:06)
sabayonino https://spaciousathome.eu/spaciousathome/team_display.php?teamid=6 (02.11.25, 12:50)
sabayonino https://www.boincitaly.org/forum/astronomia-fisica-e-chimica/115408-thread-ufficiale-spacious-home.html (31.10.25, 20:37)
boboviz Can we open a thread about this project?? (31.10.25, 17:06)
zioriga This seems the goal (28.10.25, 18:10)
zioriga "vision of an easy access to technologies for mining the Big Data produced by missions of the European Space Agency." (28.10.25, 18:10)
entity There is speculation that there might not be any Windows apps similar to Gaia... Why don't European projects like Windows? Cost? (28.10.25, 16:19)
zioriga I downloaded 10 WUs on a VBoxed Linux, I'll wait the results (28.10.25, 11:03)
zioriga There is only work for LInux (28.10.25, 10:58)
zioriga Correct !!!! You're right (28.10.25, 10:44)
entity Not dead but not real active yet. Open call for projects from Sept 2025 until Nov 16 2025. Call for Testers went out Jul 2025. There is work at the Boinc Project (28.10.25, 01:02)
zioriga no news from the end of jan 2024 (27.10.25, 21:41)
zioriga I think it's a dead project (27.10.25, 21:41)
entity More info at https://spacious.ub.edu/ (27.10.25, 18:03)
entity BOINC project at spaciousathome.eu/spaciousathome/ (26.10.25, 22:33)
entity Anyone have any additional information on spaciousathome.eu? (26.10.25, 19:37)
Fabrizio74 In questo periodo non mi sono arrivate WU di WDG; le cercavo ma non mi sono arrivate (25.10.25, 18:12)
kidkidkid3 Chiedo qui per una risposta al volo. WCG ha tutte le WU in pending da un paio di giorni. Sono terminate le mie e quelle del wingman. Vi risulta ? Grazie in anticipo (24.10.25, 18:15)
GHz Aggiornamento stats minecraft ripristinato, avevano fatto una variazione al sito web che bloccava l'update, grazie per la segnalazione Loroe (18.09.25, 23:11)
boboviz credo sia un problema dei progetti (18.09.25, 11:02)
Per usare la chat devi effettuare il login.
Benvenuto, Ospite
Nome utente: Password: Ricordami
29 Set 2025

29 Settembre 2025 : 14:30
Migrazione del forum e dei suoi contenuti

Leggi tutto...
  • Pagina:
  • 1

ARGOMENTO:

Windows installazione BOINC senza riavvio 12/03/2017 11:28 #124407

  • erotavlas
  • Avatar di erotavlas Autore della discussione
  • Offline
  • RAM 256 KB
  • RAM 256 KB
  • La parola d'ordine è: BOINCchizziamo il mondo!!!
  • Messaggi: 973
  • Ringraziamenti ricevuti 0
Salve,
è da circa un anno che non scrivo e (frequento) il forum :muro:
Ultimamente ho iniziato a partecipare nuovamente al progetto. Vorrei sapere se possibile su windows installare BOINC senza dover riavviare il SO al termine dell'installazione per poterlo usare.
Per installare BOINC lo faccio da powershell come descritto qui .
Grazie



Team
1. AMD FX-8350 8 GB RAM DDR3 1866 MHz ATI Radeon HD 2400 Zorin OS GNU/Linux 64 bit + Sensore QCN + Sensore Radioactive@Home
2. Intel Core i7 3537u 2.0 GHz 8 GB RAM DDR3 1600 MHz Ubuntu GNU/Linux 64 bit
3. Intel Core 2 Q6600 2.4 GHz 2 GB RAM DDR2 667 MHz Ubuntu Mate GNU/Linux 64 bit

Si prega Accedi o Crea un account a partecipare alla conversazione.

Windows installazione BOINC senza riavvio 12/03/2017 14:29 #124409

  • zioriga
  • Avatar di zioriga
  • Online
  • RAM 1GB
  • RAM 1GB
  • Messaggi: 3067
  • Ringraziamenti ricevuti 261
Scusa, ma è un problema enorme riavviare il S.O. ???

Si prega Accedi o Crea un account a partecipare alla conversazione.

Windows installazione BOINC senza riavvio 12/03/2017 17:49 #124410

  • erotavlas
  • Avatar di erotavlas Autore della discussione
  • Offline
  • RAM 256 KB
  • RAM 256 KB
  • La parola d'ordine è: BOINCchizziamo il mondo!!!
  • Messaggi: 973
  • Ringraziamenti ricevuti 0
Non è un problema.
Vorrei sapere se esiste la possibile di installarlo senza riavviare il SO. Utilizzo il gestore di pacchetti per windows chocolatey per installare vario software tra cui BOINC. Attraverso uno script powershell le operazioni sono automatizzate e più veloci: per questo sarebbe più comodo e veloce senza il riavvio del SO.
$ScriptHome="$env:ProgramData"
# install chocolatey package manager
$ChocolateyPath="$ScriptHome\chocolatey"
if (-Not (Test-Path $ChocolateyPath))
{
	echo "Installing chocolatey packages manager"
	# default installation folder C:\ProgramData\Chocolatey note C:\Users\All Users\ and C:\ProgramData\ are the same
	iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
	refreshenv
	
	# necessary starting since chocolatey v0.10.0
	choco feature enable -n allowEmptyChecksums

	choco install -y 7zip	
}
# only for versions before windows 10
elseif ($OSMajorVersion -eq 6)
{
	echo "Updating powershell to latest version"
	choco install -y dotnet4.5.1
	choco install -y powershell
}

$ProgramsPath=${env:ProgramFiles}
$computerType=(Get-WmiObject -class Win32_ComputerSystem).PCSystemType
if ( -Not ($computerType -eq 10 -and $computerType -eq 9 -and $computerType -eq 8 -and $computerType -eq 11 -and $computerType -eq 14))
{
	choco install -y boinc
	$BOINCBAMURL="https://bam.boincstats.com/"
	$BOINCBAMUser="35605_25a601816e1971c60293a45f509a2fdb"
	$BOINCBAMPassword="foo"
	& "$ProgramsPath\BOINC\boinccmd.exe" --join_acct_mgr $BOINCBAMURL $BOINCBAMUser $BOINCBAMPassword

	$RegKeyPath = "HKCU:\Control Panel\Desktop"
	Set-ItemProperty -Path $RegKeyPath -Name "SCRNSAVE.EXE" -Value scrnsave.scr
}



Team
1. AMD FX-8350 8 GB RAM DDR3 1866 MHz ATI Radeon HD 2400 Zorin OS GNU/Linux 64 bit + Sensore QCN + Sensore Radioactive@Home
2. Intel Core i7 3537u 2.0 GHz 8 GB RAM DDR3 1600 MHz Ubuntu GNU/Linux 64 bit
3. Intel Core 2 Q6600 2.4 GHz 2 GB RAM DDR2 667 MHz Ubuntu Mate GNU/Linux 64 bit

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Pagina:
  • 1
Moderatori: camposReLeonAntonio Cerrato
Tempo creazione pagina: 0.237 secondi
Powered by Forum Kunena