antonyb Report post #1 Posted July 6 Hi, how can i go about delaying the autologon?I tried various procedures but it doesn't work.I want to do it because it doesn't hook my NAS. With autologon disabled everything works.Thank you. My audio system Share this post Link to post Share on other sites
AudioPhil Report post #2 Posted July 6 Hi in the C:\AO\Tools folder you‘ll find a bunch of cmd files. Some of them contain a line (similar to ping 127.0.0.1) you can copy paste to your custom shell replacement, it will add a bit of delay and give the network stack time load properly. https://audiophilestyle.com/forums/topic/56327-how-to-customshell-as-shell-replacement/ Best, AudioPhil 1 antonyb reacted to this ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #3 Posted July 6 Great Phil, thank you very much, I'll try it now ... My audio system Share this post Link to post Share on other sites
AudioPhil Report post #4 Posted July 6 Very welcome you are ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #5 Posted July 6 forgive me Phil, but I can't put it into practice.What should I add to the file? My audio system Share this post Link to post Share on other sites
AudioPhil Report post #6 Posted July 6 How does your custom shell replacement look like at the moment? copy paste the entire thing here ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #7 Posted July 6 This? @echo off REM Created by: Highend-AudioPC REM https://www.highend-audiopc.com Title "Launching custom shell..." @echo off echo Launching custom shell... ping -n 3 127.0.0.1 -w 1000 >nul start /HIGH "HQPlayer" "%Systemdrive%\Program Files\Signalyst\HQPlayer Desktop 3\HQPlayer-desktop.exe" start /HIGH "RoonServer" %userprofile%\AppData\Local\RoonServer\Application\RoonServer.exe exit My audio system Share this post Link to post Share on other sites
AudioPhil Report post #8 Posted July 6 Well this looks like my example. But i need to have YOUR custom shell which does not work, not this generic example ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #9 Posted July 6 I copied this shell from my server.Forgive me, Phil, I'm not very expert, where do I get my shell? My audio system Share this post Link to post Share on other sites
AudioPhil Report post #10 Posted July 6 You need to create your own from scratch to match your specific needs if you don‘t find anything suitable from the 35+ ones our ServiceTool offers. ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #11 Posted July 6 do I use net use?I need to delay autologon, what command line should I use?Thank you My audio system Share this post Link to post Share on other sites
AudioPhil Report post #12 Posted July 6 Ping for the delay and net use for your nas connection ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #13 Posted July 6 do I delete everything in custom_shell.cmd and add this?@echo offping 1.1.1.1 -w 8000> nullnet use x: nas iso_volume Audiophile / user: admin PASSWORDthanks for your patience My audio system Share this post Link to post Share on other sites
AudioPhil Report post #14 Posted July 6 Hi yes that looks good to me. It might be needed to add cmd.exe as last line if you want to end up with the command prompt after logon. remember, test your shell first and verify all is working as you need it before you set it as shell replacement. best, AudioPhil ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #15 Posted July 6 I put this, at startup it opens the "Launching custom shell" window but it doesn't work My audio system Share this post Link to post Share on other sites
AudioPhil Report post #16 Posted July 6 20 minutes ago, antonyb said: I put this, at startup it opens the "Launching custom shell" window but it doesn't work What does not work? ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #17 Posted July 6 I put this, at startup it opens the "Launching custom shell" window but it doesn't work, tablet connection. I have to open Jriver from server to make it work.In JR I enabled the run on window startup function: media server. My audio system Share this post Link to post Share on other sites
antonyb Report post #18 Posted July 6 I only want to delay autologon, now new problems have arrived.With autologon disabled everything works.Can you have the procedure step by step?I'm not good with codes.Thank you. My audio system Share this post Link to post Share on other sites
AudioPhil Report post #19 Posted July 6 Remove the „exit“, then try again ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #20 Posted July 6 Error My audio system Share this post Link to post Share on other sites
AudioPhil Report post #21 Posted July 6 Your path seems wrong. Be sure to habe the correct path in your custom shell and as said before, test it manually BEFORE you set it as shell. ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #22 Posted July 6 installed windows installed ao express, dac driver, jr, same error with that string. I had tried the file and it got out after the error restart. My audio system Share this post Link to post Share on other sites
AudioPhil Report post #23 Posted July 8 I am sorry but I can't help you with a wrong path. You just have to find the correct path and then use this in the shell script. ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites
antonyb Report post #24 Posted July 9 I don't understand what path you mean, if it's the net use path it's correct.However I solved (thanks to a great friend) with a .cmd which is launched by Fidelizer which starts up last.Where can I act to prevent the prompt window from opening?I noticed that it is a process when it is open.Thanks Phil and forgive me if I can't understand you. 1 AudioPhil reacted to this My audio system Share this post Link to post Share on other sites
AudioPhil Report post #25 Posted July 11 On 7/9/2019 at 8:34 PM, antonyb said: I don't understand what path you mean, if it's the net use path it's correct.However I solved (thanks to a great friend) with a .cmd which is launched by Fidelizer which starts up last.Where can I act to prevent the prompt window from opening?I noticed that it is a process when it is open.Thanks Phil and forgive me if I can't understand you. Please do not ask for forgiveness, there is no reason to I always try to help as good as I can, also if things are not directly related to the AudiophileOptimizer but rather general Windows questions. But in this case it seems I am just not good enough to help out. Happily you found another solution! Would you mind sharing the script you are now using? Very best, AudioPhil ıllıllı [ ...AO 3.00 IS HERE... ] ıllıllı ____________________________________________________________________________________ Shop | Core Audio Music Server | Reviews | Reference System | AudiophileOptimizer 3.00 | PDF Guide Share this post Link to post Share on other sites