I'm debugging a problem to do with our custom splash screen and am wondering how I can simulate the longer loading time of a C# application on a cold boot.
I don't mean by adding a sleep events when the application loads up. I mean somehow adding a delay in the load up of .net or maybe creating a dll to reference that somehow I can hack to take far longer to load.
I appreciate this is an odd request, but is there anything I can do?