Forumi


Povratak   PC Ekspert Forum > Računala > Software > Operativni sustavi
Ime
Lozinka

Odgovori
 
Uređivanje
Staro 15.04.2008., 13:24   #1
papirus
Premium
Moj komp
 
papirus's Avatar
 
Datum registracije: Apr 2007
Lokacija: Rijeka
Postovi: 114
Autoplay ne šljaka...

Pozdrav svima,ak' je tema već bila obrađena sorry nisam pronašao nigdje na forumu..O čemu se radi..

Ne šljaka mi autoplay na visti sp1!!!
Išao sam u control panel>AutoPlay i stavio sam kvačicu na "use AutoPlay for all media and devices..

Stavim disc(cd ili dvd) u DVD Drive,međutim ništa se ne događa..Onda moram otići u My computer i od tamo ga pokrenuti..
mada u zadnje vrijeme mi se često događalo da kad ubacim disc u drive vista izbaci poruku "Prepare this blank disc",a disc sigurno nije prazan!!!

H E L P!!!
papirus je offline   Reply With Quote
Staro 15.04.2008., 13:57   #2
yedwy
Beskorisna bitanga...
Moj komp
 
yedwy's Avatar
 
Datum registracije: Aug 2004
Lokacija: Sesvete (Zg)
Postovi: 6,956
Pogledaj u Services da nije ugašen shell hardware detection...
__________________
--
Have a nice day...
yedwy je offline   Reply With Quote
Oglasni prostor
Oglas
 
Oglas
Staro 15.04.2008., 19:07   #3
papirus
Premium
Moj komp
 
papirus's Avatar
 
Datum registracije: Apr 2007
Lokacija: Rijeka
Postovi: 114
Citiraj:
Autor yedwy Pregled postova
Pogledaj u Services da nije ugašen shell hardware detection...

Nije!!
papirus je offline   Reply With Quote
Staro 16.04.2008., 18:21   #4
m4dm4n
Does youer dewg byte?
Moj komp
 
m4dm4n's Avatar
 
Datum registracije: May 2006
Lokacija: Zagreb
Postovi: 1,936
Jel imaš možda instaliran vmware program ? Ili neki program koji te prilikom instalacije upitao da li želiš isključiti autoplay?
__________________
" Have you tried turning it off and on again ? Are you sure it is plugged in ? "
m4dm4n je offline   Reply With Quote
Staro 16.04.2008., 18:43   #5
Func
Premium
Moj komp
 
Func's Avatar
 
Datum registracije: Jan 2008
Lokacija: Zagreb
Postovi: 483
  • Select: Start | Run
  • Type "regedit" in the Open field.
  • Press the Ok button.
  • Browse to the: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Cdrom Registry key
  • Change the value of the Autorun Registry value from 0x0 (AutoPlay feature disabled) to 0x1 (AutoPlay feature enabled)
  • Reboot your system
To je za xp


Za vistu ti treba sorry, nisam pročitao kak treba
__________________
Some say that he's Mac compatible, and that he once punched a horse to the floor. All we know is, he's called The ...
Func je offline   Reply With Quote
Staro 16.04.2008., 18:52   #6
Func
Premium
Moj komp
 
Func's Avatar
 
Datum registracije: Jan 2008
Lokacija: Zagreb
Postovi: 483
Možda problemi s driverima
__________________
Some say that he's Mac compatible, and that he once punched a horse to the floor. All we know is, he's called The ...
Func je offline   Reply With Quote
Staro 16.04.2008., 19:44   #7
papirus
Premium
Moj komp
 
papirus's Avatar
 
Datum registracije: Apr 2007
Lokacija: Rijeka
Postovi: 114
@m4dm4n Nemam instaliran vmware program niti je koliko se ja sjećam(99,99 %) prilikom instalacije nekog programa traženo da isključim autoplay...

@Func Hvala stari slično je je i za vistu i to mi je ok podešeno,dakle Autorun ima vrijednost 1 u registrima..Međutim čitajući na dosta stranih foruma kod ljudi koji imaju sličan problema kao ja na Visti,primjetio sam da u registrima nemogu pronaći ulaz NoDriveTypeAutoRun,a koji bi se trebao nalaziti u:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Međutim ja kad uđem u registre i dođem do Polices,a što se vidi na slici:

[img=http://img370.imageshack.us/img370/6983/slikamj9.th.jpg]

nedostaje mi kada kliknem na Polices>Explorer,a samim tim i sa desne strane ulaz :NoDriveTypeAutoRun..

Nije da neću moći preživjeti bez autoruna/autoplaya,al' hebi ga neznam di se izgubila ta opcija..
papirus je offline   Reply With Quote
Staro 16.04.2008., 20:13   #8
Func
Premium
Moj komp
 
Func's Avatar
 
Datum registracije: Jan 2008
Lokacija: Zagreb
Postovi: 483
Evo malo copy paste, možda pomogne, ako ni to ne pomogne nađi neki Registry fix program.

Ensure that CD-ROM AutoRun is not disabled in registry
For users facing AutoRun/AutoPlay doesn’t work when insert a disc into optical drive, run Registry Editor (regedit), and navigate to the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\CDRom
Locate the AutoRun registry value in the right pane, and check that the value data for AutoRun is set as 1 (one), which is enabled. If it is 0 (zero), which mean disabled CD-ROM or DVD-ROM drive AutoRun process, re-enable the AutoRun by changing the value to 1.
Ensure that correct NoDriveTypeAutoRun and/or NoDriveAutoRun policy value is set
NoDriveTypeAutoRun registry key is used by Group Policy to configure whether to disable the Autoplay feature on all drives of the type specified. To check this setting, run Registry Editor (regedit), and navigate to the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
or (note that above registry value, if exists, will always supersede the below user-specific key),
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Locate the NoDriveTypeAutoRun registry entry on the right pane. The registry key is in DWORD hexadecimal value, which each bit determines which type of drive to disable or enable AutoPlay feature. There are many possible value for NoDriveTypeAutoRun, some possible wrong value that disable AutoPlay are:
0×000000B5 (181) disable AutoRun on CD-ROM drives, plus default unknown drive, removable drive (meant for floppy or ZIP), network drive and reserved drive type.
0×000000FF (255) disable AutoRun/AutoPlay on all drive types.
The best bet is to set NoDriveTypeAutoRun to default value as set by Windows Vista, which is 0×00000091 (hexadecimal) or 145 (decimal). Previous Windows version such as XP uses 0×00000095 (hexadecimal) or 149 (decimal). To enable AutoPlay on all drive types, set NoDriveTypeAutoRun to 0 (zero) or 0×00000080 (128) which only disable AutoPlay on unknown reserved file type.
NoDriveAutoRun registry key, which stored at the same registry location, meanwhile determine whether a particular connected drive should run AutoPlay function or not. When AutoRun is enabled on the drive, media is automatically started when it is inserted in the drive.
By default, Windows Vista does not add any NoDriveAutoRun registry subkey. And you probably don’t want to block any drive from AutoPlay too. So remove and delete all NoDriveAutoRun key in the registry.
Uninstall conflict software
Some software application, especially disc imaging or image editing program such as Nero, PowerISO, MagicISO, and even some other programs such as Rhapsody and various VMWare virtualization products such as VMWare Server and VMWare Workstation.
If you’re facing the drive won’t Auto Play or Auto Run issue after installing certain software, try to uninstall the software to see if it fixes the problem. Better still if it’s possible to roll back the system using System Restore to earlier Restore Point when the software is not yet installed.
__________________
Some say that he's Mac compatible, and that he once punched a horse to the floor. All we know is, he's called The ...
Func je offline   Reply With Quote
Oglasni prostor
Oglas
 
Oglas
Odgovori


Uređivanje

Pravila postanja
Vi ne možete otvarati nove teme
Vi ne možete pisati odgovore
Vi ne možete uploadati priloge
Vi ne možete uređivati svoje poruke

BB code je Uključeno
Smajlići su Uključeno
[IMG] kod je Uključeno
HTML je Isključeno

Idi na