Jump to content











Photo
- - - - -

Win10 not disable delete confirm notification


  • Please log in to reply
11 replies to this topic

#1 friske

friske

    Frequent Member

  • Advanced user
  • 252 posts
  •  
    Italy

Posted 27 February 2016 - 07:54 PM

In Win10 i'm not able to disable delete confirm notification.

It not have a item in recycle property of ramdisk. Not problem in Win7.



#2 friske

friske

    Frequent Member

  • Advanced user
  • 252 posts
  •  
    Italy

Posted 04 March 2016 - 09:34 PM

not answer?

again, i not have recycle bin property for ramdisk driver and i not have 'One setting for all drives' option.



#3 spleenharvester

spleenharvester

    Member

  • Members
  • 92 posts
  •  
    United Kingdom

Posted 05 March 2016 - 04:13 PM

It will be one of the NukeOnDelete keys. Below are the keys deployed from my startnet.cmd script to my Windows build 10586 modified RE to enable the dialog. Presumably change to 1?

 

Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{87c7ad93-0000-0000-0000-100000000000}" /v "NukeOnDelete" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{87c7ad93-0000-0000-0000-10dc05000000}" /v "NukeOnDelete" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{87c7ad93-0000-0000-0000-501f00000000}" /v "NukeOnDelete" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}" /v "NukeOnDelete" /t REG_DWORD /d "0" /f

Edited by spleenharvester, 05 March 2016 - 04:13 PM.


#4 friske

friske

    Frequent Member

  • Advanced user
  • 252 posts
  •  
    Italy

Posted 05 March 2016 - 04:53 PM

It seems to me that in BitBucket there are volume item for phisical drive but not form ramdisk.

I do not want to immediately delete files without sending them to the trash but only avoid the warning.



#5 spleenharvester

spleenharvester

    Member

  • Members
  • 92 posts
  •  
    United Kingdom

Posted 05 March 2016 - 05:35 PM

It seems to me that in BitBucket there are volume item for phisical drive but not form ramdisk.

I do not want to immediately delete files without sending them to the trash but only avoid the warning.

 

My WinPE is loaded as a RAMdisk so there is definitely a way. 'NukeOnDelete' is a misleading name, it just determines whether the delete verification notification appears, or if the file is sent directly to the recycle bin without one (the default behaviour).



#6 spleenharvester

spleenharvester

    Member

  • Members
  • 92 posts
  •  
    United Kingdom

Posted 05 March 2016 - 05:41 PM

These are all the values from my startnet.cmd relating to the recycle bin. There is no bitbucket key at all in my ntuser.dat without these added so presumably what you need is in here somewhere.
 
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "TelemetrySalt" /t REG_DWORD /d "7" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "ShellState" /t REG_BINARY /d "240000003828000000000000000000000000000001000000130000000000000062000000" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "link" /t REG_BINARY /d "15000000" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket" /v "LastEnum" /t REG_MULTI_SZ /d "0,{87c7ad93-0000-0000-0000-100000000000}\00,{87c7ad93-0000-0000-0000-501f00000000}\00,{87c7ad93-0000-0000-0000-10dc05000000}\00,{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{87c7ad93-0000-0000-0000-100000000000}" /v "MaxCapacity" /t REG_DWORD /d "49" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{87c7ad93-0000-0000-0000-100000000000}" /v "NukeOnDelete" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{87c7ad93-0000-0000-0000-10dc05000000}" /v "MaxCapacity" /t REG_DWORD /d "4663" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{87c7ad93-0000-0000-0000-10dc05000000}" /v "NukeOnDelete" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{87c7ad93-0000-0000-0000-501f00000000}" /v "MaxCapacity" /t REG_DWORD /d "2349" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{87c7ad93-0000-0000-0000-501f00000000}" /v "NukeOnDelete" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}" /v "MaxCapacity" /t REG_DWORD /d "250" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\Volume\{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}" /v "NukeOnDelete" /t REG_DWORD /d "0" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon" /ve /t REG_EXPAND_SZ /d "%%SystemRoot%%\System32\imageres.dll,-55" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon" /v "Full" /t REG_EXPAND_SZ /d "%%SystemRoot%%\System32\imageres.dll,-54" /f
Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon" /v "Empty" /t REG_EXPAND_SZ /d "%%SystemRoot%%\System32\imageres.dll,-55" /f


#7 friske

friske

    Frequent Member

  • Advanced user
  • 252 posts
  •  
    Italy

Posted 06 March 2016 - 08:35 PM

It is very boring! only i have this problem?



#8 friske

friske

    Frequent Member

  • Advanced user
  • 252 posts
  •  
    Italy

Posted 19 March 2016 - 06:44 PM

Why "-o fix -o hd -o rw" switch not create "$Recycle.Bin" and "System Volume Information" folder?



#9 Olof Lagerkvist

Olof Lagerkvist

    Gold Member

  • Developer
  • 1448 posts
  • Location:Borås, Sweden
  •  
    Sweden

Posted 19 March 2016 - 10:57 PM

I can confirm that I don't get an item in Recycle Bin properties dialog for ImDisk drive on Windows 10 here either. I would guess that Windows 10 enumerates all disk volumes using Volume Mount Manager API which ImDisk does not support. There is probably not much we can do about it if this is the case.

 

I personally use Arsenal Image Mounter as RAM disk on Windows 10 and Recycle Bin properties work perfectly in that case.



#10 friske

friske

    Frequent Member

  • Advanced user
  • 252 posts
  •  
    Italy

Posted 20 March 2016 - 03:42 AM

Thanks to let me know what after 3 weeks.

I also tryed to "Enable Recycle Bin on mapped network drives" but not work.



#11 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 20 March 2016 - 08:46 AM

Thanks to let me know what after 3 weeks.

We are very sorry but your payment for the "within 24h express service" surcharge was not processed, and thus your issue was not promoted to the top ten.

 

On the other hand, if you read the service contract, you will notice how normal processing time can go up to three and a half years before you can claim a reimburse, so all in all you were lucky to have a non-answer to your non-problem in only three weeks.

 

Additionally, the waiting time, thanks to member Spleenharvester that attempted to assist you was just around one week, and it took you one whole week to post this:

It is very boring! only i have this problem?

that, besides being rude and senseless, does not represent a renovation of terms.

 

Your post:

Why "-o fix -o hd -o rw" switch not create "$Recycle.Bin" and "System Volume Information" folder?

which anyway is largely meaningless represents instead an update and Olof replied to it within 4 hours, well within the terms of contract.

 

I also tryed to "Enable Recycle Bin on mapped network drives" but not work.

Good to know.

 

 

:duff:

Wonko


  • spleenharvester likes this

#12 friske

friske

    Frequent Member

  • Advanced user
  • 252 posts
  •  
    Italy

Posted 21 March 2016 - 06:24 AM

Though I must point out an important problem without answers I do not expect surcharge nor easy sarcasm.






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users