Showing posts with label Windows 8 Spinning Issue. Show all posts
Showing posts with label Windows 8 Spinning Issue. Show all posts

Monday, 26 January 2015

Install Multiple Software with a Click

Hi All,

This is very tedious and time consuming task to install multiple application for a System Administrator. Thus everybody looking for an application which can make their job easier of installing these software without clicking every time for every software.




Keeping in mind I created this application which will let you select very common software which is required to do basic functions in a computer.

How to use -

1. Since this is based on Powershell thus would request you to please run Set-Execution Policy to RemoteSigned or Unrestricted.

2. Also make sure you can run a simple script file on that computer only after that it would run.


Please download the same from here

Download MultiAppInstaller Link

Regards, IIS



Sunday, 2 November 2014

Windows 8 Sucks

Windows 8 addresses the spinning issue by implementing a smart approach. The developers have ensured that the operating system will not restart until all background services have stopped and all running programs have closed successfully. In the event that a service fails to stop or a program fails to close, Windows 8 will get stuck at the spinning dots animation during both startup and shutdown processes.


Some of the issues are very frequent in windows 8 which needs serious attention.

1. Service gets hanged at starting or stopping.
2. stuck at restarting
3. Unable to install any application due to system files corrupt.

Solutions

Check if there is any service which is in stopping state and having difficulty in stopping.
Check if there is any programs which is stuck while restarting.
Check if Antivirus is malfunctioning or outdated.

Which worked out in my case is to Uninstall the Trend micros office Scan Antivirus will solve the issue.


Regards, IIS

Install Multiple Software with a Click